disk ends up mounted on /tmp/disks-conf-sda1
Bug #58521 reported by
Paul Sladen
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
hal (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Somehow, my Windows partition ended up being mounted in the wrong place with the wrong permissions. Presumely this is used for detecting the type of the partition:
$ mount | tail -1
/dev/sda1 on /tmp/disks-
this was correctable by:
$ sudo umount /dev/sda1
$ sudo pmount /media/xp
$ mount | tail -1
/dev/sda1 on /media/xp type ntfs (ro,noexec,
restoring the expected status.
It is very unlikely that this happened due to hal. I suspect the partition was picked up by a partitioning tool, disk-admin, or a similar program. Do you know how and when the partition ended up as being mounted there?