> There's nothing special to it. Suppose you have your zip drive as
> secondary slave (that would be hdd) and you want to mount it vfat. Your
> Linux kernel have to already recgnized it. Your only job is to create a
> directory, let's say /mnt/zip, andto issue, as root:
>
> mount -f vfat /dev/hdd /mnt/zip
Almost. That's:
mount -t vfat /dev/hdd /mnt/zip
And you really should create a partition, instead of mounting the whole
device.
Dave
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.