User Tools

Site Tools


computing:slackware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
computing:slackware [2019/06/17 07:27] oemb1905computing:slackware [2021/10/27 23:16] (current) oemb1905
Line 187: Line 187:
   mount /dev/mapper/vault /mnt/vault     mount /dev/mapper/vault /mnt/vault  
  
 +Or, install pam mount and let it handle mounting like so:
  
- --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2019/06/17 01:02//+  sudo nano /etc/security/pam_mount.conf.xml 
 +   
 +Under volume definitions, enter the same volume, but use the block ID instead of the device lettering (which can change): 
 + 
 +  <volume user="user" fstype="crypt" path="/dev/disk/by-uuid/97627555-91xd-4293-a5vg-6xc211gd9945" mountpoint="/mnt/vault" options="noatime,exec,fsck,nodev,nosuid"/> 
 + 
 + --- //[[jonathan@haacksnetworking.com|oemb1905]] 2021/10/27 17:13//
computing/slackware.txt · Last modified: 2021/10/27 23:16 by oemb1905