Replacing the old, smaller DOM in AZbox HD

djackola

Registered
Messages
3
Hi

I am new here and would like to add a sandisck 2 gb , but dont know from where to start:( . Searching the web i found a thread explaining the process along with the required code , Iam listing here maybe will help otheres :

mkdir usb
mount -o noatime /dev/sda1 usb
mkdir dom
mount -o noatime /dev/hda1 dom
cd usb
mkdir backup
cd backup
mkdir dom
cd /home/root
cp -a dom/* usb/backup/dom/
umount dom
echo ",1024,83" > hda.out
echo ",8,83" **** hda.out
echo ",256,82" **** hda.out
echo ",,5" **** hda.out
echo ",,83" **** hda.out
sfdisk -f -uM /dev/hda < hda.out
mkfs.ext3 /dev/hda1 -b 4096 -E stride=96
mkfs.ext3 /dev/hda2 -b 4096 -E stride=96
mkswap /dev/hda3
mkfs.ext3 /dev/hda5 -b 4096 -E stride=96
sync
mount -o noatime /dev/hda1 dom
cp -a usb/backup/dom/* dom/
sync
umount usb
umount dom
reboot -f
I need your help in this steps :

1/ Plug in a USB stick (formatted in EXT3) at the back of your AZbug, go to PB Centre > Device Manager > see the commands/coloured buttons > mount it as media/usb, so it will be there under dev/sda1.?????

2/In AZbug with E2, under /etc > fstab insert the new partition manually:

/dev/hda5 /media/cf auto defaults 0 0

Sometimes it takes a few reboots until it is finally mounted, so don't give up easily...

I have problem with the above two steps


Appreciate your help


Thanks
 
Top