Re: Removing symbolic links...

2001-02-08 Thread Ethan Benson
On Thu, Feb 08, 2001 at 02:10:04PM -0700, Stefan Srdic wrote: > > 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 maj

Re: Removing symbolic links...

2001-02-08 Thread Stefan Srdic
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/ > > ---

Re: Removing symbolic links...

2001-02-07 Thread Ethan Benson
On Wed, Feb 07, 2001 at 01:08:07PM -0700, Stefan Srdic wrote: > While attempting to get my CD-Burner up and operational under Debian, I > managed to muck up a few things under the /dev directory. > > ls -l cdrom hdc scd0 > lrwxrwxrwx1 root root4 Jan 24 15:08 cdrom -> scd0 > lrw

Re: Removing symbolic links...

2001-02-07 Thread ktb
On Wed, Feb 07, 2001 at 01:08:07PM -0700, Stefan Srdic wrote: > While attempting to get my CD-Burner up and operational under Debian, I > managed to muck up a few things under the /dev directory. > > ls -l cdrom hdc scd0 > lrwxrwxrwx1 root root4 Jan 24 15:08 cdrom -> scd0 > lrw