Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resize partition 1

Status
Not open for further replies.

BIS

Technical User
Joined
Jun 1, 2001
Messages
1,897
Location
NL
Hello,

Is it possible to resize ext2 partitions safely, and if so how?
 
looks promising, but I can't get the bloody thing installed... any tips?
 
What is the problem exactly?
 
well i need the libuuid package apparently. this machine is not 'connected' so I have to use the floppy transfer methos, however the package is 2.2 meg, and I have no idea how to span floppys in linux.
 
Have you tried compressing and tarring the package?

tar zcvf package_name

That *might* get it down under the 1.44MB limit.

There is a command that will allow you to break a file into pieces, but I can't remember what it is right now. I'll keep thinking about it and post back when I remember.


ChrisP
 
Just remembered...

split -b 1400K somefile

This will create a bunch of files with three-letter filenames starting at xaa and continuing until finished. You will probably only have a xaa and xab. Copy each to a floppy disk.


ChrisP
 
....oh, I guess you probably want to know how to put them back together too, huh?

Put all of the x?? files in the same folder and run....

cat x* > name_of_file



ChrisP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top