Subject: Re: offtopic
To: Salvatore Mancini <salvatore@bellatlantic.net>
From: SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
List: port-mac68k
Date: 09/15/2000 13:41:20
Salvatore Mancini <salvatore@bellatlantic.net> wrote:
Salvatore> mount /dev/fd /mnt
/dev/fd is a directory, not device file. `fd' stands for
file descriptor.
Try
mount /dev/fd0a /mnt
if your floppy contains a BSD file system in it. If it's a
DOS floppy,
mount_msdos /dev/fd0a /mnt
would work.
--
SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>