PDA

Bekijk de volledige versie : Firm oleg and formating hdd



fennec
06-09-2005, 17:13
Hi

I want to format ext3 my hdd 80 go with the last oleg firmware

What the command

Thanks

Jean-Fabrice
06-09-2005, 19:25
Hi,

mke2fs

you're welcome.

tha_haze
08-09-2005, 17:36
To create partitions:
fdisk /dev/ide/host0/bus0/target0/lun0/disc

And to format partition 1 on the disc use:
mke2fs -j /dev/ide/host0/bus0/target0/lun0/part1

-j for journaling (ext3)


If you get a "writing inodes: terminated" error it is most likely that the wl-hdd ran out of space. Make a swap partition in that case (commands: mkswap, swapon). I experienced this error when formatting my 80gb hdd.

fennec
08-09-2005, 20:06
Ok thanks

;) ;) ;)