Hello Im looking to a simple way of using my 2 empty partitions i did format with Gparted, They seem unmounted and im not very sure about setting up the mount points and auto-mount, Im just arriving from windows and im not looking back. Anyone can help ? ( for the details they are lone partitions on their disks boot and system swap was made on a third disk.
!{Listimage}(https://pasteboard.co/oUmywe1f8TuK.png) LSBLK -F yes i woul like to have them permanent @oldfred
lsblk -f
Are these partitions you want to permanent mount with fstab when you reboot or occasionally mount just by clicking on them with file browser. – oldfred Mar 05 '22 at 19:39sudo e2label /dev/sdXY data
or /dev/nvme0n1p1. You also need ownership & permissions. https://askubuntu.com/questions/1013677/storing-data-on-second-hdd-mounting & https://askubuntu.com/questions/1058756/installing-all-applications-on-a-ssd-disk-and-putting-all-files-on-hdd-disk & https://help.ubuntu.com/community/Fstab – oldfred Mar 05 '22 at 20:44