←back to thread

398 points emersonrsantos | 2 comments | | HN request time: 0.423s | source
1. MathMonkeyMan ◴[] No.42228905[source]
> Because most distributions do not ship a new enough version of util-linux you will probably need to grab the sources from here and compile it yourself.

Careful. The default installation prefix is /usr/bin, and the install will happily clobber your mount command with one that requires a library that doesn't exist. Then next time you boot, the kernel will mount the file system read-only.

replies(1): >>42228935 #
2. yazzku ◴[] No.42228935[source]
Should also be be /usr/local/bin.