Currently, shatag throws this error when run on a VFAT filesystem (e.g. flash drive):
IOError 95: Operation not supported
Sometimes it's useful to check for files on a flash drive that aren't already copied to the main drive or to ensure a file is a duplicate before deleting it.
Storing the hash in extended attributes won't work, but it could still be stored in the database.
Currently,
shatagthrows this error when run on a VFAT filesystem (e.g. flash drive):Sometimes it's useful to check for files on a flash drive that aren't already copied to the main drive or to ensure a file is a duplicate before deleting it.
Storing the hash in extended attributes won't work, but it could still be stored in the database.