[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
parted resize bug ?
From: |
Aleksey Luzin |
Subject: |
parted resize bug ? |
Date: |
Thu, 14 Aug 2008 11:48:36 +0700 |
User-agent: |
KMail/1.10.0 (Linux/2.6.24-1-686; KDE/4.1.0; i686; ; ) |
Hello,
I've a strange behaviour of parted:
parted /dev/sdc
GNU Parted 1.8.9
Using /dev/sdc
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print free
Model: Promise 6 Disk RAID5 (scsi)
Disk /dev/sdc: 3750GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32,3kB 2199GB 2199GB primary ext2
2199GB 3750GB 1551GB Free Space
(parted) resize
Partition number? 1
Start? [32,3kB]?
End? [2199GB]? 3749GB
Warning: A resize operation on this file system will use EXPERIMENTAL code
that MAY CORRUPT it (although no one has reported any such damage yet).
You should at least backup your data first, and run 'e2fsck -f' afterwards.
OK/Cancel? OK
(parted)
(parted) p
Model: Promise 6 Disk RAID5 (scsi)
Disk /dev/sdc: 3750GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32,3kB 1550GB 1550GB primary ext2
Why partition now 1550GB instead of 3750GB?
Is it possible to fix it?
- parted resize bug ?,
Aleksey Luzin <=