- Mar 9, 2005
- 29
- 0
- 0
Hi, guys; I'm not exactly new to Linux or anything, but this one particular problem is bugging me:
It's been a while since I installed my current Linux installation (Debian unstable) on two XFS filesystems (one for / and one for /boot). I recently came across a situation where I needed to change the XFS labels of these partitions (don't ask why). I was easily able to change the label of the boot partition by passing the kernel the 'emergency' option from LILO and using xfs_db -ix -c 'label [LABEL]' /dev/hda[x] to change the label. I thought that since the root partition was mounted read-only that I could get away with doing the same for it. However, xfs_db complains that the partition is mounted and possibly writable. I use udev for devices if that makes any difference.
Please help me...
It's been a while since I installed my current Linux installation (Debian unstable) on two XFS filesystems (one for / and one for /boot). I recently came across a situation where I needed to change the XFS labels of these partitions (don't ask why). I was easily able to change the label of the boot partition by passing the kernel the 'emergency' option from LILO and using xfs_db -ix -c 'label [LABEL]' /dev/hda[x] to change the label. I thought that since the root partition was mounted read-only that I could get away with doing the same for it. However, xfs_db complains that the partition is mounted and possibly writable. I use udev for devices if that makes any difference.
Please help me...