当前位置: 技术问答>linux和unix
挂载软盘时提示mount:/dev/fd0 has wrong major or minor number,怎么回事?
来源: 互联网 发布时间:2015-01-22
本文导语: 新裁减的内核,挂载软盘时提示mount:/dev/fd0 has wrong major or minor number,怎么回事? | Here are the correct permissions and major/minor numbers for /dev/fd0 on Red Hat: brw------- 1 root floppy 2...
新裁减的内核,挂载软盘时提示mount:/dev/fd0 has wrong major or minor number,怎么回事?
|
Here are the correct permissions and major/minor numbers for /dev/fd0 on Red Hat:
brw------- 1 root floppy 2, 0 Aug 31 2001 /dev/fd0
If they don't match, you can recreate them with: mknod /dev/fd0 b 2 0
brw------- 1 root floppy 2, 0 Aug 31 2001 /dev/fd0
If they don't match, you can recreate them with: mknod /dev/fd0 b 2 0
|
新内核中是否将支持软驱的代码去除了?