Date: Sat, 25 Oct 2003 21:57:29 +0200 From: Simon Barner <barner@in.tum.de> To: Killer@yourdoor.knockknock Cc: freebsd-questions@freebsd.org Subject: Re: copy and un rar file? Message-ID: <20031025195729.GA68015@zi025.glhnet.mhn.de> In-Reply-To: <20031025141405.83635.qmail@web40702.mail.yahoo.com>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
> i figured out how to open the 3.5 drive now i need to
> know how to copy the philes from the floppy to the
> hard drive into a directory, than how do i un rar the
> philes?
1. Copying files from a floppy disk:
a) mount the floppy (bad floppy might cause a kernel panic!)
mkdir /floppy (if it does not yet exists)
mount -t msdos /dev/fd0.1440 /floppy
Now you can copy the files as usual (cp).
You can also put the following line into your /etc/fstab and use
mount /floppy to mount your floppy
/dev/fd0.1440 /floppy msdos rw,noauto,nosuid 0 0
b) use the mtools port: ports/emulators/mtools
Be sure you have this line in your /usr/local/etc/mtools.conf
drive a: file="/dev/fd0"
Now you can use mdir, mcopy, etc. just like on MSDOS
2. Extracting rar archives: Use the ports/archivers/unrar port
Cheers,
Simon
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)
iD8DBQE/mtWpCkn+/eutqCoRAr5uAJ9QZmJfSP2zp06N6BuZ+F4EB53LEgCfUW5Y
ADmyy0avHOT4aAqxe5135Rc=
=GazO
-----END PGP SIGNATURE-----
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031025195729.GA68015>
