[Bug 742164] Re: detects bad alignment but doesn't correct it

2013-12-19 Thread Phillip Susi
You requested that the partition start at 0 MB.  Parted tries to find
the closest valid location within half of a MB, which is at 16 KiB.
That is not aligned to a multiple of 1 MiB.  You might use a start of 0%
instead, which will give a large enough search radius to to snap to the
optimal alignment.


** Changed in: parted (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/742164

Title:
  detects bad alignment but doesn't correct it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parted/+bug/742164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 742164] Re: detects bad alignment but doesn't correct it

2013-12-19 Thread Martin Pool
It might be nice if it said so, then.

On Fri Dec 20 2013 at 9:06:18 AM, Phillip Susi ps...@ubuntu.com wrote:

 You requested that the partition start at 0 MB.  Parted tries to find
 the closest valid location within half of a MB, which is at 16 KiB.
 That is not aligned to a multiple of 1 MiB.  You might use a start of 0%
 instead, which will give a large enough search radius to to snap to the
 optimal alignment.


 ** Changed in: parted (Ubuntu)
Status: Confirmed = Invalid

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/742164

 Title:
   detects bad alignment but doesn't correct it

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/parted/+bug/
 742164/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/742164

Title:
  detects bad alignment but doesn't correct it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parted/+bug/742164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 742164] Re: detects bad alignment but doesn't correct it

2011-07-21 Thread Launchpad Bug Tracker
** Changed in: parted (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/742164

Title:
  detects bad alignment but doesn't correct it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parted/+bug/742164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 742164] Re: detects bad alignment but doesn't correct it

2011-03-24 Thread Martin Pool
Creating a partition aligned to 1MB boundaries also does not produce a
warning and might be (?) more likely to be optimally aligned.


(parted) mkpart   
Partition name?  []? base
File system type?  [ext2]? ext4   
Start? 1MB
End? 250GB
(parted) unit 
Unit?  [compact]? s   
(parted) print
Model: ATA ST9750420AS (scsi)
Disk /dev/sdb: 1465149168s
Sector size (logical/physical): 512B/4096B
Partition Table: gpt

Number  Start   End  SizeFile system  Name  
Flags
 1  2048s   488282111s   488280064s  ext4 base
 2  488282112s  1465147391s  976865280s  ntfs Basic data partition

(parted) align-check 1
parted: invalid token: 1
alignment type(min/opt)  [optimal]/minimal?   
Partition number? 1   
1 aligned

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/742164

Title:
  detects bad alignment but doesn't correct it

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs