- 论坛徽章:
- 0
|
本帖最后由 huazhorg 于 2011-04-18 19:52 编辑
把 linux 系统中 fdisk -l 命令执行后的内容贴出来;把 mount | column -t 命令执行后的内容也贴出来 ...
383228273 发表于 2011-04-18 19:04 ![]()
好的:
#fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf9fff9ff
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1913 15365148+ 7 HPFS/NTFS
/dev/sda2 1913 37385 284933120 f W95 Ext'd (LBA)
Partition 2 does not end on cylinder boundary.
/dev/sda3 37386 37640 2048287+ 12 Compaq diagnostics
/dev/sda5 1913 7172 42248034+ 7 HPFS/NTFS
/dev/sda6 7173 15076 63488848+ 7 HPFS/NTFS
/dev/sda7 15077 28206 105466693+ 7 HPFS/NTFS
/dev/sda8 28207 30756 20482843+ 83 Linux
/dev/sda9 30757 30781 200781 83 Linux
/dev/sda10 30782 31036 2048256 82 Linux swap / Solaris
/dev/sda11 31037 37384 50990278+ 83 Linux
# mount | column -t
/dev/sda8 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u bject_r:tmpfs_t:s0"
/dev/sda9 on /boot type ext3 (rw)
/dev/sda11 on /home type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
gvfs-fuse-daemon on /home/huazhong/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=huazhong)
#sfdisk -l -us /dev/sda
unrecognized format - using sectors
Disk /dev/sda: 38913 cylinders, 255 heads, 63 sectors/track
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
Units = sectors of 512 bytes, counting from 0
Device Boot Start End #sectors Id System
/dev/sda1 * 2048 30732344 30730297 7 HPFS/NTFS
/dev/sda2 30722048 600588287 569866240 f W95 Ext'd (LBA)
end: (c,h,s) expected (1023,254,63) found (1023,227,27)
/dev/sda3 600590025 604686599 4096575 12 Compaq diagnostics
/dev/sda4 0 - 0 0 Empty
/dev/sda5 30722111 115218179 84496069 7 HPFS/NTFS
/dev/sda6 115218243 242195939 126977697 7 HPFS/NTFS
/dev/sda7 242196003 453129389 210933387 7 HPFS/NTFS
/dev/sda8 453129453 494095139 40965687 83 Linux
/dev/sda9 494095203 494496764 401562 83 Linux
/dev/sda10 494496828 498593339 4096512 82 Linux swap / Solaris
/dev/sda11 498593403 600573959 101980557 83 Linux
以上是显示的信息,请各位专家鉴定、分析。 |
|