|
|
发表于 2009-1-21 16:22:08
|
显示全部楼层
楼主有su 到root么?
- rory@gentoo ~ $ /sbin/fdisk -l /dev/sda
- Cannot open /dev/sda
- rory@gentoo ~ $ sudo /sbin/fdisk -l /dev/sda
- Password:
- Disk /dev/sda: 80.0 GB, 80000000000 bytes
- 255 heads, 63 sectors/track, 9726 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Disk identifier: 0x9d559d55
- Device Boot Start End Blocks Id System
- /dev/sda1 * 1 1245 10000431 83 Linux
- /dev/sda2 1246 9726 68123632+ f W95 Ext'd (LBA)
- /dev/sda5 1246 4893 29302528+ 83 Linux
- /dev/sda6 4894 5160 2144646 82 Linux swap / Solaris
- /dev/sda7 5161 9726 36676363+ 83 Linux
- rory@gentoo ~ $
复制代码 |
|