Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
07-21-2006, 07:28 AM
|
#16
|
Member
Registered: Sep 2005
Distribution: Debian
Posts: 304
Original Poster
Rep:
|
Code:
debian-fernando:/media# ls -l
total 4
lrwxrwxrwx 1 root cdrom 6 2006-06-06 11:50 cdrom -> cdrom0
drwxrwxrwx 2 root cdrom 48 2006-06-06 11:50 cdrom0
drwx------ 5 400 401 4096 2003-10-05 16:41 cdrom1
debian-fernando:/media# chmod 755 cdrom1/
chmod: mudando permissões de `cdrom1/': Sistema de arquivos somente para leitura
debian-fernando:/media# ls -l
total 4
lrwxrwxrwx 1 root cdrom 6 2006-06-06 11:50 cdrom -> cdrom0
drwxrwxrwx 2 root cdrom 48 2006-06-06 11:50 cdrom0
drwx------ 5 400 401 4096 2003-10-05 16:41 cdrom1
My system is in portuguese, but it is saying something like: changing permissions of 'cdrom1': Read-only File System
|
|
|
07-21-2006, 07:41 AM
|
#17
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,637
Rep:
|
Quote:
Originally Posted by stormrider_may
Code:
debian-fernando:/media# chmod 755 cdrom1/
chmod: mudando permissões de `cdrom1/': Sistema de arquivos somente para leitura
debian-fernando:/media# ls -l
...
drwx------ 5 400 401 4096 2003-10-05 16:41 cdrom1
My system is in portuguese, but it is saying something like: changing permissions of 'cdrom1': Read-only File System
|
Oouuch. Yah. Sh*t. Sorry. Look at this in /etc/fstab:
Code:
/dev/hdd /media/cdrom1 iso9660 users,ro,user,exec,noauto 0 0
then change it to "rw".
|
|
|
07-21-2006, 08:01 AM
|
#18
|
Member
Registered: Sep 2005
Distribution: Debian
Posts: 304
Original Poster
Rep:
|
It still mounting as read-only
Code:
debian-fernando:/media# umount -a
umount: /home/fernando/hd: device is busy
umount: /dev: device is busy
umount: /: device is busy
debian-fernando:/media# mount /dev/hdd
mount: block device /dev/hdd is write-protected, mounting read-only
debian-fernando:/media# ls -l
total 4
lrwxrwxrwx 1 root cdrom 6 2006-06-06 11:50 cdrom -> cdrom0
drwxrwxrwx 2 root cdrom 48 2006-06-06 11:50 cdrom0
drwx------ 5 400 401 4096 2003-10-05 16:41 cdrom1
debian-fernando:/media# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / reiserfs notail 0 1
/dev/hda1 /home/fernando/hd reiserfs defaults 0 2
/dev/hdc /media/cdrom0 iso9660 users,ro,noauto,noexec 0 0
#/dev/hdd /media/cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/hdd /media/cdrom1 iso9660 users,rw,user,exec,noauto 0 0
debian-fernando:/media# chmod 755 cdrom1/
chmod: mudando permissões de `cdrom1/': Sistema de arquivos somente para leitura
|
|
|
07-21-2006, 08:04 AM
|
#19
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,637
Rep:
|
What, exactly, is your /dev/hdd? What medium do you use?
Should be a CD-writer and a writeable CD in it...
|
|
|
07-21-2006, 08:13 AM
|
#20
|
Member
Registered: Sep 2005
Distribution: Debian
Posts: 304
Original Poster
Rep:
|
/dev/hdd is a cdrom drive.
I tried a lot of writeable CDs. It seens to be working because root could read all of them, but i need users that are on the group cdrom to be reading too.
|
|
|
All times are GMT -5. The time now is 12:07 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|