<br><br><div class="gmail_quote">On Feb 18, 2008 1:35 PM, Greg Mitchell <<a href="mailto:greg@nodecam.com">greg@nodecam.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Chris Henderson wrote:<br><br>> I have followed the directions in the howto in detail and gone over it<br>> again to be sure. (even changed permisssions and the ownership of the<br>> /storage, /storage/videos etc to mythtv. also chmod -777 as per the<br>
> howto but they still will not mount on boot and will not survie a<br>> reboot. I can not see any error messages in the dmesge.<br><br></div>What's your /etc/fstab look like?<br></blockquote></div><br><br>Hi Greg,<br>
<br>I had posted it ina pervious post so i didnt bother in my last one, sorry.<br><br>Here is the fstab form the xbox<br><br>xbox2:~# cat /etc/fstab<br># /etc/fstab: static file system information.<br>#<br># <file system> <mount point> <type> <options> <dump> <pass><br>
/dev/loop/0 / ext3 defaults,errors=remount-ro 0 1<br>/initrd/newroot/mnt/cdrom/debian/swap none swap sw 0 0<br>proc /proc proc defaults 0 0<br>
#/dev/fd0 /floppy auto defaults,user,noauto 0 0<br>/dev/cdrom /cdrom iso9660 defaults,ro,user,noauto 0 0<br>#192.168.0.161:/mnt/xbox2/ /mnt/xbox2 nfs defaults 0 0<br>
<br>192.168.0.160:/storage/videos /storage/videos nfs noauto,rw,user 0 0<br>192.168.0.160:/storage/music /storage/music nfs noauto,rw,user 0 0<br>192.168.0.160:/storage/posters /storage/posters nfs noauto,rw,user 0 0<br>192.168.0.160:/storage/pictures /storage/pictures nfs noauto,rw,user 0 0<br>
192.168.0.160:/storage/games /storage/games nfs noauto,rw,user 0 0<br><br><br>Here is the /etc/exports from the backend.<br><br>[root@mythtvbox /]# cat /etc/exports<br><br>/storage/videos 192.168.0.161(rw,sync)<br>/storage/music 192.168.0.161(rw,sync)<br>
/storage/games 192.168.0.161(rw,sync)<br>/storage/posters 192.168.0.161(rw,sync)<br>/storage/pictures 192.168.0.161(rw,sync)<br>[root@mythtvbox /]#<br><br><br>here is the link to the NFS tutorial<br><a href="http://g-ding.tv/?q=node/1654">http://g-ding.tv/?q=node/1654</a><br>
<br><br>thanks for taking the time to help.<br><br>Chris<br>