Subject: Re: Mounting SCSI MSDOS Disks
To: None <ash.garg@iname.com>
From: Chris Tribo <t1345@hopi.dtcc.edu>
List: port-pmax
Date: 02/12/2001 16:55:27
ash.garg@iname.com wrote:
> 
> How would I go about mounting a MSDOS/Win95 disk SCSI hard disk? I have tried the following:
> 
> mount -t msdos /dev/rz2 /msdos

	You need a partition letter. I.E. mount_msdos /dev/rz2c /mnt
Do a disklabel rz2 and see if it says what partition letter you should use.

> but it gives me an error:
> 
> Operation not supported by this device.

	I believe this translates to "NetBSD pmax does not support mounting MSDOS file
systems", but I could be wrong. I've never been able to do it myself.



	Chris