mount external drive
0
0
12 vistas·
10/14/23
1. Locate the name of your drive
lsblk
2. Create a mount point
mkdir /usb
chown -R www-data:www-data usb
chmod -R 777 usb
3. Create an entry in /etc/fstab
nano /etc/fstab
At the bottom of that file, add an entry like this:
/dev/sdd1 /usb ext4 defaults 0 0
4. Testing the mount
mount -a
Mostrar más
0 Comentarios
sort Ordenar por