Re: [newbie-it] back up dell mbr

2003-03-03 Per discussione Mirko
thx mike

- Original Message - 
From: miKe [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, March 02, 2003 12:25 AM
Subject: Re: [newbie-it] back up dell mbr


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Alle 17:06, sabato 1 marzo 2003, Mirko ha scritto:
  cari amici linuxiani
  avrei il problema di fare un back up del mbr degli hard disk
  linux offre qualche tool o comando utile allo scopo
  ciao e grazie
  mirko
 
 Per salvare il MBR inclusa partition table:
 dd if=/dev/hda bs=512 count=1 of=/mnt/floppy/MBR+PT
 
 Per salvare il MBR senza partition table..
 dd if=/dev/hda bs=446 count=1 of=/mnt/floppy/MBR
 
 Per riscriverlo :
 dd if=/mnt/floppy/MBR(+PT) of=/dev/hda
 
 
 Per salvare soltanto la partition table:
 dd if=/dev/hda bs=1 count=66 skip=446 
 of=/mnt/floppy/partition_table
 
 Per riscriverla:
 dd if=/mnt/floppy/partition_table bs=1 seek=446 of=/dev/hda
 
 
 
 
 
 
 bye
 
 miKe
 
 - -- 
 
 
 Slackware 8.1 GNU/Linux 2.4.20 @ hp  Xe3
 R.U.#219755 -- S.R.U.#705 -- R.M.#110932
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE+YUF1F/9fksDJ4y0RAsglAJ9/9RKpxrq+NqreR40mFTArRVeVswCeNPEz
 hw5qtGsBo+NZ7Otv9GAbRPQ=
 =iaPl
 -END PGP SIGNATURE-
 
 





Re: [newbie-it] back up dell mbr

2003-03-03 Per discussione Mirko
già leggendo tutti i vostri ero soddisfatto
poi nn trovavo nulla a cui nn fosse già risposto!
ciao arwan
e ciao a tutti

- Original Message -
From: Arwan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, March 02, 2003 9:13 AM
Subject: Re: [newbie-it] back up dell mbr


 Alle Saturday 01 March 2003 17:06, a proposito di [newbie-it] back up dell
mbr
 (e chissa' a cosa pensava veramente), Mirko ha scritto:

  cari amici linuxiani

 Mi pare che questo sia il tuo primo post in lista... se e' cosi', era ora!
 Benvenuto.

 --
 Arwan







Re: [newbie-it] back up dell mbr

2003-03-03 Per discussione Mirko
grazie

- Original Message - 
From: miKe [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, March 02, 2003 12:25 AM
Subject: Re: [newbie-it] back up dell mbr


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Alle 17:06, sabato 1 marzo 2003, Mirko ha scritto:
  cari amici linuxiani
  avrei il problema di fare un back up del mbr degli hard disk
  linux offre qualche tool o comando utile allo scopo
  ciao e grazie
  mirko
 
 Per salvare il MBR inclusa partition table:
 dd if=/dev/hda bs=512 count=1 of=/mnt/floppy/MBR+PT
 
 Per salvare il MBR senza partition table..
 dd if=/dev/hda bs=446 count=1 of=/mnt/floppy/MBR
 
 Per riscriverlo :
 dd if=/mnt/floppy/MBR(+PT) of=/dev/hda
 
 
 Per salvare soltanto la partition table:
 dd if=/dev/hda bs=1 count=66 skip=446 
 of=/mnt/floppy/partition_table
 
 Per riscriverla:
 dd if=/mnt/floppy/partition_table bs=1 seek=446 of=/dev/hda
 
 
 
 
 
 
 bye
 
 miKe
 
 - -- 
 
 
 Slackware 8.1 GNU/Linux 2.4.20 @ hp  Xe3
 R.U.#219755 -- S.R.U.#705 -- R.M.#110932
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE+YUF1F/9fksDJ4y0RAsglAJ9/9RKpxrq+NqreR40mFTArRVeVswCeNPEz
 hw5qtGsBo+NZ7Otv9GAbRPQ=
 =iaPl
 -END PGP SIGNATURE-
 
 





Re: [newbie-it] back up dell mbr

2003-03-02 Per discussione Arwan
Alle Saturday 01 March 2003 17:06, a proposito di [newbie-it] back up dell mbr 
(e chissa' a cosa pensava veramente), Mirko ha scritto: 

 cari amici linuxiani

Mi pare che questo sia il tuo primo post in lista... se e' cosi', era ora!
Benvenuto.

-- 
Arwan



[newbie-it] back up dell mbr

2003-03-01 Per discussione Mirko

cari amici linuxiani
avrei il problema di fare un back up del mbr degli hard disk
linux offre qualche tool o comando utile allo scopo
ciao e grazie
mirko

linux MDK 9 on P!!! @ 600 mhz





Re: [newbie-it] back up dell mbr

2003-03-01 Per discussione miKe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alle 17:06, sabato 1 marzo 2003, Mirko ha scritto:
 cari amici linuxiani
 avrei il problema di fare un back up del mbr degli hard disk
 linux offre qualche tool o comando utile allo scopo
 ciao e grazie
 mirko

Per salvare il MBR inclusa partition table:
dd if=/dev/hda bs=512 count=1 of=/mnt/floppy/MBR+PT

Per salvare il MBR senza partition table..
dd if=/dev/hda bs=446 count=1 of=/mnt/floppy/MBR

Per riscriverlo :
dd if=/mnt/floppy/MBR(+PT) of=/dev/hda


Per salvare soltanto la partition table:
dd if=/dev/hda bs=1 count=66 skip=446 
of=/mnt/floppy/partition_table

Per riscriverla:
dd if=/mnt/floppy/partition_table bs=1 seek=446 of=/dev/hda






bye

miKe

- -- 


Slackware 8.1 GNU/Linux 2.4.20 @ hp  Xe3
R.U.#219755 -- S.R.U.#705 -- R.M.#110932


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+YUF1F/9fksDJ4y0RAsglAJ9/9RKpxrq+NqreR40mFTArRVeVswCeNPEz
hw5qtGsBo+NZ7Otv9GAbRPQ=
=iaPl
-END PGP SIGNATURE-