Hello,

On Thu, Dec 4, 2008 at 3:08 PM, Maarten van Geijn <[EMAIL PROTECTED]> wrote:
> The debugging information:
>
> L082689:~$ pmount -d /dev/sdc1
> resolved /dev/sdc1 to device /dev/sdc1
> Checking for device '/dev/sdc1' in '/etc/fstab'
>  -> found as '/dev/sdc1'device /dev/sdc1 handled by fstab, calling mount
> Password:
> mlockall failed: Cannot allocate memory
> WARNING!!! Possibly insecure memory. Are you root?
> Command failed: No key available with this passphrase.

  Mmmm. Exactly what I thought. pmount is for removable devices *that
are not in /etc/fstab*. (check out the pmount manual page). So as
pmount finds that /dev/sdc1 is in the fstab, it calls mount, but
without root privileges. Please try after commenting out the /dev/sdc1
entry in /etc/fstab. It should work.

  Cheers,

      Vincent



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to