# HG changeset patch # User Steve Losh # Date 1546276949 18000 # Node ID d9a6192b767926d12213282ef27c9945a7f6cb19 # Parent 8bfc01d8bee834db76ee2c2587550e18d51d7168 Update diff -r 8bfc01d8bee8 -r d9a6192b7679 README.markdown --- a/README.markdown Wed Dec 26 23:23:20 2018 -0500 +++ b/README.markdown Mon Dec 31 12:22:29 2018 -0500 @@ -583,3 +583,13 @@ * Make a shell script to call `java -jar abcl.jar`. Renamed `trivial-ppm` to `cl-netpbm` since it's grown more functionality. + +## 2018-12-31 + +Figured out how to get my external hard drives mounted on Ubuntu as a non-root +user. Have to add a line like the following to `/etc/fstab`: + + UUID=40098415-2c77-35dc-a3ed-4b286c7ed542 /media/sjl/external-drives/western-digital/ auto user,force,rw 0 0 + +Get the UUID from `sudo blkid -sUUID`. Then you can just `mount +/media/sjl/external-drives/western-digital`.