Re: dump fdisk data to TXT file

2001-04-13 Thread Eric G. Miller
On Sat, Apr 14, 2001 at 04:29:26AM +1000, Kevin Easton wrote: > If you want to dump the "fdisk data" (by which I guess you mean the hard > disk partition table) to a file, you can either: > > * Do what others have suggested (fdisk -l /dev/hda > hda.fdisk) - this > will give you a readable text

Re: dump fdisk data to TXT file

2001-04-13 Thread Kevin Easton
ittle complicated, and I'm afraid I still can't really see the point. - Kevin. From: "Kevin Easton" <[EMAIL PROTECTED]> To: "Russell Coker" <[EMAIL PROTECTED]>; Sent: Saturday, April 14, 2001 4:29 AM Subject: Re: dump fdisk data to TXT file >

Re: dump fdisk data to TXT file

2001-04-13 Thread Kevin Easton
e all that useful. It's quite rare for the partition table to get hosed without other data on the disk suffering a similar fate. I hope this helps, at any rate. Cheers, - Kevin. From: "Russell Coker" <[EMAIL PROTECTED]> To: Sent: Thursday, April 12, 2001 11:23 PM Sub

Re: dump fdisk data to TXT file

2001-04-13 Thread Tommi Komulainen
On Thu, Apr 12, 2001 at 03:23:51PM +0200, Russell Coker wrote: > Is there a program in Debian to dump the fdisk data to a file? > > I would like to do `fdisk-dump /dev/hda > /etc/hda.fdisk` so that if the > partition table gets corrupted I can do > `fdisk-restore /dev/hda < /etc/hda.fdisk` . Is

Re: dump fdisk data to TXT file

2001-04-12 Thread Tyrin Price
* Russell Coker <[EMAIL PROTECTED]> [12Apr01 15:23 +0200]: > Is there a program in Debian to dump the fdisk data to a file? fdisk will do the job, just use the -l switch ... fdisk -l /dev/hda > hda-partitions ...will dump the partition table for /dev/hda to a file named hda-partitions. -- Reg

dump fdisk data to TXT file

2001-04-12 Thread Russell Coker
Is there a program in Debian to dump the fdisk data to a file? I would like to do `fdisk-dump /dev/hda > /etc/hda.fdisk` so that if the partition table gets corrupted I can do `fdisk-restore /dev/hda < /etc/hda.fdisk` . Is there any software in Debian that allows such operations? -- http://ww