Feature #5503

persistence: hide or fix TailsData volume

Added by Tails 2013-07-18 07:42:00 . Updated 2013-07-19 01:53:58 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Target version:
Start date:
Due date:
% Done:

0%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

Rationale

The volume TailsData shows up in the Places menu but when clicking on it I get "Unable to mount TailsData /dev/dm-0 is mounted". I guess that’s no big surprise but then it should either be removed from the Places menu or open the folder where it is mounted (/live/persistent/sdb2_unlocked) if we think that makes sense.

Solution

Udisks introduces an udev property for that purpose. From man 7 udisks:

UDISKS_PRESENTATION_HIDE

If set to 1 this is a hint to presentation level software that the device should not be shown to the user.

This should be applied to partitions with label (UDISKS_PARTITION_LABEL) TailsData.

This issue should be solved in branch bugfix/hide_TailsData_volume.

Perliminary testing:

  • Doens’t work for me straight after creating persistent volume with tails-persistence-setup
  • Works for me once rebooted with persistence activated

Merged in devel, fixed in 0.13.


Subtasks


History

#1 Updated by intrigeri 2013-07-19 01:53:58

  • Type of work set to Code

Type of work: Code