Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: GreeTz on March 31, 2002, 07:50:08 PM
-
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..
-
Look at /etc/fstab
-
i already solved the unexpected end of file problem ...
-
ok that's done, i added this rule to /etc/fstab/ "/dev/hdc1/ /data/ vfat /defaults 1 2 " but now the third problem accours; while booting i've get this msg:
NO fvat support in kernel.
but when i mount the second hdd with bare hands from the console all data is accessable from the mounted (fat) disk.
how is this possible ?