Hello, I am stumped on making entries on fstab. I simply need to mount several Windows shares that are shared on an XP machine. I had decided to try using CIFS. I need read and write permissions for the shares.
I am following the Ubuntu doc on the subject:
https://help.ubuntu.com/community/Mo...resPermanently
I followed the directions up to:I am having trouble telling which entries are if you are using SMBFS or CIFSEditing fstab
This is the first hurdle:
Does this mean put the //$SERVER/$SHARE.... Line AND the following code starting with #e.g....in fstab?Add a line at the bottom of your /etc/fstab file that specifies:
//$SERVER/$SHARE $MOUNTPOINT $FS_TYPE credentials=$SMB_CREDENTIALS,uid=$UID,gid=$GID
# e.g.
SERVER=apollo
SHARE=install_files
MOUNTPOINT=/path/to/mnt
FS_TYPE=smbfs
SMB_CREDENTIALS=/path/to/.smbcredentials
UID=1000
GID=1000
I have trouble understanding the instructions that follow this section too.
A simple example allowing me to mount multiple shares using CIFS would be very helpful
Thank you



Adv Reply


Bookmarks