Lee wrote:
> Any one know the command to mount a zip drive in Mandrake 8.0? Have been
> using mount -t vfat /dev/sda4 /mnt/zip on Caldera systems. Doesn't work
> in Mandrake 8.0 says no such thing as sda4 and that /dev/zip isn't a
> block device.
> 
> Lee
> _______________________________________________
> Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
> Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
> 
> 

Is it an external or internal ZIP drive? Does Mandrake identify it as an 
IDE or SCSI device?
FWIW, under Mandrake, you mount it the same way as you do under Caldera:
mount -t vfat <device name> <mount point>
<mount point> apparently is /mnt/zip, you now need to determine what 
<device name> is. If Mandrake sees it as an IDE device, then its device 
name should be something like /dev/hd?4.

HTH,
Tim


_______________________________________________
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.

Reply via email to