PDA

View Full Version : Permission denied error



Tarzan
31-03-2009, 11:05 AM
Hi,

When I try run the following command as root I get the permission denied error

Any ideas?


mount.cifs //192.168.0.101/AzBoxHD /DATA/movie -o guest
mount error 13 = Permission denied
Refer to the mount.cifs(Cool manual page (e.g.man mount.cifs)

Regards

nebu
31-03-2009, 11:13 AM
Is the mentioned destination address a remote machine? In this case it could be that the option guest does not work on the remote machine. It may be necessary to specify the username and password on the remote machine share with the -o option.

The mount.cifs man pages can be found here

http://linux.die.net/man/8/mount.cifs

Tarzan
31-03-2009, 11:33 AM
That worked and I managed to record directly to my PC over the network instead of using a usb disk.

Now when I try to play back the recorded file, it says not supported but the file plays fine with VLC player on my PC...


btw here are the instructions I followed...


"I have a PC with IP 172.16.0.199, with a shared folder named "Peliculas", inside this folder, two more folders named "pvrfile" and "recordfile".

- Plug a USB Flash Drive on STB (lower connector USB1).
- Telnet to this box, an type this two commands:

mount.cifs //172.16.0.199/Peliculas /DATA/movie -o guest
mount.cifs //172.16.0.199/Peliculas /DATA/usb1/sda1 -o guest

(Change the Ip and folder name to yours)

After that, when I enter to Home->Video, I see all my films on PC (the first command make that possible). And when I push the record button and beguin the recording, the record itīs made on PC."