Displaying 5 results from an estimated 5 matches for "getalignoff".
Did you mean:
getalignof
2016 Apr 22
2
[OT] disk utility showing message "the partition is misaligned by"
On 04/22/16 08:19, Leon Fauster wrote:
<<>>
> check it with:
>
> blockdev --getalignoff /dev/sd
>
> (if a '0' is returned, the partition is aligned)
>
===>
Leon,
thank you for reply.
]$ sudo blockdev --getalignoff /dev/sdc1
0
]$ sudo blockdev --getalignoff /dev/sdc2
0
]$ sudo blockdev --getalignoff /dev/sdc5
2560
]$ sudo blockdev --report /dev/sdc1
RO RA S...
2016 Apr 22
0
[OT] disk utility showing message "the partition is misaligned by"
On 04/22/2016 09:43 AM, g wrote:
> ]$ sudo blockdev --getalignoff /dev/sdc1
> 0
> ]$ sudo blockdev --getalignoff /dev/sdc2
> 0
> ]$ sudo blockdev --getalignoff /dev/sdc5
> 2560
> ]$ sudo blockdev --report /dev/sdc1
> RO RA SSZ BSZ StartSec Size Device
> rw 256 512 4096 2048 838860800 /dev/sdc1
>...
2016 Apr 22
7
[OT] disk utility showing message "the partition is misaligned by"
greetings.
centos 6.7 [current]
'disk utility' has started showing message;
WARNING: The partition is misaligned by 2560 bytes. This may
result in very poor performance. Repartitioning is suggested.
for sdc5 - /home partition.
/dev/sdc5 302243312 156348604 130534968 55% /home
/dev/sdc7 80854912 57088 76683952 1% /hdd/c/07
other than time involved to backup
2016 Apr 22
0
[OT] disk utility showing message "the partition is misaligned by"
...Extended
> /dev/sdc5 2108 42019 320587970+ 83 Linux
> Partition 5 does not start on physical sector boundary.
> =+=+=
>
> suggestions for correcting above boundaries also appreciated.
>
> help needed and greatly appreciated.
check it with:
blockdev --getalignoff /dev/sd
(if a '0' is returned, the partition is aligned)
--
LF
2015 Aug 01
2
OT - parted guidance
On Sat, Aug 1, 2015 at 3:34 PM, Robert Nichols
<rnicholsNOSPAM at comcast.net> wrote:
> On 08/01/2015 12:05 PM, Chris Murphy wrote:
>>
>> parted fs resize is deprecated.
>> http://savannah.gnu.org/forum/forum.php?forum_id=6837
>> parted fs move can only move a partition into free space
>> https://www.gnu.org/software/parted/manual/html_node/move.html
>>