On Mon, Jul 01, 2013 at 12:29:02PM +0200, Alexandre Ratchov wrote: > The quota utility obtains the block device name (with getmntinfo()) > then searches the corresponding fstab entry (with getfsspec()). > Unfortunately if the fstab entry uses the disk uuid, it doesn't > match the block device string and the fstab entry is skipped. > > On the other hand, we can't use /dev/diskmap to get the > uuid<->blkdev mapping because it's not world readable (BTW: why? is > the mapping a secret?). Anyway, right now the only solution I think > of is to switch quota(1) into using mount points rather than device > names. > > OK? >
ping -- Alexandre
