|
|
9#

楼主 |
发表于 2019-9-23 22:02:44
|
只看该作者
本帖最后由 Toools 于 2019-9-23 22:08 编辑
谢谢,有看
目前操作到
fdisk -l 这来 了
# fdisk -l
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 50.0 GB, 50010783744 bytes
255 heads, 63 sectors/track, 6080 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 6081 48838655+ ee GPT
Partition 1 does not start on physical sector boundary.
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb: 50.0 GB, 50010783744 bytes
255 heads, 63 sectors/track, 6080 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 1 6081 48838655+ ee
好像有问题,求破
现在就算挂sdb1 到mnt以后, 也是空的
|
|