View Single Post
Posts: 5 | Thanked: 0 times | Joined on Feb 2007
#1
I have a Thecus NAS for which I have configured 3 mount points on my N800 via fstab.

After mounting I can see the mount points and can list the files.
For two of the mount points (movies and album) I can write and delete files without issue but when I try to access them like load an image in the image viewer or copy a file from the NAS to the N800 then I get permission denied. Even trying this as root gives the same issue

The other issue I have is that one of the mount points I have requires a login and password which I provide in my fstab. Again I can see all the files but I am unable to read files and write files to the mount

Can anyone help me figure out what could possibly be wrong
Lines from my /etc/fstab below:

//193.168.0.7/Music /mnt/music cifs,defaults,user=robert,password=password 0 0
//193.168.0.7/Movies /mnt/movies cifs,defaults,user=robert,password=password 0 0
//193.168.0.7/album /mnt/album cifs,defaults,user=robert,password=password 0 0

On my Mandriva box all works well but I use smbfs and not cifs could this be a contributing factor?

Cheers,
Robert