GNU bug report logs - #24915
alignment not working

Previous Next

Package: parted;

Reported by: "Sobel-Sorenson, Chandler - (scar)" <scar <at> email.arizona.edu>

Date: Thu, 10 Nov 2016 00:07:02 UTC

Severity: normal

Done: Phil Susi <psusi <at> ubuntu.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Phil Susi <psusi <at> ubuntu.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#24915: closed (alignment not working)
Date: Wed, 19 Apr 2017 13:24:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 19 Apr 2017 09:25:26 -0400
with message-id <94c72763-6442-75c1-0211-1c4eb24a90b2 <at> ubuntu.com>
and subject line Re: bug#24915: alignment not working
has caused the debbugs.gnu.org bug report #24915,
regarding alignment not working
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
24915: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24915
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Sobel-Sorenson, Chandler - (scar)" <scar <at> email.arizona.edu>
To: "bug-parted <at> gnu.org" <bug-parted <at> gnu.org>
Subject: alignment not working
Date: Thu, 10 Nov 2016 00:02:37 +0000
I'm trying to make a new partition but the alignment isn't working.  I've started parted with: parted -a optimal /dev/sda.  Then:

 (parted) mkpart                                                           
Partition name?  []? variables                                            
File system type?  [ext2]? ext4                                           
Start? 0                                                                  
End? 4g                                                                   
Warning: The resulting partition is not properly aligned for best performance.
Ignore/Cancel? 

Am i doing something wrong here?


[Message part 3 (message/rfc822, inline)]
From: Phil Susi <psusi <at> ubuntu.com>
To: "Sobel-Sorenson, Chandler - (scar)" <scar <at> email.arizona.edu>,
 24915-done <at> debbugs.gnu.org
Subject: Re: bug#24915: alignment not working
Date: Wed, 19 Apr 2017 09:25:26 -0400
On 11/9/2016 7:02 PM, Sobel-Sorenson, Chandler - (scar) wrote:
> I'm trying to make a new partition but the alignment isn't working.  I've started parted with: parted -a optimal /dev/sda.  Then:
> 
>  (parted) mkpart                                                           
> Partition name?  []? variables                                            
> File system type?  [ext2]? ext4                                           
> Start? 0                                                                  
> End? 4g                                                                   
> Warning: The resulting partition is not properly aligned for best performance.
> Ignore/Cancel? 
> 
> Am i doing something wrong here?

Yes: you specified a start position of 0 (mb), which means try to start
as close to zero as possible. Zero itself is not available, so sector 1
is used, and this is not aligned. Specify a start of 1 instead.



This bug report was last modified 8 years and 36 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.