Hi:
I'm running Intrepid and have a NAS drive with several folder which I would like to have mounted (similar to MS "map network drive" option.
I can navigate to the folders via Dolphin which is enough for most things but I would like to have the folder which contains my iTunes library mounted so that Songbird can point to it.
The Nas folder has no password set on it.
I have create a mount point called backup in media and tried the following line in fstab
//cygnus/Backup /media/backup cifs guest,uid=1000,iocharset=utf8,codepage=unicode,uni code 0 0
and tried sudo mount -a
but get
mount error 5 = Input/output error
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
Can anyone advise what I am doing wrong?
Thanks
I'm running Intrepid and have a NAS drive with several folder which I would like to have mounted (similar to MS "map network drive" option.
I can navigate to the folders via Dolphin which is enough for most things but I would like to have the folder which contains my iTunes library mounted so that Songbird can point to it.
The Nas folder has no password set on it.
I have create a mount point called backup in media and tried the following line in fstab
//cygnus/Backup /media/backup cifs guest,uid=1000,iocharset=utf8,codepage=unicode,uni code 0 0
and tried sudo mount -a
but get
mount error 5 = Input/output error
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
Can anyone advise what I am doing wrong?
Thanks
Comment