I want to mount my SD Card as /home/wb9688 by startup using /etc/fstab.
My SD Card is formatted as ext4 and the UUID is 93afcc06-65be-4154-9b20-6593f14f6c93
.
A normal user must have read and write permissions.
How do I do that?
I want to mount my SD Card as /home/wb9688 by startup using /etc/fstab.
My SD Card is formatted as ext4 and the UUID is 93afcc06-65be-4154-9b20-6593f14f6c93
.
A normal user must have read and write permissions.
How do I do that?
First create your directory
Note you need sudo since the dir is in /home, if you misstype and you mean to create it inside your home then you dont need sudo and command becomes
Now add the entry to fstab
then add the following