fstab settings and NAS box
Help!
I've just added a DNS-323 NAS box which will eventually replace the existing setup that I have been using for storage. The problem I have is that I can't seem to get the front end to see all the folders in the NAS box. That is to say, the Music and Video Files only see the server but the image gallery gives me the option of the server or the NAS and I can see everything. I'm a total noob and searched through the forums but couldn't find anything that helped
I'm pretty sure that everything is mounted correctly as both the NAS and server come up when I ls /storage/videos or /storage/pictures etc. Below is my fstab,
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
/dev/VolGroup00/LogVol01 /storage ext3 defaults 1 2
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol02 swap swap defaults 0 0
/dev/cdrom /media/cdrom auto noauto,ro,user 0 0
//192.168.0.11/VIDEO /storage/videos/server cifs password="",username="" 0 0
//192.168.0.11/MUSIC /storage/music/server cifs password="",username="" 0 0
//192.168.0.11/PHOTOS /storage/pictures/server cifs password="",username="" 0 0
#cf added these also for NAS access
//192.168.0.100/VIDEO /storage/videos/NAS cifs password="",username="" 0 0
//192.168.0.100/MUSIC /storage/music/NAS cifs password="",username="" 0 0
//192.168.0.100/PHOTOS /storage/pictures/NAS cifs password="",username="" 0 0
any comments appreciated Thanks

If the directories are
If the directories are actually mounted, then you're probably just needing to tweak some settings.
Somewhere in the video settings there is an option that says "browse media" This should allow the sub folder to be viewed (must be default action of Photos if that is already working). And for music you need to try to re-scan collection to pick the music in the new directory.
Ryan
Thanks for the reply.
Thanks for the reply. Unfortunately I have already tried that with no luck.I have however had a look at the log files that show an error of sorts that when googled or searched on forums leads nowhere. Any ideas?
/var/log/messages
Jan 4 04:10:34 localhost rsyslogd: [origin software="rsyslogd" swVersion="2.0.2" x-pid="1736" x-info="http://www.rsyslog.com"][x-configInfo udpReception="No" udpPort="514" tcpReception="No" tcpPort="0"] restart
Jan 4 04:10:34 localhost logrotate: ALERT exited abnormally with [1]
Jan 4 14:14:48 localhost kernel: CIFS VFS: Error 0xffffff90 on cifs_get_inode_info in lookup of \MOVIES
Jan 4 14:15:18 localhost kernel:last message repeated 2 times
Jan 4 14:15:18 localhost kernel: CIFS VFS: Error 0xffffff90 on cifs_get_inode_info in lookup of \TV SHOWS
Jan 5 04:10:32 localhost kernel:last message repeated 2 times
Jan 5 04:10:32 localhost logrotate: ALERT exited abnormally with [1]
What does cat /proc/mounts
What does cat /proc/mounts show you? Is the nas actually mounted anywhere? Is it a permissons thing on the export side? Turn your firewall off.
Ignore the logs from the
Ignore the logs from the last post. They are old and irrelevant. Latest logs show no similar errors. Sorry
[root@localhost mythtv]# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw,relatime,user_xattr,acl,data=ordered 0 0
/dev /dev tmpfs rw,relatime 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
/proc/bus/usb /proc/bus/usb usbfs rw,relatime 0 0
devpts /dev/pts devpts rw,relatime 0 0
/dev/mapper/VolGroup00-LogVol01 /storage ext3 rw,relatime,user_xattr,acl,data=ordered 0 0
/dev/sda1 /boot ext3 rw,relatime,user_xattr,acl,data=ordered 0 0
tmpfs /dev/shm tmpfs rw,relatime 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
//192.168.0.11/VIDEO /storage/videos/server cifs rw,mand,relatime,unc=\\192.168.0.11\VIDEO,username="",uid=0,gid=0,rsize=16384,wsize=57344 0 0
//192.168.0.11/MUSIC /storage/music/server cifs rw,mand,relatime,unc=\\192.168.0.11\MUSIC,username="",uid=0,gid=0,rsize=16384,wsize=57344 0 0
//192.168.0.11/PHOTOS /storage/pictures/server cifs rw,mand,relatime,unc=\\192.168.0.11\PHOTOS,username="",uid=0,gid=0,rsize=16384,wsize=57344 0 0
//192.168.0.100/VIDEO /storage/videos/NAS cifs rw,mand,relatime,unc=\\192.168.0.100\VIDEO,username="",posixpaths,rsize=16384,wsize=57344 0 0
//192.168.0.100/MUSIC /storage/music/NAS cifs rw,mand,relatime,unc=\\192.168.0.100\MUSIC,username="",posixpaths,rsize=16384,wsize=57344 0 0
//192.168.0.100/PHOTOS /storage/pictures/NAS cifs rw,mand,relatime,unc=\\192.168.0.100\PHOTOS,username=""0,posixpaths,rsize=16384,wsize=57344 0 0
I'm not sure how to check the permissions on the export side