Re: "block device required"

2001-08-18 Thread David Malone
> > > msdosfs: /dev/ugen0: Block device required > > > > This is caused by the kernel returning ENOTBLK, which I think still > > makes sense in the kernel. It's possible that the errno should be > > translated to a different string though... >

Re: "block device required"

2001-08-18 Thread Matthew Jacob
Especially, > > since the are no block devices in -current any more :) > > > > msdosfs: /dev/ugen0: Block device required > > This is caused by the kernel returning ENOTBLK, which I think still > makes sense in the kernel. It's possible that the errno should

Re: "block device required"

2001-08-18 Thread David Malone
> > msdosfs: /dev/ugen0: Block device required This is caused by the kernel returning ENOTBLK, which I think still makes sense in the kernel. It's possible that the errno should be translated to a different string though... David. ./fs/hpfs/hpfs_vfsops.c:

Re: "block device required"

2001-08-18 Thread Mikhail Teterin
ce the >> are no block devices in -current any more :) >> >> msdosfs: /dev/ugen0: Block device required > > ugen is a generic usb device and not a disk What you need is umass . Yes, I figured that by now. For some reason, the umass0 was NOT created, when I attache

Re: "block device required"

2001-08-18 Thread Bernd Walter
> > msdosfs: /dev/ugen0: Block device required ugen is a generic usb device and not a disk. What you need is umass. Nevertheless the error message is wrong as there a no block devices anymore. -- B.Walter COSMO-Project http://www.cosmo-project.de [EMAIL PROT

"block device required"

2001-08-18 Thread Mikhail Teterin
Now, this may be the wrong way to do it: # mount -oro -t msdos /dev/ugen0 /mnt But the error message is certainly misleading. Especially, since the are no block devices in -current any more :) msdosfs: /dev/ugen0: Block device required -mi To Unsubscribe: send mail