Date: Thu, 30 Mar 2000 14:16:49 -0800 (PST) From: Derrick Baumer <bduk@earthlink.net> To: jashamsi@yahoo.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting floppy and zip drive Message-ID: <200003302216.OAA01997@earthlink.net> In-Reply-To: <20000330210524.28185.qmail@web4105.mail.yahoo.com> (message from J A Shamsi on Thu, 30 Mar 2000 13:05:24 -0800 (PST))
next in thread | previous in thread | raw e-mail | index | archive | help
> From: J A Shamsi <jashamsi@yahoo.com> > > Hello! I have a PIII with freebsd 3.3 when I am trying to mount > floppy I am getting the message "incorrect superblock " what file > system should I chose for the floppy. Try the 'msdos' filesystem. mount -tmsdos /dev/fd0 /floppy Most of the time, unless you're writing your own UFS floppies, you'll be dealing with the msdos type. > Is there a file system in BSD which provides compatibility for Dos > and Unix like auto in Linux mmm? Do you mean a single filesystem type to enter on the mount command line that will recognize which type of filesystem is on the disk and switch to it? I don't think so. > I have an iomege zip drive connected on Ide port. What file system > should I chose for this. Use the filesystem that the disk is written in, probably msdos. If you're asking what kind of filesystem to create on a disk for use under FreeBSD, you'll probably be best with the UFS type. -- Derrick Baumer - Black Duck Software <bduk@earthlink.net> 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?200003302216.OAA01997>