Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 1998 14:34:13 +0300
From:      Plamen Petkov <plamendp@techno-link.com>
To:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: /etc/fstab
Message-ID:  <35B47CB5.202E2998@techno-link.com>
References:  <35B27111.40ABC9FE@swn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
RTFM  http://www.freebsd.org/FAQ

mm... check the FAQ48...

Iomega ZIP drives are SCSI... so... /dev/sd0 is the right device

in case of FAT formated ZIP disk - the access is through partition 4 (sd0s4)
.. ar least this works for me.. in case of unixified (ufs) filesystem - sd0a
... again ..works for me..

and the big presumption :-) - I am talking abt my Parallel Port Iomega ZIP...
never had a true SCSI drive :-(

Mount like this:

DOS/FAT
mount_msdos /dev/sd0s4  /mnt
mount -t msdos /dev/sd0s4 /mnt

Unix filesystem
mount /dev/sd0a /mnt

--
Plamen D. Petkov

[remove the extra @]
plamendp@@techno-link.com (
plamendp@@netscape.net

ICQ# 2214327 [pdp]

AOL IM Buddy: plamendp



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?35B47CB5.202E2998>