| View previous topic :: View next topic |
| Author |
Message |
thefalcon
Joined: Fri Jun 10, 2005 10:22 pm Posts: 3
|
Posted: Fri Jun 10, 2005 10:27 pm Post subject: redhat wont mount hardware |
|
|
I have a P4 2.4, 128 memory,DVD burner sony DRU710,ASUS P4S533
mobo.I installed redhat 9 with no problems and was able to mount my
hardware.Recently it wont let me mount any hardware.Thid is the command I use. mount -t iso9660 /dev/cdrom /mnt/cdrom.
It says, the cdrom is not a block device.I checked fstab in /etc
and all it shows all the hardware with the commands I need.
Please any help would be appreciated. |
|
| Back to top |
|
 |
youlikeicecream LXF regular
Joined: Fri Jun 03, 2005 12:40 pm Posts: 721 Location: Oxford
|
Posted: Fri Jun 10, 2005 11:13 pm Post subject: RE: redhat wont mount hardware |
|
|
have you had a look in /dev to see what your block device is ? I have :
mike@Kubuntu:/dev$ ls cd*
cdrom cdrom1 cdrw
mike@Kubuntu:/dev$ ls dv*
dvd dvdram dvdrw
mike@Kubuntu:/dev$
my /etc/fstab looks a little like this :
/dev/hdc /media/cdrom udf,iso9660 ro,user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 ro,user,noauto 0 0
notice that it is not mounting a block device such as /dev/cdrom but actually /dev/hdc
weird huh. I am using Kubuntu 'hoary hedgehog'
Mike  |
|
| Back to top |
|
 |
thefalcon
Joined: Fri Jun 10, 2005 10:22 pm Posts: 3
|
Posted: Sat Jun 11, 2005 12:02 am Post subject: RE: redhat wont mount hardware |
|
|
| my /etc/fstab looks like yours |
|
| Back to top |
|
 |
fingers99 LXF regular
Joined: Thu Apr 07, 2005 7:15 pm Posts: 143
|
Posted: Sat Jun 11, 2005 1:46 am Post subject: RE: redhat wont mount hardware |
|
|
| You're not trying to mount an audio CD by any chance? |
|
| Back to top |
|
 |
dandnsmith LXF regular
Joined: Fri Apr 15, 2005 11:01 am Posts: 269 Location: Berks, UK
|
Posted: Sat Jun 11, 2005 10:51 am Post subject: |
|
|
If you look a little deeper, you can see whether the devices are block or character:
do ls -l /dev/cdrom
and you'll probably find it's a link to /dev/hdc
do ls -l /dev/hdc
and youll see that the bit showing permissions starts with a b denoting block type - a charactre device starts with a c
'mount' messages are, in my experience, often misleading in that they don't really tell what's wrong - merely that something is, and it's then up to you to find what. _________________ Derek |
|
| Back to top |
|
 |
youlikeicecream LXF regular
Joined: Fri Jun 03, 2005 12:40 pm Posts: 721 Location: Oxford
|
Posted: Sat Jun 11, 2005 11:11 pm Post subject: |
|
|
i agree with you dandnsmith, there are many error messages that are quite misleading.
falcon, are you using gnome or kde with redhat, and which version of redhat ?
mike  |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|