disk ends up mounted on /tmp/disks-conf-sda1

Bug #58521 reported by Paul Sladen
2
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-conf-sda1 type ntfs (rw)

this was correctable by:

  $ sudo umount /dev/sda1
  $ sudo pmount /media/xp
  $ mount | tail -1
  /dev/sda1 on /media/xp type ntfs (ro,noexec,nosuid,nodev,utf8,umask=000)

restoring the expected status.

Paul Sladen (sladen)
description: updated
Revision history for this message
Martin Pitt (pitti) wrote :

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?

Changed in hal:
status: Unconfirmed → Needs Info
Revision history for this message
Martin Pitt (pitti) wrote :

Nothing known to me in Ubutu has this mount path pattern, and no answer for three months, thus I close this now.

I will reopen once more information arrives.

Thank you!

Changed in hal:
status: Needs Info → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.