发新话题
打印

160G硬盘,默认全部用来装Linux的情况

160G硬盘,默认全部用来装Linux的情况

[root@localhost ~]# df -h
文件系统              容量  已用 可用 已用% 挂载点
/dev/mapper/VolGroup00-LogVol00
                      144G  2.9G  134G   3% /
/dev/sda1             190M   13M  168M   7% /boot
tmpfs                 248M   12K  248M   1% /dev/shm
[root@localhost ~]# fdisk -l

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xadb7adb7

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          25      200781   83  Linux
/dev/sda2              26       19457   156087540   8e  Linux LVM

Disk /dev/dm-0: 158.7 GB, 158746017792 bytes
255 heads, 63 sectors/track, 19299 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-0 doesn't contain a valid partition table

Disk /dev/dm-1: 1040 MB, 1040187392 bytes
255 heads, 63 sectors/track, 126 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800

Disk /dev/dm-1 doesn't contain a valid partition table

Disk /dev/sdb: 2063 MB, 2063597568 bytes
256 heads, 63 sectors/track, 249 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes
Disk identifier: 0x76298f9e

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1         250     2015200+   b  W95 FAT32
Partition 1 has different physical/logical endings:
     phys=(1023, 255, 63) logical=(249, 231, 39)

捨不得格windows是因为妹妹最喜欢玩仙剑3,有时要上QQ空间
刚刚打电话回家,告诉妹妹我现在用着的这个系统不能玩仙剑3不能上QQ空间,她说好
所以~~企鹅仔自由了      
喜欢是淡淡的

TOP

可以下载很多东东放在上面了。      
林子大了,什么鸟都有......

TOP

你看看偶的这么大才用了多少啊
复制内容到剪贴板
代码:
dwj@beyond:~$ sudo fdisk -l

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0002a5d9

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1       38536   309540388+  83  Linux
/dev/sda2           38537       38913     3028252+   5  Extended
/dev/sda5           38537       38913     3028221   82  Linux swap / Solaris

Disk /dev/sdb: 126 MB, 126091264 bytes
256 heads, 63 sectors/track, 15 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes
Disk identifier: 0x903e675f

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1          16      123104+   6  FAT16
Partition 1 has different physical/logical endings:
     phys=(1023, 255, 63) logical=(15, 69, 5)
      
qq:36881062,讨论linux问题

TOP

得益的是知道了linux的标准分区方法
/dev/sda1 boot 200M
/dev/sda2 LVM
LVM 中
swap 1G
/    大小自定义      
喜欢是淡淡的

TOP

发新话题