copy and un rar file?

Simon Barner barner at in.tum.de
Sat Oct 25 12:57:37 PDT 2003


> 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

  	
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: Digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20031025/7729a23c/attachment.bin


More information about the freebsd-questions mailing list