Skip site navigation (1)Skip section navigation (2)
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>
References:  <20031025141405.83635.qmail@web40702.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--wac7ysb48OaltWcw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

> 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?=20

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).
	=20
	 You can also put the following line into your /etc/fstab and use
	 mount /floppy to mount your floppy
	=20
	/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=3D"/dev/fd0"
	=20
	 Now you can use mdir, mcopy, etc. just like on MSDOS
	=20
2. Extracting rar archives: Use the ports/archivers/unrar port

Cheers,
 Simon

  =09

--wac7ysb48OaltWcw
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/mtWpCkn+/eutqCoRAr5uAJ9QZmJfSP2zp06N6BuZ+F4EB53LEgCfUW5Y
ADmyy0avHOT4aAqxe5135Rc=
=GazO
-----END PGP SIGNATURE-----

--wac7ysb48OaltWcw--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031025195729.GA68015>