If we try to mount an NVMe drive with pmount the following error will occur:
1 2 |
jaufranc@Mini–IT13–CNX:~$ pmount /dev/nvme1n1p1 Error: device /dev/nvme1n1p1 is not removable |
We can fix this by editing /etc/pmount.allow and adding the drive or partition to the list of allowed drives:
1 |
/dev/nvme1n1p1 |
A quick test shows that it did the trick:
1 2 3 |
jaufranc@Mini–IT13–CNX:~$ pmount /dev/nvme1n1p1 jaufranc@Mini–IT13–CNX:~$ ls /media/nvme1n1p1/ lost+found |
Leave a Reply