Here
Here is the output from the new command:
vlc-2.2.0 is the VidoeoLAN (VLC) video player - I'm not sure why it shows up as a drive - it has always done that ... I just thought that was normal ....
Phil
Thanks for posting the data, but it doesn't show anything directly useful. However, it's a good starting point, and the absence of ACLs is informative.
The next command line should print the info for a specific file, one you've previously said was problematic.
Copy and paste this into a Terminal window, then copy and paste the complete output into code tags and post it here:
Yes, I'm intentionally using *'s in the command, and I'd like you to use them exactly as given.Code:ls -led@ /Volumes/USB_Storage/tv/ /Volumes/USB_Storage/tv/Once*3E19x*avi
One odd thing I saw in the posted output was this:
The key thing in that line is "read-only". If the file server "USB_Storage" had been mounted read-only, then files will not be deletable or changeable, regardless of the actual file-level permissions. But "USB_Storage" isn't mounted read-only, as shown by this line:Code:/dev/disk2s1 on /Volumes/vlc-2.2.0 (hfs, local, nodev, nosuid, read-only, noowners, mounted by phil)
Can you explain what the volume named "vlc-2.2.0" is, and how it's being used?Code://GUEST:@readyshare/USB_Storage on /Volumes/USB_Storage (smbfs, nodev, nosuid, mounted by phil)
The 'x' means 'execute', but for directories it means "searchable".
For more, read the 'ls' man page:
https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/ls.1.html
The heading "The Long Format" gives details.
Here is the output from the new command:
Code:
Phillips-Mac-mini:~ phil$ ls -led@ /Volumes/USB_Storage/tv/ /Volumes/USB_Storage/tv/Once*3E19x*avi
drwxrwxrwx 1 phil staff 16384 26 Mar 20:24 /Volumes/USB_Storage/tv/
-rwxrwxrwx 1 phil staff 372237820 2 May 2014 /Volumes/USB_Storage/tv/Once.Upon.a.Time.S03E19x.A Curious Thing.avi
vlc-2.2.0 is the VidoeoLAN (VLC) video player - I'm not sure why it shows up as a drive - it has always done that ... I just thought that was normal ....
Phil