Koozali.org: home of the SME Server

Read only problem/Xtra HD

Kent Budolfsen

Read only problem/Xtra HD
« on: September 25, 2003, 12:01:13 AM »
Hi all

Help Please!!

I've tried to mount an xtra harddisk as Michiel wrote in the Howto-guide, and it mounted fine but I couldn't see the xtra GBs.

Then I made a change to the fstab-file and now my SME-server only starts in Read-only-mode.

What do I do...?

The Fstab-file is as follows:

LABEL=/ / ext2 usrquota,grpquota1 1
LABEL=/boot /boot ext2 defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
none /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/hdc5 swap swap defaults 0 0
/dev/hdd1 /home/e-smith/files ext2 usrquota,grpquota1 1

Kent

Steve Brock

Re: Read only problem/Xtra HD
« Reply #1 on: September 26, 2003, 01:19:17 AM »
this line:
LABEL=/ / ext2 usrquota,grpquota1 1
make sure the space is there between grpquota and the first 1
like so:
LABEL=/ / ext2 usrquota,grpquota 1 1