Tagged Questions
3
votes
4answers
191 views
Install Debian over Ubuntu using same home partition
I'm interested in changing from Ubuntu to Debian. I currently have 12.04LTS installed on its own boot partition which is separate from the /home partition.
I would simply wipe the Ubuntu partition ...
0
votes
2answers
159 views
Resizing of partitions taking too long in Debian 6 installer
I had a Windows 7 PC, with three partitions on it:
The default Windows partition (~300GB in size, primary)
Some system stuff Windows 7 needs (100MB in size, primary)
A partition called Shared, that ...
1
vote
3answers
214 views
Partioning free space for manual install
I have 53 gigabytes that need formating into /root, /swap, /usr/, /var, /home, and /tmp. If there's any help what is the best space allocation? Please let me know.
3
votes
3answers
214 views
Remove /var partition and replace it with /var into / (root) partition
I accidentaly created a /var partition and I'd like to get rid of it. Is it possible to remove this partition and use the / partition to contain /var without reinstalling the OS or do I have to ...
0
votes
1answer
234 views
Identical mount points for two file systems when installing Linux
So, I'm going through Crunchbang's installer (very similar to Debian's), and am at the partitioning step. I chose the 'Guided - use entire disk and set up encrypted LVM' method (usually I do manual ...
3
votes
2answers
146 views
Is it better to partition one drive or use separate drives?
I am a system admin with limited Linux experience, and have been tasked with setting up Cent OS 5.8 64bit install, and creating a template once complete.
My main client base will be developers, and I ...
1
vote
1answer
1k views
How to mount multiple directories on the same partition?
I am installing an SSD and would like to put / on the SSD and /home, /var, and /tmp on the HDD. My current distro is Kubuntu but I would not mind trying another distro if this procedure can be ...
0
votes
3answers
227 views
Is it safe to only have root and swap partitions when dual-booting Linux and Windows?
I am trying to install Linux Mint alongside an existing Windows 7.
I found a simple tutorial (I haven't tried it yet), but I wonder if it is healthy to partition / and /swap only. On the other hand, ...
2
votes
4answers
2k views
Best Disk Partitioning Scheme for a Linux-based Developer Machine
Is there some kind of "best disk partitioning scheme" for a Linux-based web and application developer machine, in terms of performance, organization or others?
1
vote
2answers
536 views
Fresh Linux (Debian and CentOS) installation will not boot
I am trying to install either Debian or CentOS on a home server (Fujitsu PRIMERGY TX100 S3). I first tried installing Debian. The whole installation was successful (including grub). But after ...
0
votes
0answers
684 views
Linux Mint can not see my partitions - installation problem
Scenario:
On my laptop I have Windows 7
My disk drive has several partitions whereof not all are used (for now)
My plan is to install Linux Mint on the 20000 MB (19,53 GB) partition (called I: in ...
1
vote
2answers
2k views
Installing debian on existing ubuntu - will /home folder be removed?
I want to install Debian with LXDE on partition, that already have Ubuntu 11.04 installed. I have a lot of music there, and I don't want copy it to another partition. I know that Debian installer will ...
2
votes
1answer
678 views
Dual boot debian/Win XP - hidden partitions and primary partition limit
I decided it's (finally) time to make my eee a debian/WinXP dual boot. I have Windows already installed and chose to sacrifice most of an existing data partition for debian. Here's how the partitions ...
33
votes
11answers
3k views
Is it good to make a separate partition for /boot?
I've seen some people make a separate partition for /boot. What is the benefit of doing this? What problems might I encounter in the future by doing this?
Also, except for /home and /boot, which ...