Displaying 1 result from an estimated 1 matches for "desktop_pc".
Did you mean:
desktop_
2002 Dec 03
1
Questions on fs mounting
...usually mount (part of) the Windows
directories onto my linux dir tree (say, it is to /mnt/samba). I use the
following command:
mount /mnt/samba
to mount the filesystem (file /usr/bin/smbmount has suid root, so I can
do this as a user), and in /etc/fstab, it has the following line:
//desktop_pc/drive-C /mnt/samba smbfs
noauto,user,credentials=/etc/.samba-password 0 0
Here //desktop_pc/drive-C refers to the SMB share in my Windows 2000
machine. This refers to drive C: in that machine, which has NTFS
filesystem. Note that I install Cygwin on the Windows 2000 machine; so I
have...