vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Ciao, Ho creato un utente con gruppo users con cui uso gnome. Ho i seguenti problemi: 1) - non riesco a montare il cdrom, ho cambiato i diritti sul file /dev/hdc ma non cambia nulla, ho provato ad aggiungere al mio utente il gruppo cdrom e non funziona...che faccio?? mi continua a dire che il cd può montarlo soltanto root, devi mettegli il suid root sul file ? 2) non mi vede il masterizzatore, credo per lo stesso motivo. 3) devo riuscire a registrare dell'audio tramite microfoni con sweep e muse ma per lo stesso motivo non funziona, ho provato ad aggiungere il gruppo audio al mio utente ma nulla, dove sbaglio?? grazie a tutti per la disponibilità ciao |
| |||
| On 2004-10-04, Alberto <alberto@nomail.it> wrote: > Ciao, > Ho creato un utente con gruppo users con cui uso gnome. Hi to you. You're writing on an INTERNATIONAL group in italian. That's not really smart. For the non-italian-speaking, translation below... > 1) - non riesco a montare il cdrom >> 1) I can't mount the CDRom 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. > 2) non mi vede il masterizzatore >> It doesn't see my CD-Writer "it doesn't see" doesn't mean anything. Explain what you're doing and what kind of error you receive. > 3) devo riuscire a registrare dell'audio tramite microfoni >> Must record audio trought microphones. Google is that way --> Davide -- That's when you must acquire the skill to fart at whim... doing so will protect the Holy Personal Space. -- Stephen S. Edwards II |
| |||
| 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. > > 3) devo riuscire a registrare dell'audio tramite microfoni > >> Must record audio trought microphones. The problem is the same of above. thanks for translations and sorry again, bye |
| |||
| Hello Davide Bianchi (<davideyeahsure@onlyforfun.net>) wrote: > On 2004-10-04, Alberto <alberto@nomail.it> wrote: >> 1) - non riesco a montare il cdrom >>> 1) I can't mount the CDRom > > 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. Why? Any distro I used so far had mount suid root, so the users don't need permissions on the device file and mount points, because mount runs as root. You only need permission to the mount point /after/ mounting, which means you must have permissions to access the root directory (and what else you want to read) on the mounted file system. And of course a matching entry in your fstab, with the user or users option set. 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 |
| ||||
| 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 |