Ethan Benson wrote: > looks like you replaced the /dev/hdc device node with a symlink, so > just do the following to fix that: > > cd /dev > rm -f hdc > ./MAKEDEV hdc > > that should take care of it. > > -- > Ethan Benson > http://www.alaska.net/~erbenson/ > > ------------------------------------------------------------------------ > Part 1.2Type: application/pgp-signature
Thanks, I knew that I could remove /dev/hdc but I wasnt sure how to reconstruct a /dev file. Anyways, now when I attemp to mount my cdrom I get the following error message: mount /dev/cdrom mount: /dev/cdrom has wrong major or minor number Any thoughts on this one? Stef