OS is Ubuntu 20.10 and help > Debug says : ``` 00:22:24: GLib-GIO DEBUG : _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’ 00:22:24: Geany INFO : Geany 1.36, fr_FR.UTF-8 00:22:24: Geany INFO : GTK 3.24.23, GLib 2.66.1 00:22:24: Geany INFO : System data dir: /usr/share/geany ``` Only one plugin is active : "Export" The physical HD and SSD are the same as before. All partitions are ext4 except boot/efi is vfat. Here is the simplified /etc/fstab : ``` # SSD : 200Go, sda1 and sda2 : UUID=<long id> / ext4 errors=remount-ro 0 1 UUID=<short id> /boot/efi vfat umask=0077 0 1 # HD : 2 To, sdb1 and sdb2 : UUID=<another long id> /DATA ext4 defaults 0 2 UUID=<yet another long id> /PARTAGE ext4 defaults 0 2
``` The filesystem is organised slightly differently as before on Ubuntu 20.04 but i only remember some differences : - there was another "PROFILE" partition on SSD for thunderbird datas and firefox profiles, and now there is no such specific partition - SSD ext4 partition was sdb2 (now is sdb1) - /home was crypted and afaik it isnt now
All partition are at least half free