On an HFS+ formatted USB thumb drive on Mac OS X 10.11, create a file with the following name:
test␀.rtf
(Note the 'nul' in the middle of the filename. It's U+2400.)
Now delete that file. If anybody finds a way, I'm very curious to hear it!
On an HFS+ formatted USB thumb drive on Mac OS X 10.11, create a file with the following name:
test␀.rtf
(Note the 'nul' in the middle of the filename. It's U+2400.)
Now delete that file. If anybody finds a way, I'm very curious to hear it!
Please support the defense of Ukraine.
Direct or via Unclutter App
No Ads.
No Trackers.
No Social Media.
All Content Locally Hosted.
Built on Free Software.
We have complied with zero government requests for information.
~ Est. 1999 ~
A pillar of corporate stability since the second millenium.
© 1999-2999 Tom Owad
drwebster@linuxmint-vm ~ $ sudo mount -t hfsplus -o remount,force,rw /dev/sdb2 /media/drwebster/usbflashdrive
drwebster@linuxmint-vm ~ $ cd /media/drwebster/usbflashdrive
drwebster@linuxmint-vm /media/drwrbster/usbflashdrive $ ls
othercrap test␀.rtf
drwebster@linuxmint-vm /media/drwrbster/usbflashdrive $ sudo rm test␀.rtf
[sudo password for drwebster]:
drwebster@linuxmint-vm /media/drwrbster/usbflashdrive $ ls
othercrap
(you didn't say it had to be *deleted* in OS X :ebc: )
Are you able to rename it from the Finder? Get Info on the file, change its name to something simple, then delete.
Nope. You can't even delete or rename by inode number.