This is only really going to be useful with a new mount binary,
which will then allow xfs filesystems to be mounted by-uuid or
by-label rather than by block special device (mount -U/-L).
I'm reliably informed [by Andreas :-)] that this will be in the
2.10q util-linux package. If anyone wants the 2.10p+xfs patch,
just let me know & I'll post it here.
cheers.
Modid: 2.4.x-xfs:slinx:77786a
Date: Tue Nov 7 18:00:10 PST 2000
Workarea: snort:/build4/nathans/linux-xfs
Author: nathans
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
cmd/quota/bylabel.c - 1.2
- sync code with that from util-linux patch.
cmd/xfs/db/Makefile - 1.53
- add xfs_admin shell script.
cmd/xfs/db/uuid.c - 1.7
- minor uuid tidying, extract some common code & provide a label get/set
mechanism which shares it.
cmd/xfs/db/sb.c - 1.32
cmd/xfs/include/xfs_sb.h - 1.3
cmd/xfs/libxfs/xfs_mount.c - 1.3
cmd/xfs/repair/sb.c - 1.37
linux/fs/xfs/xfs_mount.c - 1.244
linux/fs/xfs/xfs_sb.h - 1.49
- merge fpack and fname into one.
cmd/xfs/db/xfs_admin.sh - 1.1
cmd/xfs/man/man8/xfs_admin.8 - 1.1
- xfs_db wrapper for getting and setting fs uuid and label. useful for
versions of mount(8) which allow xfs to be mounted by uuid/label.
|