Aaron 撰寫於文章 <82v56p$m26@netnews.hinet.net>...
>各位高手們
>敝小弟使用的是加裝的FLOPPY的介面卡 , 可用來當開機的第一順序 , 1.但在安裝
>LINUX時 , 無法安裝開機片 ......
>2.安裝完成後
>   如果將磁片放入 , mount /mnt/floppy (mount /dev/fd0) 時 , 出現
>   VFS : Can't find an ext2 filesystem on dev fd(2,0)
>   mount : wrong fs type , bad option , bad superblock on
>   /dev/fd0 , or too many mounted file system .
>  如果沒將磁片放入, mount /mnt/floppy (mount /dev/fd0) 時 , 出現
>  end-request : I/O error , dev 02:00 (floppy), sector 0
>  mount : /dev/fd0 is not a valid block device

嗯﹖您用的是什麼系統呢﹖怎麼會使用那樣的命令格式呢 mount /mnt/floppy (mount
/dev/fd0) ﹖
如果您要 mount MSDOS 格式的軟碟﹐可以試試這樣﹕
mount -t msdos /dev/fd0 /mnt/floppy

如果您 mount 的是 linux 格式的軟碟﹐可以試試這樣﹕
mount -t ext2 /dev/fd0 /mnt/floppy