From owner-freebsd-hackers Fri May 26 08:40:37 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA28520 for hackers-outgoing; Fri, 26 May 1995 08:40:37 -0700 Received: from redline.ru (mail.redline.ru [194.87.69.22]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id IAA28260 for ; Fri, 26 May 1995 08:30:47 -0700 Message-Id: Date: Fri, 26 May 95 19:19 GMT+0400 From: agl@redline.ru (Anthony Graphics) To: freebsd-hackers@FreeBSD.org Subject: mount "features" X-Mailer: GNOS 2.4.0 Sender: hackers-owner@FreeBSD.org Precedence: bulk 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... AGL