• ベストアンサー

Free BSDでFDを使いたい

 FreeBSD5.0でフロッピーディスクのフォーマットとマウントの方法がわかりません。よろしくおねがいします。

質問者が選んだベストアンサー

  • ベストアンサー
  • k-841
  • ベストアンサー率27% (129/465)
回答No.1

手元のFreeBSD4.7で今やってみました。 # fdformat /dev/fd0 Format 1440K floppy `/dev/fd0'? (y/n): y Processing VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV done. # newfs -T fd1440 /dev/rfd0 Warning: Block size restricts cylinders per group to 6. Warning: 1216 sector(s) in last cylinder unallocated /dev/rfd0: 2880 sectors in 1 cylinders of 1 tracks, 4096 sectors 1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 736 i/g) super-block backups (for fsck -b #) at: 32 # mount /dev/fd0 /mnt # df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad1s2a 99183 47140 44109 52% / /dev/ad1s2f 19595534 7466454 10561438 41% /usr /dev/ad1s2e 99183 12467 78782 14% /var procfs 4 4 0 100% /proc /dev/fd0 1319 0 1213 0% /mnt

naga092
質問者

お礼

ありがとうございました。おかげでうまくいきました。

naga092
質問者

補足

# newfs -T fd1440 /dev/rfd0 とすると Warning: Block size restricts cylinders per group to 6. Warning: 1216 sector(s) in last cylinder unallocated /dev/rfd0: 2880 sectors in 1 cylinders of 1 tracks, 4096 sectors 1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 736 i/g) super-block backups (for fsck -b #) at: まではいっしょなのですが そのあと write error :2879 newfs wtfs -writecombine: Invalid argument とでてしまいます。おわかりになりましたらどうすればいいかおしえていただけないでしょうか?

関連するQ&A

専門家に質問してみよう