I am having a rough time with installing 11.2 to my hdds.
Luckily I am only playing around and learning.
I have connected to the Sata ports on my evga 730i mobo:
2ea 74gb 15000RPM raptor drives (formated)
1ea 750gb 7200rpm (contains an old win7 ntfs partition with about 500gb of data)
1ea DVD-RW
My goal was to build a simple media box connected to my tv with SMB file shares so I could backup my movies from my other computers over the network to watch on this box at my convience. On top of this goal I wanted the system to auto log in and support opening of the media within 1-2 clicks (be as fast or faster than putting in a dvd movie and hitting play). At a later time I want to add another 750gb drive for media backups.
ROUND 1:
(this time around I kept the 750gb disconnected because I had some data on it I did not want to lose.)
I went through the installation about 4 - 5 times.
The first one I simply let auto config do the work. I managed to get to my desktop, change the resolution and then tried to restart. Upon restart it gave me a boot partition not found error. The next few installs I tried manual config.
As a beginner I get a little intimidated by the nix setup of 5/6 partitions with names like
part 1 as /sda/root
part 2 as /sda/swap
part 3 as /sdb/home
part 4 as /sdc/boot
part 5 as /hda/disk1
part 6 as /hdb/disk2
part7 as /hdc/somethingelsehere
I am guessing that “sda” is short for system disk and that “hda” is just extra hard drive space. I am so used to operating systems having 1 partition with all the files needed to run the computer that this really pushes me out of my comfort zone.
Anyhow it turned out my problem was not that I was setting partitions incorrectly (even though for the life of me I could not tell where in the pair of 74gb drives the actual files were being installed). My problem was that I missed a check box to set one of the partitions to be bootable…I either selected /root or /boot and now dont remember which it was. I was surprised that this option was turned off by default in the auto config.
In the end I found myself with a working linux system that could boot from the hdd (which one…i still dont know lol).
I next added the 750gb (ntfs) drive and it opened like a portable usb drive. Fine for my tests, but as I started using it later it required me to type the root password to open after each boot. Annoying. I tried to edit the fstab file and make it mount permanently but this simply made the drive disappear from the computer until I reverted it back to the original fstab.
I found a great guide on setting up windows file shares and managed to set up a working server on the first try. I was able to drop a few files onto the share I setup on the 750gb drive over my network…COOL…and after doing the media repo tweaks…got the media working.
ROUND 2:
With my learning from round 1 I am going to give it another go. I feel good about the media and networking parts. The disk management still irks me.
I have backed up the files I wanted from the 750gb to a 500gb on another machine so this time I can format and make it truely a part of the system.
This time around I will have all the drives connected. Here is my question after that tirade of text.
How should I set it up?
Here is my first guess:
all ext3 (i have used reiser…they both felt the same to me performance wise)
SATA A1
74gb Raptor
install /root, /swap, and /boot partitions here and give them each 1/3 of the disk space?
SATA A2
74gb Raptor
install /home here and use entire disk (is this where the programs are installed? or was it /root)
SATA B1
750gb WD
install /FILESERVER (custom partition) here and keep all my movies/music/other data on this disk
SATA C1
DVDRW drive
Does it work this way? (I’ll try in about an hour just for fun even if this thead dies to obscurity)
This motherboard does support raid and I have managed to set up a winXP install raid0 with the pair of raptors…not sure I want to do this with nix and its plethora of partitions.