I've mounted a Windows SMB share to my Mac. On a windows machine you can open the "File Properties" dialog for folders in this network share and see different "Owners" for whoever created the file:
But on my Mac I'm not able to see this ownership information:
I've also tried mounting the share from the command line which works fine:
mkdir /Volumes/ShareName
mount -t smbfs //user@server/ShareName /Volumes/ShareName
But I'm not able to see any additional information via the Terminal when I look at the files in /Volumes/ShareName
> ll
drwx------ 1 cwd staff 16K Jan 22 14:04 .
drwx------ 1 cwd staff 16K Jan 25 11:16 ..
-rwx------@ 1 cwd staff 11K Jan 22 14:05 Thumbs.db
-rwx------ 1 cwd staff 29B Jan 22 13:36 test.txt
-rwx------ 1 cwd staff 0B Jan 22 13:36 test2.txt
> xattr Thumbs.db
encryptable
xattr
also doesn't show me anything useful in the extended attributes.
How can I find the "Owner" property on a windows SMB shared file?
Aucun commentaire:
Enregistrer un commentaire