koverstreet / bcachefs-tools

http://bcachefs.org
GNU General Public License v2.0
120 stars 89 forks source link

cmd_mount: Fix test-only mount path #160

Closed RAOF closed 1 year ago

RAOF commented 1 year ago

The comman line help claims that bcachefs mount <DEV> without a mount point will do a dry-run mount - all the steps required to mount the fs, but without actually doing the final real mount.

Make the code actually do this, rather than complain that you haven't supplied a mountpoint if you don't provide a mountpoint

koverstreet commented 1 year ago

Merged