Koozali.org: home of the SME Server

some problems

GreeTz

some problems
« 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..

Grub

Re: some problems
« Reply #1 on: March 31, 2002, 10:43:01 PM »
Look at /etc/fstab

GreeTz

Re: some problems
« Reply #2 on: March 31, 2002, 10:46:57 PM »
i already solved the unexpected end of file problem ...

GreeTz

Re: some problems
« Reply #3 on: April 01, 2002, 02:38:41 PM »
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 ?