假定kernel支持vfat分区,下面哪一个操作是将/dev/hda1,
18 查阅
假定kernel支持vfat分区,下面哪一个操作是将/dev/hda1,一个Windows分区加载到/win目录()。
- A.mount -t windows /win /dev/hda1
- B.mount -fs=msdos /dev/hda1 /win
- C.mount -s win /dev/hda1 /win
- D.mount –t vfat /dev/hda1 /win
参考答案: