RE: devfs newbie questions about mounting

2003-01-27 Thread Narins, Josh
> On Sun, Jan 26, 2003 at 04:05:52PM +0100, Nicos Gollan wrote: > > On Sunday 26 January 2003 15:32, Dave W wrote: > > > What I _did_ try was > > > > > > mount /dev/scd0 /cdrom > > > > > > and that still fails. I still have scsi emulation and the > like setup so > > > I guess perhaps at least THA

Re: devfs newbie questions about mounting

2003-01-26 Thread Jerome Acks Jr
On Sun, Jan 26, 2003 at 04:05:52PM +0100, Nicos Gollan wrote: > On Sunday 26 January 2003 15:32, Dave W wrote: > > What I _did_ try was > > > > mount /dev/scd0 /cdrom > > > > and that still fails. I still have scsi emulation and the like setup so > > I guess perhaps at least THAT little bit has cha

Re: devfs newbie questions about mounting

2003-01-26 Thread Nicos Gollan
On Sunday 26 January 2003 15:32, Dave W wrote: > What I _did_ try was > > mount /dev/scd0 /cdrom > > and that still fails. I still have scsi emulation and the like setup so > I guess perhaps at least THAT little bit has changed. Perhaps it's > using sr or sg or one of the other scsi alphabet soup

Re: devfs newbie questions about mounting

2003-01-26 Thread Dave W
On Sun, 2003-01-26 at 00:09, Jerome Acks Jr wrote: > devfsd creates symlinks from old device names to devfs device names. > /dev/hda1 will be a symlink to ide/host0/bus0/target0/lun0/part1. Your > /dev/cdrom will be a symlink to /dev/cdroms/cdrom0. > > So "mount /dev/fd0 /floppy" will still wor

Re: devfs newbie questions about mounting

2003-01-25 Thread Jerome Acks Jr
On Sat, Jan 25, 2003 at 10:44:14PM -0500, Dave W wrote: > I've been messing around with devfs in sid, trying to learn my way > around, since this may be the way of the future ... and although > /dev/scsi/host0/bus0/target2/lun0/cd makes good SENSE and is pretty easy > to figure out, it's not so qui

devfs newbie questions about mounting

2003-01-25 Thread Dave W
I've been messing around with devfs in sid, trying to learn my way around, since this may be the way of the future ... and although /dev/scsi/host0/bus0/target2/lun0/cd makes good SENSE and is pretty easy to figure out, it's not so quick to type when mounting by hand. I'm used to more or less igno