Sorry vinnywright; the mounting of the Media Player does not work
$ sudo mount //192.168.0.107/WDTVLive
[sudo] password for liamdale:
mount: /etc/fstab: parse error at line 14 -- ignored
mount: can't find //192.168.0.107/WDTVLive in /etc/fstab
The instruction at line 14 are:
//192.168.0.107/WDTVLive /media/wdtv cifs username=guest,password=,nounix,rw,iocharset=utf8, file_mode=0777,dir_mode=0777 0 0
I left in the colours for effect but there must be an error. I will try and learn more on "cifs"
The media folder wdtv has been created
$ sudo mount //192.168.0.107/WDTVLive
[sudo] password for liamdale:
mount: /etc/fstab: parse error at line 14 -- ignored
mount: can't find //192.168.0.107/WDTVLive in /etc/fstab
The instruction at line 14 are:
//192.168.0.107/WDTVLive /media/wdtv cifs username=guest,password=,nounix,rw,iocharset=utf8, file_mode=0777,dir_mode=0777 0 0
I left in the colours for effect but there must be an error. I will try and learn more on "cifs"
The media folder wdtv has been created
Comment