安装出错了

我正在使用Ubuntu 9.10和下面的教程: http : //www.howtoforge.com/perfect-server-ubuntu-9.10-ispconfig-3-p4 。 我在第15点。这说我必须安assembly额等,这是我做的。

现在我必须将usrjquota = aquota.user,grpjquota = aquota.group,jqfmt = vfsv0添加到我的/ etc / fstab文件中。 当我这样做,我有下一个代码:

/dev/xvda2 / ext3 defaults,errors=remount-ro,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 0 /dev/xvda1 none swap defaults 0 0 proc /proc proc defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 

我已经运行命令touch /aquota.user/aquota.groupchmod 600 / aquota。

现在我必须运行命令mount -o remount /但是当我这样做时,我得到以下错误:

 mount: / not mounted already, or bad option 

当我删除usrjquota = aquota.user,grpjquota = aquota.group,jqfmt = vfsv0它工作正常。 但是这条线必须站在那里。 怎么回事?

汤姆

我会尝试从该选项列表中删除单词“默认”。 你不需要默认选项,你想要所有你提供的东西。 删除,看看是否会重新安装正确。

所以第一行应该是这样的:

 /dev/xvda2 / ext3 errors=remount-ro,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 0