Copy files off FreeBSD
- by Josh
I have a FreeBSD machine that I have to copy everything off the drive. The fielsystem is UFS and not readable by any other operating system. (great...)
I have a USB flash drive (FAT32) I need to copy everything to from the SATA in the bsd machine.
I looked up cp commands, and got it to partially work, but it seems to copy to the wrong directory. I cannot find out the "name" of the USB drive, and if it can even copy to it.