All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.75 and xfs quotas
@ 2003-07-13 14:25 Ivan Gyurdiev
  2003-07-13 23:48 ` Nathan Scott
  0 siblings, 1 reply; 4+ messages in thread
From: Ivan Gyurdiev @ 2003-07-13 14:25 UTC (permalink / raw)
  To: LKML

Perhaps I'm missing something silly, but with both generic quota v2 and xfs 
quota enabled (and xfs) all compiled into the kernel:
===========================================================
[root@cobra linux]# mount -o remount /dev/hda8

strace:
mount("/dev/hda8", "/", "xfs", MS_REMOUNT|0xc0ed0000, 0x805be00) = 0
===========================================================
[root@cobra linux]# mount -o remount,quota /dev/hda8
mount: / not mounted already, or bad option        

strace:                                                                                                                          
mount("/dev/hda8", "/", "xfs", MS_REMOUNT|0xc0ed0000, 0x805be38) = -1 EINVAL 
(Invalid argument)
===========================================================









^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-14  0:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-13 14:25 2.5.75 and xfs quotas Ivan Gyurdiev
2003-07-13 23:48 ` Nathan Scott
2003-07-13 22:32   ` Ivan Gyurdiev
2003-07-13 22:41   ` Ivan Gyurdiev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.