Openfiler で,いろいろやっていたらこんな目に……
[root@openfiler ~]# parted /dev/sdb
GNU Parted 1.8.8
Using /dev/sdb
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) mklabel
Warning: The existing disk label on /dev/sdb will be destroyed and all data on
this disk will be lost. Do you want to continue?
Yes/No? yes
New disk label type? [msdos]? msdos
(parted) unit s
(parted) mkpart primary 64s -1
(parted) print
Model: ATA SAMSUNG HD154UI (scsi)
Disk /dev/sdb: 2930277168s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 64s 2930277167s 2930277104s primary
(parted) set 1 raid on
(parted) print
Model: ATA SAMSUNG HD154UI (scsi)
Disk /dev/sdb: 2930277168s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 64s 2930277167s 2930277104s primary raid
(parted) quit
Information: You may need to update /etc/fstab.
0 件のコメント:
コメントを投稿