[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mounting floppy.
Boltyansky Boris wrote:
>
>
> [b@localhost /dev]$ mount /dev/fd1 /diskette001
>
> I've got a message that told me to specify the file system, how will I
> do that? (how should the command line look like?)
mount /dev/fd1 /diskette001 -t msdos
or use the mtools package: mcopy a:/* /diskette001
(ObFurtherReading: man mount, man fstab, man mcopy)
>
> BTW can RedHat Linux 6.1 read winzip's *.zip files?
The compression used is compatible accross platforms. So... yes. man
unzip for more info.
--
mulix.
email: mulix@ibm.net
linux/reboot.h: #define LINUX_REBOOT_MAGIC1 0xfee1dead
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il