Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 1998 16:07:53 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Antonio Bemfica <bemfica@militzer.me.tuns.ca>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: how do I mount a DOS ZIP disk?
Message-ID:  <Pine.BSF.3.96.980413160736.5663f-100000@gdi.uoregon.edu>
In-Reply-To: <Pine.BSF.3.96.980413181558.7032A-100000@militzer.me.tuns.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 13 Apr 1998, Antonio Bemfica wrote:

> How do I mount a DOS (FAT16) ZIP disk? I have no problems with ZIP disks
> with the FreeBSD filesystem - "mount /dev/sd0 /zip" does it fine, but with
> DOS formatted disks, 
> 
> 	"mount_msdos /dev/sd0 /zip" 
> or 
> 	"mount -t msdos /dev/sd0 /zip" 
> 
> result in a
> 
> 	"mount_msdos: /dev/sd0: Invalid argument" error

Try 

mount -t msdos /dev/sd0s1c /mnt

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980413160736.5663f-100000>