Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Partition Table Backup Tools
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
gino_rotormind
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2003
Posts: 79

PostPosted: Thu Mar 24, 2005 4:23 am    Post subject: Partition Table Backup Tools Reply with quote

Hello all,

Is there a partition table backup tool for ppc linux. I ask only as there is a tool called sfdisk which can do this, however, it is not in portage (even though some posts in other forums refer to it) and was wondering if there was an equivalent tool in portage for ppc??

cheers,
Gino
Back to top
View user's profile Send private message
nephros
Advocate
Advocate


Joined: 07 Feb 2003
Posts: 2139
Location: Graz, Austria (Europe - no kangaroos.)

PostPosted: Fri Mar 25, 2005 1:54 pm    Post subject: Reply with quote

Code:
[scourge]~ # which sfdisk
/sbin/sfdisk
[scourge]~ # etcat -b /sbin/sfdisk
Searching for /sbin/sfdisk in * ...
sys-apps/util-linux-2.12q


so it _is_ in portage.

You can use it to backup the partition table like so:
sfdisk -d /dev/foo > dev_foo.table

and restore it with
sfdisk /dev/foo < dev_foo.table

HTH :)
_________________
Please put [SOLVED] in your topic if you are a moron.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum