I wanna install Slackware,but do I have to make new partitions to my HDD...?
SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I wanna install Slackware,but do I have to make new partitions to my HDD...?
I currently have WinXP, but I wanna also have a linux on my comp, and ppl told me that slackware is pretty good for beginners.
If I wanna install the slack, do I have to make new linux partitions on my harddisk, so that I can either keep the win and also having the slack?
i have a PartitionMagic software for partitioning drives, but.. then.. what partitions should I acutally make ?
thanks in advance and please be as clear as possible, coz I'm afraid of breakin down the whole system and at the end with ending with no OS instead of 2 OS's
To get slack up and running you have to create at least 2 partitions, one for the filesystem and one for swap.
Before the initial install of slack it gives you the option of using either fdisk or cfdisk to partition your drive. I would recommend the latter.
Last edited by SlackerDex; 04-14-2006 at 01:23 PM.
Before the initial install of slack it gives you the option of using either fdisk or cfdisk to partition your drive. I would recommend the latter.
I don't have a floppy, so I won't be able to use fdisk ;(
and for the cfdisk.. I've only seen it once, I don't even know how would I be supposed to work with it ...
You can use Partition Magic to partition your drive. You should make one partion at least 5-6 GB (to give you plenty of room to add new stuff) and one for a swap partion of at least double you physical memory. You should make the filesystem ext3 for Slackware, but the installation will format the partition for you. Slack (I believe) uses LILO as its default bootloader to allow you to load eith OS (WINXP or Slack) at boot. The installation is fairly straightforward so you shouldn't have any trouble. You might want to learn the LILO bootloader a little better before you start ( I can't help because I use GRUB.)
You can use Partition Magic to partition your drive. You should make one partion at least 5-6 GB (to give you plenty of room to add new stuff) and one for a swap partion of at least double you physical memory. You should make the filesystem ext3 for Slackware, but the installation will format the partition for you. Slack (I believe) uses LILO as its default bootloader to allow you to load eith OS (WINXP or Slack) at boot. The installation is fairly straightforward so you shouldn't have any trouble. You might want to learn the LILO bootloader a little better before you start ( I can't help because I use GRUB.)
There is plenty help available here.
Hope this helps,
Bob
I think I'll first try with your example, since it seems easier. if I understood right , I'll have to finish with somethin like this :
Windows Partition -> quiet a lot of giga's since I have 120 Gb hdd
Linux ext3 .. I'll put about 15 GB
Linux Swap .. I'll put more than needed.. about 1 GB
and that's all ? and btw, do I need to backup my current data.. or is it safe using Partition Magic ?
@IceChant and SlackerDex :
I read the tutorial for cfdisk, I run a livecd of knoppix and open cfdisk.. it shows my current harddrive but the wierdst thing is that there isn't a way to make a new partition, as it was written in the tutorials u gave me there..I mean there isn't a New partition button,neither a "free space"
I currently have WinXP, but I wanna also have a linux on my comp, and ppl told me that slackware is pretty good for beginners.
Whether Slackware is a good first distro is a matter of opinion. Give it a go and see what you think. If you are willing to learn it should work out fine.
[QUOTE/]If I wanna install the slack, do I have to make new linux partitions on my harddisk, so that I can either keep the win and also having the slack?[/QUOTE]
Windows is likely on a partition using the whole hard drive, right? If you can spare the dollars a second hard drive would be ideal. Resizing has gone ok for me, but backing up anything you value would be a good idea.
[QUOTE/]i have a PartitionMagic software for partitioning drives, but.. then.. what partitions should I acutally make ? [/QUOTE]
[QUOTE/]thanks in advance and please be as clear as possible, coz I'm afraid of breakin down the whole system and at the end with ending with no OS instead of 2 OS's [/QUOTE]
Did I already mention "back up anything you value"?
BTW, partition magic created partitions won't work with Slackware at once. You need to reformat them in proper Linux standard. So you could easily do this:
Take some space from NTFS (you said 15Gb for linux root partition + 1Gb for swap = 16 Gb) and leave it unallocated (do not make any partition). By now, you should have around 104Gb ntfs space and 16Gb unallocated space. Boot CD1 of Slackware, run cfdisk. It will find your unallocated space. Create partitions which you want with cfdisk and give them types (ext2, ext3, reiserfs - for filesystems, swap - for Linux swap and so on), write changes to the partition table.
One thing to add: you can't resize neither with fdisk nor with cfdisk. So do resizing in Windows.
BTW, partition magic created partitions won't work with Slackware at once. You need to reformat them in proper Linux standard. So you could easily do this:
Take some space from NTFS (you said 15Gb for linux root partition + 1Gb for swap = 16 Gb) and leave it unallocated (do not make any partition). By now, you should have around 104Gb ntfs space and 16Gb unallocated space. Boot CD1 of Slackware, run cfdisk. It will find your unallocated space. Create partitions which you want with cfdisk and give them types (ext2, ext3, reiserfs - for filesystems, swap - for Linux swap and so on), write changes to the partition table.
One thing to add: you can't resize neither with fdisk nor with cfdisk. So do resizing in Windows.
too bad.. I had already made the Partitions (root + swap) before I saw your answer.. and now.. what do I do then.. is it all false... everything is lost ?
too bad.. I had already made the Partitions (root + swap) before I saw your answer.. and now.. what do I do then.. is it all false... everything is lost ?
No, if you resized your windows with something non-destructive (like Partition Magic) you should be good to go. The bitbenderforum link I gave you earlier explains what to do next. No need to partition to his exact example, choose your own scheme. Even if you have already partitioned it might be good to run through the part about fdisk as a learning exercise.
I hope you are not saying you tried to resize with fdisk/cfdisk. Fdisk is destructive by design.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.