Changes

Windows network share integration for linux

632 bytes added, 06:30, 14 June 2021
/* Ubuntu Nautilus Click to Mount */
The following lines were added (+) and removed (-):
# Browse Network in Ubuntu Nautilus and click to mount# Browse Network with Nautilus and click to mount via gvfsNote: The creation of persistent mounts using fstab will work in any distribution.  Discussion on GVFS applies to the GNOME desktop and thus distributions using GNOME and gvfs.   Note: The creation of persistent mounts using fstab will work in any distribution.  Discussion on GVFS applies to the GNOME desktop and thus distributions using GNOME and gvfs.  For KDE users the equivalent is KIO (kio).  KIO does not make mount points available to non-KIO applications.  Relates to: dolphin / konqueror / kio-smb== 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