
En cherchant sur fusion de partitions, je ne vois pas ce cas, hormis 1 ou 2 tutoriels qui me font hésiter...
Possible ? sur live usb ou pas ?
Merci pour vos réponses.
Edit : suis sur Mint 21.3 Cinnamon
Fusionner partition racine et partition home







Code : Tout sélectionner
cat /etc/fstabCode : Tout sélectionner
lsblk -fe7 | cat
Code : Tout sélectionner
vilux@viluxmint21-3as:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p7 during installation
UUID=046de03f-4e09-457b-a2ee-cf04c88789b2 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=9AA3-CE3C /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
/dev/disk/by-uuid/c401fbe5-933e-49a7-a3ab-2926b0c24869 /mnt/c401fbe5-933e-49a7-a3ab-2926b0c24869 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/2CCCA5B8CCA57CA8 /mnt/2CCCA5B8CCA57CA8 auto nosuid,nodev,nofail,x-gvfs-show 0 0
#//freebox-server.local/Freebox /media/freebox cifs users,credentials=/home/vilux/.smbcredentials,uid=1000,gid=1000,rw
//freebox/Disque\040dur/ /media/freebox cifs ip=192.168.1.254,_netdev,rw,users,credentials=/home/vilux/.smbcredentials,iocharset=utf8,uid=1000,sec=ntlmv2,file_mode=0777,dir_mode=0777,vers=1.0 0 0
vilux@viluxmint21-3as:~$
vilux@viluxmint21-3as:~$
vilux@viluxmint21-3as:~$ lsblk -fe7 | cat
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
nvme0n1
├─nvme0n1p1 vfat FAT32 SYSTEM 9AA3-CE3C 215,1M 16% /boot/efi
├─nvme0n1p2
├─nvme0n1p3 ntfs OS 2CCCA5B8CCA57CA8 43G 62% /mnt/2CCCA5B8CCA57CA8
├─nvme0n1p4 ntfs RECOVERY 3848C18348C1407C
├─nvme0n1p5 ntfs RESTORE AA88603B88600861
├─nvme0n1p6 vfat FAT32 MYASUS B860-DA91
├─nvme0n1p7 ext4 1.0 046de03f-4e09-457b-a2ee-cf04c88789b2 57,3G 32% /
├─nvme0n1p9 ext4 1.0 8e850e56-d934-4d08-8b3e-16e0181bd9c6
├─nvme0n1p10 ntfs SauveAsusNTFS 4DD80BEC3589FB1F
├─nvme0n1p11 ext4 1.0 09803c8a-1907-4c4b-a872-cd73c0deb76f
├─nvme0n1p13 ext4 1.0 eaf53d32-1082-4b2e-a940-cdf78d5fe626
└─nvme0n1p14 ext4 1.0 SauveAsusext4 d2bba392-12f8-495e-8511-b005b2463b7c
vilux@viluxmint21-3as:~$