View Single Post

   
  #5 (permalink)  
Old 01-18-2008, 05:14 AM
Andreas Janssen
 
Posts: n/a
Default Re: problemi permissions

Hello

Alberto (<alberto@nomail.it>) wrote:

> I'm terrible sorry for my last post, I did not realize that I was
> posting on international ng.
>
>> Be sure that your /dev/ file is readable by the user that want to
>> mount it, and the directory where you want to mount have to be
>> readable and writeable and executable by the same user.

>
> /dev/hdc and mount point are readable by my user.


Try (as root):

mount /dev/hdc /path/to/mountpoint

or, if you use a normal data CD

mount -t iso9660 /dev/hdc /path/to/mountpoint

What error message do you get? If it works, check if you have an entry
in your fstab to allow users to mount the device. See `man fstab` for
info on how it should look like.

best regards
Andreas Janssen

--
Andreas Janssen <andreas.janssen@bigfoot.com>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html
Reply With Quote