Unix disk...can a windows machine read it [Archive] - SpeedGuide.net Broadband Community

View Full Version : Unix disk...can a windows machine read it


YeOldeStonecat
07-10-02, 12:41 PM
So if say I had a Unix computer, and wrote files to a floppy disk or a zip drive....could I take that disk, bring it over to a Windoze machine, and read it?

In other words....file format work across platforms?

MAmuT
07-10-02, 02:03 PM
Only if the disk has FAT32 format otherwise its not going to. I think Linux doesnt reconize FAT only FAT32. At least that works on HDD, i havent tryed with floppies


AND I THINK SPEEDGUIDE.NET SHOULD HAVE A LINUX FORUM :D

YeOldeStonecat
07-10-02, 02:16 PM
This is an older UNIX machine....real UNIX.

MAmuT
07-10-02, 02:23 PM
HUUMMMM ahhhhh REAL UNIX i dont know man, sorry. But for LINUX works :D.

But you can give it a shot format the disk to FAT32 and then try to copy the FILES from UNIX to the disk and try to open them on WINDOZE

cyberskye
07-10-02, 04:15 PM
going from unix to windows? what kind of files?

read the man page for "dos2unix"

Skye

Edit: if this is going to come up often, you might also want to look at samba. It's free and is the unix implementation of SmallMessageBlock.

Stef
07-10-02, 06:27 PM
Write a FAT12 filesystem on the floppy, FAT 16, 32 or NTFS on the ZIP disk :D

See what man fdformat has to say about formating floppys.

Depending on which UNIX system your using you'll probly need to know how to use fdisk, create a slice, and disklabel it. Then you'll need to create a mount point (if it does'nt already have one) and format it :D

Stef

MAmuT
07-10-02, 07:30 PM
Depending on which UNIX system your using you'll probly need to know how to use fdisk, create a slice, and disklabel it. Then you'll need to create a mount point (if it does'nt already have one) and format it

EVERYONE IS CONFUESED NOW LOLOLOLOLOLOL Just kidding :D

cyberskye
07-11-02, 11:50 AM
Remember the sequence here - YOSC wants to write to a floppy from a unix box and have the windows box read it. Linux is the closest unix flavor to windows and has the most built-in tools to enable interoperability. Most "classic" unix flavors (DEC, HP-UX, AIX, and Solaris) are getting better now but don't/didn't have much in the way of FAT/32/NTFS support - especially if it's an older rev.

Stu
07-13-02, 02:49 AM
If you use a windows compatible formatted disk, you can install mtools on the unix box and just mcopy the files to the disk. You can get mtools from several places, including Unix Guru Universe (http://www.ugu.com) (here's a link to their mtools page (http://www.ugu.com/sui/ugu/show?I=software.dos&F=1111111111&G=Y)).

As for the "real unix" comment, I don't think there's been a "real", or at least standardized, unix since it left Bell Labs in the 70's. Each company that developed "their own" unix put in system specific "features" that made them different from the others. Granted, many of the commands are the same between them--but, the administrative tools and utilities differ from one to the next...