Arch linux has issues when 2 drives are connected it cannot boot its a bug which the developers have accepted
I have being using my External HDD since last 2 years there is always something downloading no issues so far though i do run fsck every monthSo my old HDD which I was using with pogoplug had died and i have ordered a new WD one which I intend to use with it. Any tips on how to minimize HDD wear and tear. Should I increase cache size on transmission? If I am seeding say 10 torrents in transmission (not uploading anything most of the time, just getting bonus points) does it still do continuous HDD read/writes? Do HDD companies ever reject RMA if the drive has been used 24*7? Any other ideas?
1. Any ideas as to what could be going wrong with the two partition approach.
2. Are there any disadvantages to just one big partition as opposed to a separate /boot and / ?
3. If I go with the single partition approach, is it sufficient for backup purposes to just tarball the root partition after installing and configuring the software I need and excluding any download directories? or do I have to backup differently?
Do HDD companies ever reject RMA if the drive has been used 24*7? Any other ideas?
The /boot partition should be the first, as uBoot simply tries to access the kernel and initrd from the first partition of the OS drive. I am not sure of your exact uBoot environment, but it might be detecting the usb_root parameter (ie the partition which holds the rootfs) wrong. You may try running this command
fw_setenv usb_root=/dev/sda2 (the suggestion on post # 9 in the thread you linked)
This will set the rootfs partition to sda2 ie the second partition.
If you really want to know where exactly its failing, enable netconsole (not sure how to go about that with Ubit used by Arch) and check the boot log.
Not an issue, even though the thread says the primary partition has to be ext2, I have been running with an ext3 rootfs partition for few years now.
Yes that should do, better option would be to create an image of that partition and restore it.
I have the entire rootfs on a single ext3 partition and the download folders on a separate ext4 partition, you could try the same.