I'm jumping from one problem into others...
First i have just added a second harddisk and i want to mak this one accessible from /data. i've made the dir /data and i can mount it with: mount -t vfat /dev/hdc1 /data
i want this command to be executed at boot or reboot so i edited /etc/rc.local but now i get the msg unexpected end of file; error at line 45 (the last clean line of the file).
How do i solve this problem, or is there an other way to mount a second harddisk ?
i'm not using the "i-bay's" yet...
plz help me out..