PDA

View Full Version : Quota problem on ubuntu 6.06 perfect setup.


mandrakethepenguin
1st August 2006, 19:34
Hi!

I get an error when I execute the command mount -o remount / when installing quota. I've always had problems with mount on my hard drive. It is a Western Digital 200GB Serial ATA drive. Which reminds me that whenever my kernel boots, it says ata2: disabling port. Right now my xfs file system is read only, but I can access it from KNOPPIX live cd.

falko
2nd August 2006, 14:54
Hi!

I get an error when I execute the command mount -o remount / when installing quota.What's the exact error message?
If the mount command doesn't work, try to reboot your machine (instead of running the mount command). That should work then.

Right now my xfs file system is read only, but I can access it from KNOPPIX live cd.I'm not quite sure if quota works flawlessly on XFS...

mandrakethepenguin
2nd August 2006, 18:05
It says mount: / is already unmounted, or bad argument

falko
3rd August 2006, 16:56
Ok, then run
shutdown -r now
instead of mount -o remount /
Afterwards, you can go on with your quota configuration.

mandrakethepenguin
3rd August 2006, 17:34
Thanks a lot Falko. That did the trick.