Results 1 to 2 of 2

Thread: pam_mount mounted encrypted partition gets automatically unmounted over time

  1. #1

    pam_mount mounted encrypted partition gets automatically unmounted over time

    /etc/crypttab :
    Code:
    storage /dev/sdb none luks, retry=1
    /etc/security/pam_mount.conf.xml :
    Code:
    ...
    <volume path="/dev/sdb" mountpoint="/storage" cipher="aes-cbc-essiv:sha256" />
    ...
    /storage gets mounted upon every reboot and it gets unmounted automatically about 20 minutes later. /dev/mapper/storage also disappears in such cases.

    Nothing gets displayed by dmesg, I'm completely clueless as to why this happens.

    Any advice is highly appreciated.

  2. #2

    Re: pam_mount mounted encrypted partition gets automatically unmounted over time

    Forgot to mention but the mount point also gets removed in such cases.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •