2025-01-19, 02:29 AM
(This post was last modified: 2025-01-19, 02:32 AM by 4r5hw45twh. Edited 3 times in total.)
(2025-01-19, 02:26 AM)theguymadmax Wrote: You need to make one more level and you need to make the folder before you mount your folders.
Ok, thought so. And possibly my last question before I save this fstab command....
So, in Terminal, I navigated to /etc/fstab with sudo & nano. Do I literally just copy and paste my UUID line on the next empty line, save, then exit?
My current fstab file looks like:
Code:
# /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/sda2 during curtin installation
/dev/disk/by-uuid/754t335-6f1a-454t-a6d9-eb4343y564aee / ext4 defaults 0 1
# /boot/efi was on /dev/sda1 during curtin installation
/dev/disk/by-uuid/EB0B-03D2 /boot/efi vfat defaults 0 1
/swap.img none swap sw 0 0
Do I simply add:
Code:
UUID=8854yy54ce-6ce9-446-befa-bb6f67e8fe44 /media/FolderName ntfs defaults 0 0