Difference between revisions of "GParted"

From ERPXE Wiki
Line 31: Line 31:
  
 
This is useful for creating space for new operating systems (works with Vista / Windows 7 System & Data partitions), reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging).
 
This is useful for creating space for new operating systems (works with Vista / Windows 7 System & Data partitions), reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging).
 +
 +
{{TFTPPlugin
 +
| filename = gparted0907-XXX.tar.gz
 +
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 +
| product = GParted 0.9.0.7
 +
| producturl = http://gparted.sourceforge.net/
 +
| productfile = RIPLinuX-13.5.iso
 +
| pluginname = GParted
 +
}}
 +
 +
Copy kernel32 , kernel64 , rootfs.cgz to appropriate directory: (LOWER CASE ONLY!)
 +
 +
cp kernel32 /tftpboot/er/plugins/rip/
 +
cp kernel64 /tftpboot/er/plugins/rip/
 +
cp rootfs.cgz /tftpboot/er/plugins/rip/
 +
 +
for the No X version
 +
 +
cp rootfs.cgz /tftpboot/er/plugins/rip/rootfsnx.cgz
 +
 +
{{PluginInstructionsEnd}}

Revision as of 21:16, 4 January 2012

return to Plugins list

GParted
64px-Scalable_gparted.svg.png
http://gparted.sourceforge.net/

Information

ERPXE Module

  • Name: - GParted
  • Version:

Plugin type

Plugin type
GParted Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No Optional No No Yes No

Plugin Requirments

Plugin Requirments
GParted CIFS HTTP Internet NFS Linux OS Windows OS
No Yes Yes No No Yes

Screen Shots

300px-GParted.png



Special Information

GParted is a GTK+ front-end to GNU Parted and the official GNOME Partition Editor application.

It is used for creating, deleting, resizing, moving, checking and copying partitions, and the file systems on them.

This is useful for creating space for new operating systems (works with Vista / Windows 7 System & Data partitions), reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging).

Linux Installation Instructions

Download gparted0907-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract gparted0907-XXX.tar.gz file:

tar -xvzf gparted0907-XXX.tar.gz

Download GParted 0.9.0.7 ISO Latest Version to /mnt/ :

http://gparted.sourceforge.net/

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/RIPLinuX-13.5.iso /mnt/cdrom/

Copy kernel32 , kernel64 , rootfs.cgz to appropriate directory: (LOWER CASE ONLY!)

cp kernel32 /tftpboot/er/plugins/rip/
cp kernel64 /tftpboot/er/plugins/rip/
cp rootfs.cgz /tftpboot/er/plugins/rip/

for the No X version

cp rootfs.cgz /tftpboot/er/plugins/rip/rootfsnx.cgz

Verify files with filelist.txt in each folder.

All Done!