|
|
Device Boot Start End Blocks Id System
/dev/hdb1 1 38753 19531480+ 83 Linux
/dev/hdb2 38754 77545 19551168 5 Extended
/dev/hdb5 38754 39723 488848+ 83 Linux
Command (m for help): q
[root@shlinux root]# mkfs.ext3 /dev/hdb5
mke2fs 1.34 (25-Jul-2003)
Could not stat /dev/hdb5 --- No such file or directory
The device apparently does not exist; did you specify it correctly?
[root@shlinux root]# ls /dev/hdb
hdb hdb1
為什麽我用了fdisk之後 /dev/hdb5沒有出現呢??
[root@shlinux root]# ln -s /dev/ide/hosts/bus0/target1/lun0/part5 /dev/hdb5
ln: creating symbolic link `/dev/ide/host0/bus0/target1/lun0/part5' to `/dev/hdb5': No such file or directory
我手工做一個也不可以嗎?
不可以原?
[root@shlinux lun0]# ls
disc part1
[root@shlinux lun0]# pwd
/dev/ide/host0/bus0/target1/lun0
奇怪了,竟然也沒有part5出現呢?
[root@shlinux root]# ls -l /dev/hdb1
lr-xr-xr-x 1 root root 33 Feb 27 06:49 /dev/hdb1 -> ide/host0/bus0/target1/lun0/part1 |
|