Bug 19533 - Document how to increase the root file system
Document how to increase the root file system
Status: NEW
Product: UCS extended documentation
Classification: Unclassified
Component: Virtualisation / UVMM
unspecified
Other Linux
: P5 normal (vote)
: ---
Assigned To: Docu maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-19 17:31 CEST by Philipp Hahn
Modified: 2022-09-19 08:55 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2010-08-19 17:31:04 CEST
Die Dokumentation zum Vergrößern des Root-Dateisystems <https://billy.knut.univention.de/uniwiki/index.php/Philipp_memo/LogicalVolumes#RootFs_vergr.C3.B6.C3.9Fern> soll für das externe Wiki erweitert werden.

Alternativen:
- Bei anderen Virtualisierungstechniken muß statt dem vmware-vdiskimage natürlich was anderes gemacht werden, z.B. mit "dd" oder anderen Tools.
- Statt die 3. Partition zu vergrößern, kann man auch einfach eine 4. Partition für den Rest anlegen oder eine neue Festplatte einhängen. Anschließend per "pvextend vg_ucs /dev/sda4" bzw. "pvextend vg_ucs /dev/sdb" hinzufügen; erspart sich den Neustart.
Comment 1 Philipp Hahn univentionstaff 2010-08-19 17:53:41 CEST
(In reply to comment #0)
> - Statt die 3. Partition zu vergrößern, kann man auch einfach eine 4. Partition
> für den Rest anlegen oder eine neue Festplatte einhängen. Anschließend per
> "pvextend vg_ucs /dev/sda4" bzw. "pvextend vg_ucs /dev/sdb" hinzufügen; erspart
> sich den Neustart.

Richtig ist hier
 "pvcreate /dev/sda4 && vgextend vg_ucs /dev/sda4"
bzw.
 "pvcreate dev/sdb   && vgextend vg_ucs /dev/sdb"