Here is my problem: Mac OS X does not support floppy disks. But Mac OS X is just a shell that sits on top of Darwin UNIX right? Correct me if I'm wrong but Darwin is very similar to FreeBSD, and FreeBSD supports floppies!!! Damn
Therefore if I can mount floppies in FreeBSD I should be fine in Mac OS X terminal.
here's what I should type to access my floppy (please correct me because I'm probably wrong):
dmesg #this should let me view the boot message in
#which I can find the floppy info (fd0 I think)
mount /dev/fd0 /disk #this should mount the floppy in a
#directory called /disk
Is the file sytem in Darwin identical to FreeBSD? If not, where can I find an explanation of the Darwin file system?
Thanx
Therefore if I can mount floppies in FreeBSD I should be fine in Mac OS X terminal.
here's what I should type to access my floppy (please correct me because I'm probably wrong):
dmesg #this should let me view the boot message in
#which I can find the floppy info (fd0 I think)
mount /dev/fd0 /disk #this should mount the floppy in a
#directory called /disk
Is the file sytem in Darwin identical to FreeBSD? If not, where can I find an explanation of the Darwin file system?
Thanx