Общее·количество·просмотров·страницы

среда, 16 марта 2011 г.

WD20EARS и Ubuntu

# parted /dev/YOUR_DEVICE_NAME

(parted) mklabel gpt
(parted) unit s
(parted) mkpart primary ext4 64 -1
Warning: You requested a partition from 64 to 2930277167s.
The closest location we can manage is 64 to 2930277134s.
Is this still acceptable to you?
Yes/No?
Yes.
(parted) quit

# mkfs.ext4 -T largefile4 /dev/YOUR_DEVICE_NAME