Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 1997 03:15:18 +0900
From:      Masachika ISHIZUKA <ishizuka@isis.isl.ntt.co.jp>
To:        freebsd-scsi@freebsd.org
Subject:   Re: Fujitsu MO M2513 
Message-ID:  <199703211815.DAA00467@isis.isl.ntt.co.jp>
In-Reply-To: Your message of "Fri, 21 Mar 1997 17:25:36 %2B0300." <33329A60.5479@www.medport.ru> 

next in thread | previous in thread | raw e-mail | index | archive | help
>I have a great problems in installing of Fujitsu M2513 magneto-optical
>disk drive under FreeBSD v.2.2. It is detected by "kernel.GENERIC" as
>od0, but I don't know how to make it work further.
>When I requesting the /dev/od0 FreeBSD always says "Media load or eject
>failed".

  Hi. I have an M2513A MO disk drive and it works very well under
3.0-970209-SNAP. I think that it works well under 2.2R, although
I don't check it.

% uname -srm
FreeBSD 3.0-970209-SNAP i386
% dmesg | grep od0
od0 at scbus0 target 5 lun 0
od0: <FUJITSU M2513A 1100> type 7 removable SCSI 2
od0: Optical od not present
% sed -n /mo640/,/^\$/p /etc/disktab
mo640|Generic 3.5in 640MB MO disk:\
        :dt=SCSI:ty=removable:se#2048:nt#64:ns#32:nc#152:\
        :pa#310352:oa#0:ba#8192:fa#2048:ta=4.2BSD:\
        :pb#0:ob#0:tb=swap:\
        :pc#310352:oc#0:
(Insert a new 640 Megs disk into M2513A.)
% su
# disklabel -r -w -B od0 mo640
# newfs -t 64 -u 32 -m 0 -i 32768 /dev/rod0a
# mount /dev/od0 /mnt
# df -k /mnt
Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
/dev/od0a      618046        2   618044     0%    /mnt
(And it works fine.)



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