Colin Watson wrote:
- Can trigger bugs / unwanted modifications in journalling
filesystems, e.g. Linux XFS has problems mounting Irix XFS (ths).
vorlon asked whether that could be addressed by mounting
read-only, but apparently that still tries to replay the journal.
This seems like a good reason to not automount preexisting XFS
filesystems at all. Luckily it's rare that a desktop system needs to
mount XFS filesystems from another OS to operate well. By contrast a
desktop system does need to make available .doc files from your old
windows OS to work well.
- Security / confusion issues caused by mounting partitions with
different access control policies or different uid/gid mappings
(fjp).
Access control policies shouldn't matter too much on a desktop system,
but nosuid and nodev would still be reasonable mount flags for relevant
filesystems.
I think the most common case is a NTFS filesystem, where uid/gid mapping
shouldn't matter, since it ought to be mounted so the desktop user owns
the files.