Recently I bought a 2TB Seagate Goflex Home. I followed the installation guide at http://archlinuxarm.org/platforms/armv5 ... oflex-home, and the installation went smoothly. It looks all great. Thanks.
The MAC address was not set to the sticker one. So I followed viewtopic.php?f=18&t=1418&p=10434, set the MAC address using the fw_setenv command. Success. So now I have a little Linux machine running for all kinds of possibilities.
Being a person with limited knowledge of Linux, I would like to get a confirmation on my understanding of what has been done and what should be done. Thanks in advance.
1. The installation procedure created a 20G partition for Arch Linux. This is the partition on which we will install various packages.
2. The rest (partition 2, /dev/sda2) has not been formatted. So I need to use mkfs to format it and then mount it. Am I right that ext3 is a preferred choice given my main purpose is NAS?
3. Then I need to install the samba package and configure it for NAS. This must be done by editing the smb.conf file. Right?
Cheers! This is a lot of fun and possibilities.