Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 1995 10:19:19 -0700 (PDT)
From:      Steven G Kargl  <kargl@troutmask.apl.washington.edu>
To:        agl@redline.ru (Anthony Graphics)
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: mount "features"
Message-ID:  <199505261719.KAA14569@troutmask.apl.washington.edu>
In-Reply-To: <m0sF1AD-000FJcC@redline.ru> from "Anthony Graphics" at May 26, 95 07:19:00 pm

next in thread | previous in thread | raw e-mail | index | archive | help
According to Anthony Graphics:
> 
> I'm doing the following thing:
> mount /dev/fd0 /mnt
> (on the write protected floppy) Well, getting tons of errors from the kernel,
> ok
> mount -r /dev/fd0 /mnt
> /dev/fd0 on /mnt: Device busy
> :-0
> mount -r /dev/fd0.1440 /mnt
> ok :-0
> I consider it strange at least...


What is the filesystem on the floppy?

mount -t msdos /dev/fd0 /mnt
mount -t ufs /dev/fd0 /mnt

-- 
Steven G. Kargl     | Phone: 206-685-4677 |
Applied Physics Lab | Fax:   206-543-6785 |
Univ. of Washington |---------------------|
1013 NE 40th St     | FreeBSD 2.1-current |
Seattle, WA 98105   |---------------------|



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505261719.KAA14569>