Well, AskUbuntu insist this title is "The question you're asking appears subjective and is likely to be closed", I really don't see what is subjective here - all I want is ntfs-3g.usermap
to succeed.
Trying to get permissions on an NTFS USB disk drive, I found How do I use 'chmod' on an NTFS (or FAT32) partition?, so I unmounted the drive and tried:
$ sudo ntfs-3g.usermap /dev/disk/by-label/MYNTFS
This tool will help you to build a mapping of Windows users
to Linux users.
Be prepared to give Linux user id (uid) and group id (gid)
for owners of files which will be selected.
"/dev/disk/by-label/MYNTFS" opened
* Scanning "/dev/disk/by-label/MYNTFS" (two levels)
* Search for "Documents and Settings" and "Users"
* Search for other directories /
"/dev/disk/by-label/MYNTFS" closed
You have defined no user, no mapping can be built
Well, I do have a user ?! This drive was formatted on Mac OSX I remember, does that maybe have influence on this?
Why do I get this error - and how can I have ntfs-3g.usermap
command to succeed?