Stop Microsoft
Miscellaneous => The Lounge => Topic started by: Jenda on 29 August 2005, 21:27
-
Umm... can anyone tell me what disklabel to use on a GNU Linux machine for a 150 GiB HDD that'll serve as a media dump and backup safe? One user only - me, no network - yet.
-
P.S.
Very impatient.
Thanks :)
-
/mnt/hdb
perhaps? :confused:
I'm sorry, you need to reformulate your question.
-
Gparted asks me to set a disklabel (the file at the beginning of a disk that specifies partition positions et al..
The options:
msdos (defalt)
bsd
loop
gpt
mac
pc98
sun
-
oh well... I'll just use the default - I hate the "ms" in it, though. I might change it later (before I have any big data on there).
-
OK, that done, and now:
How can I move my "/" partition, preferably from Ubuntu or the Ubuntu Live-CD?
-
Just stick with MSDOS, and use a real distro for it I suggest. If you really wanted to be snazzy you could use a BSD disklabel.
And if you boot off the livecd you could probably get it to work with something (kinda) like this...
$ cp -R / /mnt (mnt being mounted to the harddisk, with all other partitions (if any) mounted in there).
$ chroot /mnt
$ grub-install
or
$ lilo
depending on whatever you have, you might have to change certain options and stuff for grub/lilo or actually get grub/lilo, read the docs for them and you should be right.
-
OK, thanks. I'll get down to it ASAP, i.e. tomorrow.
Wish me luck - exams tomorrow morning to get "reaccepted" to my school after being away so long.
-
fdisk + mke2fs (-j) = disk partitioning my way :)
-
dd if=/dev/urandom of=/dev/hda
disk paritioning my way.
-
heh
-
Try Eeet11!