OESF Portables Forum
Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Security and Networking => Topic started by: orthogonal on April 12, 2004, 11:47:51 pm
-
I\'m able to mount samba shares manually (or by calling a script):
# smbmount //PCName/linuxdata /home/pc/l -o username=USER,password=XXX
but if I include this line in fstab:
//PCName/music /home/pc/m smbfs username=USER,password=XXX 0 0
and I type at the command line:
# mount /home/pc/m
mount: Mounting //PCName/music on /home/pc/m failed: Invalid argument
Note that I\'m running mount longed in as root.
If I issue the command
# smbmnt /home/pc/m/
it apparently works, but running mount shows this (other entries elided):
# mount
none on /home/pc/m type smbfs (rw,file_mode=0755,dir_mode=0755)
What do I need to have in fstab to get mount mountpoint to work for samba shares?
Thanks!