New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Harddrive and backup question?

Got problems with Bubba? Then this forum is for you.
Locked
limpo
Posts: 59
Joined: 24 Mar 2007, 06:50

Harddrive and backup question?

Post by limpo »

Hi,

Im wondering what s/n my 80GB bubba has? Is it ST3080640A?

The second question is, what would be the most effective way for me to make a complete backup of all content of my bubba(filesystem/rights/settings)? Can this be done without removing the hd out of bubba?

Im perticulary looking for something like a fast image backup(clonezilla) of bubba? So that I would just have to do a restore to get a fully working system again as before the image creation.

/Limpo
bjorn
Posts: 88
Joined: 03 Jan 2007, 09:02

Post by bjorn »

hi,

1. You're specifying the model number. You can use hdparm to get the serialnumber. "sudo hdparm -i /dev/hda"

2. I've not tried any cloning tools really, but i recon that "dd" could do it. for example you could issue the command "sudo dd if=/dev/hda of=/mnt/usb-harddrive-mount-point" or something... this isn't optimal perhaps, but would work...

no guarantees on the above though... :)
limpo
Posts: 59
Joined: 24 Mar 2007, 06:50

Post by limpo »

Hi,

Im not quit sure of the mounting procedure when it goes for usb connected drives on bubba.

But I guess:

lsusb

mount usb-device /mnt/usb

and then,

cd /mnt/usb

/Limpo
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Post by tor »

Hi limpo,

You might be interested in this thread, http://excito.org/forum/viewtopic.php?t=524. Using the rescue filesystem for a complete backup.

Edit, regarding mounting of the usb-device. You most likely do a

Code: Select all

mount /dev/sda1 /mnt
or

Code: Select all

mount /dev/sda /mnt
depending on your device.

/Tor
Co-founder OpenProducts and Ex Excito Developer
Locked