معرفی شرکت ها


ptmax-2018-alt1.ppc64le.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Maximize partition in partition table to include it's trailing unallocated space
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic ppc64le
نام بسته ptmax
نام فایل بسته ptmax-2018-alt1.ppc64le.rpm
نسخه بسته 2018
انتشار بسته alt1
معماری بسته ppc64le
نگهدارنده -
تاریخ ساخت Wed 15 May 2019 03
هاست سازنده wasp14.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/amarao/ptmax
مجوز GPL
حجم دانلود 10K
حجم نصب 68.022K
Anyone, who have tried to resize a partition with LVM's PV on it do know that felling: What the hell, we are dealing with a 64-bytes 35-years old fixed size structure with bunch of INTs and still CAN NOT JUST RESIZE partiton. All existing utilities looks grim. Fdisk allows us to do this, but with 'DELETE and CREATE' (if you miss numbers, you are fckd up), parted says it don't know how to do with LVM partition and so on. If we had an 'old plain spinning drive' with misarranged paritions, we can say: 'think before creating'. Because bare metall hard drives don't scale. But now we live in the world of virtual machines, iscsi, LVM, MD which offers way to 'change disk size in 2 clicks'. And what the hell you are supposed to do after drive (block device) size changed, but the partition table is still the same? Yep. This utility partially solve the problem. It takes parition name (/dev/sda1, /dev/xvda2 and so on) and attemts to maximize partition. Only 4 bytes in partition table (size filed), nothing more. After that you can run pvreze, or resize2fs, or whatever, to reflect the change on a higher level. Usage is pertty simple: ptmax /dev/sda3 That's all. It cautious to avoid doing do bad things, so it will max partition size only if PT is sane and there is a free space after the targeted partition. It will not move partitions, attempt to use leading unpartitioned space, change the partition number, or alter in any other way the original partitioning schema or data inside partition. Currently there is no support for CHS, LBA only (?), so don't try it on <32Mb partitions. See also http://habrahabr.ru/company/selectel/blog/139152/


جایگزین ها

بسته نسخه معماری مخزن
ptmax-debuginfo-2018-alt1.ppc64le.rpm 2018 ppc64le ALT debuginfo


نیازمندی

مقدار نام
- /lib64/ld64.so.2
- libc.so.6(GLIBC_2.17)(64bit)
- rtld(GNU_HASH)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 2018-alt1 ptmax


نحوه نصب


نصب پکیج rpm ptmax:

    sudo apt-get install ptmax-2018-alt1.ppc64le.rpm


فایل ها

مسیرها
/usr/sbin/ptmax
/usr/share/doc/ptmax-2018
/usr/share/doc/ptmax-2018/README.MD


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2018-01-30

git-20180130 (fix function "ioctl" declared implicitly)

2016-01-03

Build with debuginfo

2015-12-08

git-20151208

2014-02-12

add support for cciss device names
use sysfs to detect correct device parent name

2012-03-28

initial build for ALT Linux Sisyphus