Results 1 to 9 of 9
Hello Guys I would Like to Ask about the Partition
I have a 160 Giga HDD I want to install Backtrack how Do I do the partitioning ???
also If ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-21-2012 #1Just Joined!
- Join Date
- Apr 2011
- Location
- egypt-cairo
- Posts
- 23
question about the partition process
Hello Guys I would Like to Ask about the Partition
I have a 160 Giga HDD I want to install Backtrack how Do I do the partitioning ???
also If I want to install Backtrack + fedora what shoul I do
- 07-21-2012 #2
Although i did not install backtrack, durring installation you can chose an option such as "install by side" or something like that.
First install fedora. You will be able to partition the disk during the installation. Chose how much you want to give to fedora and save the rest for backtrack. After installing fedora, reboot with the installation disk/usb of backtrack and repeat the process. Chose the option to install backtrack "by side".
They have a quick how-to on setting this up with windows but it just might be the same and even easier because fedora uses grub bootloader.
The link: (w)(w)(w).backtrack-linux.org/tutorials/dual-boot-install
(cant put the link itself... dont have 15 posts
)
Additionally you can get GParted, wich is an operating system designed for partitioning.
A good idea might be to boot from a live-cd and format the drive before installing anything
- 07-21-2012 #3Just Joined!
- Join Date
- Apr 2011
- Location
- egypt-cairo
- Posts
- 23
- 07-21-2012 #4
My installs typically involve 2 partitions.
15 or 20 GB for / is more than enough. The /home partition will depend on personal needs. If you don't plan on saving much by way of music or movies, then another 20 GB will do you nicely.
Depending on your situation, a third partiton for SWAP may be i order... 1 or 2 GB should be about right for that.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-22-2012 #5Just Joined!
- Join Date
- Apr 2011
- Location
- egypt-cairo
- Posts
- 23
- 07-22-2012 #6
You may consider the /home partition your storage.
I had a similar problem when moving from windows. The thing is that all binaries and executables will be put in the / directory.
If you insist on a separate partition, i would say go for 50%/50% between /home and /data of the remaining space after allocating to the / (root)
The fact is that you will sooner or later use the command-line for every day use. And every time you start it you will be put into the /home/username as your starting point.
To give you an idea, here is my setup
The thing I like about linux is that, unlike windows, on even the most basic set up, separates configuration and elfs(exes) from your personal storage (/home).Code:tinoy@txor [$]: df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 12G 4.6G 6.7G 41% / /dev/sda6 132G 22G 110G 17% /home
So if i wanted another /storage. Personally I would split them between /home and /storage.
Example setup
Keep in mind to leave some space for backtrack, so the setup above would be halved (33G for both), so i could have at least 30G for another OS.Code:tinoy@txor [$]: df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 12G 4.6G 6.7G 41% / /dev/sda6 66G 22G 44G 33% /home /dev/sda7 66G 0G 66G 0% /storage
Hope that gave an idea of how to split things up.
- 07-22-2012 #7Just Joined!
- Join Date
- Apr 2011
- Location
- egypt-cairo
- Posts
- 23
- 07-22-2012 #8
SWAP is another partition. You'll want to create it during installation.
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-23-2012 #9
From what I've read in the docs for backtrack installing it may not be a good idea. In the docs it says that it is not a normal distro, does not support a lot of hardware and that if you start adding or changing stuff you could end up breaking a lot of things.
So, if you install it and get it to run directly on your hardware, in the process of making all of that work you could potentially break other stuff. For this reason I just run it in a virtual machine; far less headaches and works great.
This does not mean that you *can't* install it; just maybe you shouldn't.


Reply With Quote

