Notifications
Clear all
Command Line
1
Posts
1
Users
0
Reactions
88
Views
Topic starter
Mount
1. Create directory
mkdir /mnt/External
2. Get UUID
ls -lha /dev/disk/by-uuid
3. Edit /etc/fstab
sudo nano /etc/fstab
4. Add the following Line
UUID=AA8AAB648AAB2BAF /mnt/External ntfs defaults 0 0
5. Mount all drives in /etc/fstab
sudo mount -a
Unmount
1. unmount drive path:
umount /mnt/External
Posted : 23/07/2024 9:17 pm