Changes

Windows network share integration for linux

475 bytes added, 06:30, 14 June 2021
/* Ubuntu Nautilus Click to Mount */
The following lines were added (+) and removed (-):
== Mount via manual execute of mount command ==CLI solution, execute the mount command or create a shell script that mounts multiple network drives.  This way passwords need not be present in fstab or somewhere easily readable by other system users.examples: sudo mount -t cifs -o username= //WIN_SHARE_IP/ /mnt/WIN_SHARE sudo mount -t cifs -o username=nicolep //192.168.1.10/public /mnt/public sudo mount -t cifs -o username=nicolep //servername/public /mnt/public
Bureaucrat, administrator
16,192
edits