由 free915004 » 週三 8月 30, 2006 2:32 pm
我是使用usb disk。
它所顯示的訊息是:
debian:~# fdisk -l|pager
Disk /dev/sda: 4 heads, 62 sectors, 1015 cylinders
Units = cylinders of 248 * 512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 ? 3137645 77040507 570754815+ 72 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(357, 116, 40) logical=(3137644, 3, 11)
Partition 1 has different physical/logical endings:
phys=(357, 32, 45) logical=(7740506, 0, 51)
Partition 1 does not end on cylinder boundary:
phys-(357, 32, 45) should be (357, 3, 62)
/dev/sda2 ? 680200 8486766 968014120 65 Nove11 Netware 386
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(288, 115, 43) logical=(680199, 2, 47)
Partition 2 has different physical/logical endings:
phys=(367, 114, 50) should be (367, 3, 62)
/dev/sda3 ? 7539845 15346410 968014096 79 Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(366, 32, 33) logical=(7539844, 2, 30)
Partition 3 has different physical/logical endings:
phys=(357, 32, 43) logical=(15346409, 3, 39)
Partition 3 does not end on cylinder boundary:
phys=(357, 32,43) should be (357, 3, 62)
/dev/sda4 ? 11635812 11636035 27749+ d Unknown
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(372, 97, 50) logical=(11635811, 0, 25)
Partition 3 has different physical/logical endings:
phys=(0, 10, 0) logical=(11636034, 3, 33)
Partition 3 does not end on cylinder boundary:
phys=(0, 10,0) should be (0, 3, 62)
Partition table entries are not in disk order
目前認為我的系統一開始好像並未載入usb的驅動程式。請問該如何做呢?
我在網路上看到一篇安裝usb的驅動程式
對方是教:
1.# modprobe usb-storage
2.# cat < > /etc/modules
>vfat
>EOF
3.檢查一下插入usb的時候的訊息(不要急著按enter)
可以看到是插在 /dev/sdb
4.#mkdir /media/usb0
5.#vi /etc/fstab
加入 /dev/sdb1 /media/usb0 vfat
rw,user,users,noauto,noatime,noauto 1 2
*注意事項 如果是在/dev/sdc的話就輸入 /dev/sdc1
6.#mount /media/usb0
7.#cd /media/usb0
就可以看到囉…
但我在他的第二步驟上就搞不是很懂了。是直接下cat < > /etc/modules 這樣子的嗎?
linux新手 敬上