Kodi Community Forum

Full Version: [AppleTV1] fstab mounting issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
well I am having a hell of a time getting my appletv's to access my windows server. A friend told me to edit my fstab file so it mounts them outside of xbmc but that dont seem to be working either here is what I have tried via server name and IP. any help would be excellent

Code:
//b00stedserv/TV\ Shows /home/xbmc/mnt/TV\ Shows  smbfs   auto,username=xbmc,password=xbmc,uid=500,umask=000,user 0 0
//b00stedserv/Movies /home/xbmc/mnt/Movies  smbfs   auto,username=xbmc,password=xbmc,uid=500,umask=000,user 0 0
//b00stedserv/Downloads /home/xbmc/mnt/Downloads smbfs   auto,username=xbmc,password=xbmc,uid=500,umask=000,user 0 0
Code:
//192.168.0.196/TV\ Shows /home/xbmc/mnt/TV\ Shows1  cifs   auto,username=xbmc,password=xbmc,uid=500,umask=000,user 0 0
//192.168.0.196/Movies /home/xbmc/mnt/Movies1  cifs   auto,username=xbmc,password=xbmc,uid=500,umask=000,user 0 0
//192.168.0.196/Downloads /home/xbmc/mnt/Downloads1 cifs   auto,username=xbmc,password=xbmc,uid=500,umask=000,user 0 0
if you are atv1(osx), darwin ignores fstab.
davilla Wrote:if you are atv1(osx), darwin ignores fstab.

I have the atv drive wiped and crystalbuntu installed.