sudo mount //ipaddress/foldername foldernameinmount -o user
-o user prevents the ‘sudo’ from mounting the location as root.
/etc/fstab lists the locations to be mounted at boot.
sudo mount //ipaddress/foldername foldernameinmount -o user
-o user prevents the ‘sudo’ from mounting the location as root.
/etc/fstab lists the locations to be mounted at boot.
Leave a Reply