[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Iomega zip disk
- From: ABrady <kcsmart kc rr com>
- To: redhat-list redhat com
- Subject: Re: Iomega zip disk
- Date: Tue May 14 09:55:01 2002
On Tue, 14 May 2002 04:33:46 -0400
"ebinc" <ebinc bellatlantic net> wrote:
> I tried to mount an Iomega zip 100 disk I enter
> /dev/fdd4 /mnt/zip I get a message must specify a filesystem type
> I don't know what to enter
> Any help would greatly be appreciated
> Ed
Since the last digit is a 4, I'm guessing this is a windoze disk.
mount -t <fstype> <device> <mountpoint>
In you case that should probably be
mount -t vfat /dev/hdd4 /mnt/zip
or, if vfat doesn't work
mount -t msdos /dev/hdd4 /mnt/zip
The manpage for mount (man mount) reveals all.
--
We are what we eat; I'm cheap, fast, and easy.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]