[Bug 637303] Re: Tries to mount raid element
Steve Langasek
steve.langasek at canonical.com
Sun May 20 04:24:52 UTC 2012
mountall mounts whatever devices it's given by udev. If udev is telling
mountall a raid member matches the /etc/fstab entry when it shouldn't,
that's a bug with blkid. Reassigning to util-linux.
** Package changed: mountall (Ubuntu) => util-linux (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/637303
Title:
Tries to mount raid element
Status in “util-linux” package in Ubuntu:
New
Bug description:
Binary package hint: mountall
Mountall tries to mount single elements of a RAID partition. Mountall
should read the partiton table to find out if the RAID flag is set
before trying to mount a partition.
Example:
FAT on a RAID 0 on /dev/sda1 and /dev/sdb1. /dev/sda1 will have a valid FAT header as the first 64k (Or what ever the RAID is set to) is present. Mountall tries to mount and fails, this is non destructive but unnesasery. Instead mountall could read the partition table on both /dev/sda and /dev/sdb and ignore the two partitions.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/637303/+subscriptions
More information about the foundations-bugs
mailing list