-
Should have thought of this before posting. I'll try adding the nocheck option in fsoptions=.
2009-10-14 18:11:24 UTC by kzurell
-
I have a crypt.fs filesystem that I mount and unmount successfully at the command line. After doing so, losetup -a shows no loop devices.
I need to mount it from a php script. I seem to be able to successfully pass the passphrase via file descriptor 3 in proc_open() and fwrite(), and pick it up with --passwd-fd 3 in the command.
These messages appear in the error output, captured to a file:
2009-10-14 02:16:23 UTC by kzurell
-
rwpenney made 1 file-release changes.
2009-09-17 20:06:02 UTC by rwpenney
-
made 1 file-release changes.
2009-09-17 20:04:01 UTC by
-
made 1 file-release changes.
2009-09-17 20:03:02 UTC by
-
Thanks for the suggestion.
I have already considered using "udevadm settle", but this command is not available on all the flavours of Linux I have used for testing cryptmount, and may not be available in older versions of the udev package. For this reason, the cryptmount executable uses a simple test on /dev/.udev/queue, while the startup scripts try "udevadm settle" before trying...
2009-09-04 14:09:03 UTC by rwpenney
-
cryptmount keeps looking for udevsettle and on my system (Archlinux) it does not exist. Consider using 'udevadm settle' instead.
2009-08-29 16:43:45 UTC by nobody
-
rwpenney made 1 file-release changes.
2009-08-07 14:40:02 UTC by rwpenney
-
rwpenney made 1 file-release changes.
2009-08-07 14:37:01 UTC by rwpenney
-
rwpenney made 1 file-release changes.
2009-08-07 04:46:02 UTC by rwpenney