rclone/cmd/mount
Nick Craig-Wood 174ca22936 mount,cmount: clip the number of blocks to 2^32-1 on macOS
OSX FUSE only supports 32 bit number of blocks which means that block
counts have been wrapping.  This causes f_bavail to be 0 which in turn
causes problems with programs like borg backup.

Fixes #2356
2018-08-26 17:32:59 +01:00
..
test Use io.SeekStart/End/Current constants now for go1.7+ #2154 2018-04-07 11:42:36 +01:00
dir.go all: fix go-critic linter suggestions 2018-08-06 21:14:03 +01:00
file.go mount: make Get/List/Set/Remove xattr return ENOSYS #2287 2018-05-07 20:37:09 +01:00
fs.go mount,cmount: clip the number of blocks to 2^32-1 on macOS 2018-08-26 17:32:59 +01:00
handle.go
mount_test.go mounttest: reduce duplicated code and improve test output #2154 2018-04-08 15:04:14 +01:00
mount_unsupported.go
mount.go mount,cmount: adapt to sdnotify API change 2018-08-20 12:34:29 +01:00