Cannot delete a file on a Windows USB flash drive on a Mac. Locked as “You can only read…” in the...












4















I copied a movie on to a USB flash drive from my Windows computer. Now I am using that USB flash drive on my Mac and I am unable to delete that file. The file info looks like this



enter image description here



Any idea how I can change the permissions of the file to delete it?










share|improve this question

























  • One clarification: Your question initially said, “flash” and I assume you mean, “USB flash drive” but just commenting to double-check.

    – JakeGould
    Mar 14 '15 at 2:16











  • Yes its a usb flash drive.

    – Rajeshwar
    Mar 14 '15 at 2:18
















4















I copied a movie on to a USB flash drive from my Windows computer. Now I am using that USB flash drive on my Mac and I am unable to delete that file. The file info looks like this



enter image description here



Any idea how I can change the permissions of the file to delete it?










share|improve this question

























  • One clarification: Your question initially said, “flash” and I assume you mean, “USB flash drive” but just commenting to double-check.

    – JakeGould
    Mar 14 '15 at 2:16











  • Yes its a usb flash drive.

    – Rajeshwar
    Mar 14 '15 at 2:18














4












4








4








I copied a movie on to a USB flash drive from my Windows computer. Now I am using that USB flash drive on my Mac and I am unable to delete that file. The file info looks like this



enter image description here



Any idea how I can change the permissions of the file to delete it?










share|improve this question
















I copied a movie on to a USB flash drive from my Windows computer. Now I am using that USB flash drive on my Mac and I am unable to delete that file. The file info looks like this



enter image description here



Any idea how I can change the permissions of the file to delete it?







macos osx-yosemite






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 14 '15 at 2:45









JakeGould

31.3k1096138




31.3k1096138










asked Mar 14 '15 at 2:13









RajeshwarRajeshwar

159139




159139













  • One clarification: Your question initially said, “flash” and I assume you mean, “USB flash drive” but just commenting to double-check.

    – JakeGould
    Mar 14 '15 at 2:16











  • Yes its a usb flash drive.

    – Rajeshwar
    Mar 14 '15 at 2:18



















  • One clarification: Your question initially said, “flash” and I assume you mean, “USB flash drive” but just commenting to double-check.

    – JakeGould
    Mar 14 '15 at 2:16











  • Yes its a usb flash drive.

    – Rajeshwar
    Mar 14 '15 at 2:18

















One clarification: Your question initially said, “flash” and I assume you mean, “USB flash drive” but just commenting to double-check.

– JakeGould
Mar 14 '15 at 2:16





One clarification: Your question initially said, “flash” and I assume you mean, “USB flash drive” but just commenting to double-check.

– JakeGould
Mar 14 '15 at 2:16













Yes its a usb flash drive.

– Rajeshwar
Mar 14 '15 at 2:18





Yes its a usb flash drive.

– Rajeshwar
Mar 14 '15 at 2:18










2 Answers
2






active

oldest

votes


















8














If you are originally from the Windows world, and this USB flash drive was original for Windows use but you are now on a Mac and cannot delete a file off of this USB flash drive, I’m willing to bet that the USB flash drive was formatted in NTFS.



Mac OS X can only natively read NTFS file systems and cannot write to them so you cannot erase the data off of that disk in Mac OS X. So if you want to erase that file, you need to erase it on your Windows machine.



That said, if you need cross platform (Mac OS X and Windows) readability and writability for your USB flash drive, you should consider reformatting it using FAT32 or exFAT in the Mac OS X “Disk Utility.” Should work with Windows XP as long as SP2 has been applied to it, above and Windows Vista as long as SP1 has been applied to it as well as Windows 7 and above.



If having improved NTFS compatibility in Mac OS X is needed, there are a few third-party tools around that can help you setup Mac OS X for NTFS reading and writing. This site has a good rundown which boils down to doing the following:




  • Install FUSE for macOS which is the magical key to allow this to all happen.

  • Install NTFS-3G which is a component will work with FUSE.

  • Install fuse_wait which deals with false-postive error messages caused by timeout issues when mounting NTFS volumes in Mac OS X.






share|improve this answer


























  • Yes the file system is NTFS. Thanks for clearing that up

    – Rajeshwar
    Mar 14 '15 at 2:19






  • 1





    You can either format the drive to wipe out all content or reformat the drive as type FAT32 which OSX natively supports. Or you can install FUSE on your Mac that will allow R/W access to NTFS drives. It's available from macfuse.en.softonic.com/mac

    – SaxDaddy
    Mar 14 '15 at 2:25











  • Thanks for suggesting Fuse. Ill definitely give it a try.

    – Rajeshwar
    Mar 14 '15 at 2:26











  • @Jake see cnet.com/news/… .. apparently writing is possible, but on a per-device basis.

    – cutrightjm
    Mar 14 '15 at 2:26











  • @ekaj Saw that, but per-device is a headache for removable media. Just posted the classic Mac FUSE/NTFS-3G recipe that most people use for more transparently dealing with this stuff. Maybe a future version of Mac OS X will finally allow NTDF writing without any hassle? We can hope.

    – JakeGould
    Mar 14 '15 at 2:33



















1














This will get you a USB that works on Windows and OSX. It also fixes any non readable media, and can fix USB's that have been flashed as OS installers.



If you want to keep any files on your USB copy them over to your windows machine.



Now. Open up terminal by hitting command-space and write terminal, hit enter. In terminal write:



diskutil -list


this will show you a list of you storage devices, your USB stick should look something like this /dev/disk2 (external, physical):. basically look for external, physical and the right # of GB to ID your drive. One you know which is your USB drive in terminal write



diskutil eraseDisk free EMPTY /dev/disk2


let it do its thing, and you'll have a non formatted USB drive. I assume at this point you want to format it for use with Windows and OSX. in terminal write



diskutil eraseDisk FAT32  USB64 /dev/disk2


after it's done doing it thing you've got a USB stick that'll work on Windows and Mac OSX. Congratulate yourself. You've crushed it. :)






share|improve this answer



















  • 1





    I used "Disk Utility" from Settings to do the same thing. Felt mildly safer doing it via a GUI rather than command line.

    – Duncan Jones
    Mar 27 '18 at 19:09











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f889417%2fcannot-delete-a-file-on-a-windows-usb-flash-drive-on-a-mac-locked-as-you-can-o%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









8














If you are originally from the Windows world, and this USB flash drive was original for Windows use but you are now on a Mac and cannot delete a file off of this USB flash drive, I’m willing to bet that the USB flash drive was formatted in NTFS.



Mac OS X can only natively read NTFS file systems and cannot write to them so you cannot erase the data off of that disk in Mac OS X. So if you want to erase that file, you need to erase it on your Windows machine.



That said, if you need cross platform (Mac OS X and Windows) readability and writability for your USB flash drive, you should consider reformatting it using FAT32 or exFAT in the Mac OS X “Disk Utility.” Should work with Windows XP as long as SP2 has been applied to it, above and Windows Vista as long as SP1 has been applied to it as well as Windows 7 and above.



If having improved NTFS compatibility in Mac OS X is needed, there are a few third-party tools around that can help you setup Mac OS X for NTFS reading and writing. This site has a good rundown which boils down to doing the following:




  • Install FUSE for macOS which is the magical key to allow this to all happen.

  • Install NTFS-3G which is a component will work with FUSE.

  • Install fuse_wait which deals with false-postive error messages caused by timeout issues when mounting NTFS volumes in Mac OS X.






share|improve this answer


























  • Yes the file system is NTFS. Thanks for clearing that up

    – Rajeshwar
    Mar 14 '15 at 2:19






  • 1





    You can either format the drive to wipe out all content or reformat the drive as type FAT32 which OSX natively supports. Or you can install FUSE on your Mac that will allow R/W access to NTFS drives. It's available from macfuse.en.softonic.com/mac

    – SaxDaddy
    Mar 14 '15 at 2:25











  • Thanks for suggesting Fuse. Ill definitely give it a try.

    – Rajeshwar
    Mar 14 '15 at 2:26











  • @Jake see cnet.com/news/… .. apparently writing is possible, but on a per-device basis.

    – cutrightjm
    Mar 14 '15 at 2:26











  • @ekaj Saw that, but per-device is a headache for removable media. Just posted the classic Mac FUSE/NTFS-3G recipe that most people use for more transparently dealing with this stuff. Maybe a future version of Mac OS X will finally allow NTDF writing without any hassle? We can hope.

    – JakeGould
    Mar 14 '15 at 2:33
















8














If you are originally from the Windows world, and this USB flash drive was original for Windows use but you are now on a Mac and cannot delete a file off of this USB flash drive, I’m willing to bet that the USB flash drive was formatted in NTFS.



Mac OS X can only natively read NTFS file systems and cannot write to them so you cannot erase the data off of that disk in Mac OS X. So if you want to erase that file, you need to erase it on your Windows machine.



That said, if you need cross platform (Mac OS X and Windows) readability and writability for your USB flash drive, you should consider reformatting it using FAT32 or exFAT in the Mac OS X “Disk Utility.” Should work with Windows XP as long as SP2 has been applied to it, above and Windows Vista as long as SP1 has been applied to it as well as Windows 7 and above.



If having improved NTFS compatibility in Mac OS X is needed, there are a few third-party tools around that can help you setup Mac OS X for NTFS reading and writing. This site has a good rundown which boils down to doing the following:




  • Install FUSE for macOS which is the magical key to allow this to all happen.

  • Install NTFS-3G which is a component will work with FUSE.

  • Install fuse_wait which deals with false-postive error messages caused by timeout issues when mounting NTFS volumes in Mac OS X.






share|improve this answer


























  • Yes the file system is NTFS. Thanks for clearing that up

    – Rajeshwar
    Mar 14 '15 at 2:19






  • 1





    You can either format the drive to wipe out all content or reformat the drive as type FAT32 which OSX natively supports. Or you can install FUSE on your Mac that will allow R/W access to NTFS drives. It's available from macfuse.en.softonic.com/mac

    – SaxDaddy
    Mar 14 '15 at 2:25











  • Thanks for suggesting Fuse. Ill definitely give it a try.

    – Rajeshwar
    Mar 14 '15 at 2:26











  • @Jake see cnet.com/news/… .. apparently writing is possible, but on a per-device basis.

    – cutrightjm
    Mar 14 '15 at 2:26











  • @ekaj Saw that, but per-device is a headache for removable media. Just posted the classic Mac FUSE/NTFS-3G recipe that most people use for more transparently dealing with this stuff. Maybe a future version of Mac OS X will finally allow NTDF writing without any hassle? We can hope.

    – JakeGould
    Mar 14 '15 at 2:33














8












8








8







If you are originally from the Windows world, and this USB flash drive was original for Windows use but you are now on a Mac and cannot delete a file off of this USB flash drive, I’m willing to bet that the USB flash drive was formatted in NTFS.



Mac OS X can only natively read NTFS file systems and cannot write to them so you cannot erase the data off of that disk in Mac OS X. So if you want to erase that file, you need to erase it on your Windows machine.



That said, if you need cross platform (Mac OS X and Windows) readability and writability for your USB flash drive, you should consider reformatting it using FAT32 or exFAT in the Mac OS X “Disk Utility.” Should work with Windows XP as long as SP2 has been applied to it, above and Windows Vista as long as SP1 has been applied to it as well as Windows 7 and above.



If having improved NTFS compatibility in Mac OS X is needed, there are a few third-party tools around that can help you setup Mac OS X for NTFS reading and writing. This site has a good rundown which boils down to doing the following:




  • Install FUSE for macOS which is the magical key to allow this to all happen.

  • Install NTFS-3G which is a component will work with FUSE.

  • Install fuse_wait which deals with false-postive error messages caused by timeout issues when mounting NTFS volumes in Mac OS X.






share|improve this answer















If you are originally from the Windows world, and this USB flash drive was original for Windows use but you are now on a Mac and cannot delete a file off of this USB flash drive, I’m willing to bet that the USB flash drive was formatted in NTFS.



Mac OS X can only natively read NTFS file systems and cannot write to them so you cannot erase the data off of that disk in Mac OS X. So if you want to erase that file, you need to erase it on your Windows machine.



That said, if you need cross platform (Mac OS X and Windows) readability and writability for your USB flash drive, you should consider reformatting it using FAT32 or exFAT in the Mac OS X “Disk Utility.” Should work with Windows XP as long as SP2 has been applied to it, above and Windows Vista as long as SP1 has been applied to it as well as Windows 7 and above.



If having improved NTFS compatibility in Mac OS X is needed, there are a few third-party tools around that can help you setup Mac OS X for NTFS reading and writing. This site has a good rundown which boils down to doing the following:




  • Install FUSE for macOS which is the magical key to allow this to all happen.

  • Install NTFS-3G which is a component will work with FUSE.

  • Install fuse_wait which deals with false-postive error messages caused by timeout issues when mounting NTFS volumes in Mac OS X.







share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 3 at 15:08

























answered Mar 14 '15 at 2:19









JakeGouldJakeGould

31.3k1096138




31.3k1096138













  • Yes the file system is NTFS. Thanks for clearing that up

    – Rajeshwar
    Mar 14 '15 at 2:19






  • 1





    You can either format the drive to wipe out all content or reformat the drive as type FAT32 which OSX natively supports. Or you can install FUSE on your Mac that will allow R/W access to NTFS drives. It's available from macfuse.en.softonic.com/mac

    – SaxDaddy
    Mar 14 '15 at 2:25











  • Thanks for suggesting Fuse. Ill definitely give it a try.

    – Rajeshwar
    Mar 14 '15 at 2:26











  • @Jake see cnet.com/news/… .. apparently writing is possible, but on a per-device basis.

    – cutrightjm
    Mar 14 '15 at 2:26











  • @ekaj Saw that, but per-device is a headache for removable media. Just posted the classic Mac FUSE/NTFS-3G recipe that most people use for more transparently dealing with this stuff. Maybe a future version of Mac OS X will finally allow NTDF writing without any hassle? We can hope.

    – JakeGould
    Mar 14 '15 at 2:33



















  • Yes the file system is NTFS. Thanks for clearing that up

    – Rajeshwar
    Mar 14 '15 at 2:19






  • 1





    You can either format the drive to wipe out all content or reformat the drive as type FAT32 which OSX natively supports. Or you can install FUSE on your Mac that will allow R/W access to NTFS drives. It's available from macfuse.en.softonic.com/mac

    – SaxDaddy
    Mar 14 '15 at 2:25











  • Thanks for suggesting Fuse. Ill definitely give it a try.

    – Rajeshwar
    Mar 14 '15 at 2:26











  • @Jake see cnet.com/news/… .. apparently writing is possible, but on a per-device basis.

    – cutrightjm
    Mar 14 '15 at 2:26











  • @ekaj Saw that, but per-device is a headache for removable media. Just posted the classic Mac FUSE/NTFS-3G recipe that most people use for more transparently dealing with this stuff. Maybe a future version of Mac OS X will finally allow NTDF writing without any hassle? We can hope.

    – JakeGould
    Mar 14 '15 at 2:33

















Yes the file system is NTFS. Thanks for clearing that up

– Rajeshwar
Mar 14 '15 at 2:19





Yes the file system is NTFS. Thanks for clearing that up

– Rajeshwar
Mar 14 '15 at 2:19




1




1





You can either format the drive to wipe out all content or reformat the drive as type FAT32 which OSX natively supports. Or you can install FUSE on your Mac that will allow R/W access to NTFS drives. It's available from macfuse.en.softonic.com/mac

– SaxDaddy
Mar 14 '15 at 2:25





You can either format the drive to wipe out all content or reformat the drive as type FAT32 which OSX natively supports. Or you can install FUSE on your Mac that will allow R/W access to NTFS drives. It's available from macfuse.en.softonic.com/mac

– SaxDaddy
Mar 14 '15 at 2:25













Thanks for suggesting Fuse. Ill definitely give it a try.

– Rajeshwar
Mar 14 '15 at 2:26





Thanks for suggesting Fuse. Ill definitely give it a try.

– Rajeshwar
Mar 14 '15 at 2:26













@Jake see cnet.com/news/… .. apparently writing is possible, but on a per-device basis.

– cutrightjm
Mar 14 '15 at 2:26





@Jake see cnet.com/news/… .. apparently writing is possible, but on a per-device basis.

– cutrightjm
Mar 14 '15 at 2:26













@ekaj Saw that, but per-device is a headache for removable media. Just posted the classic Mac FUSE/NTFS-3G recipe that most people use for more transparently dealing with this stuff. Maybe a future version of Mac OS X will finally allow NTDF writing without any hassle? We can hope.

– JakeGould
Mar 14 '15 at 2:33





@ekaj Saw that, but per-device is a headache for removable media. Just posted the classic Mac FUSE/NTFS-3G recipe that most people use for more transparently dealing with this stuff. Maybe a future version of Mac OS X will finally allow NTDF writing without any hassle? We can hope.

– JakeGould
Mar 14 '15 at 2:33













1














This will get you a USB that works on Windows and OSX. It also fixes any non readable media, and can fix USB's that have been flashed as OS installers.



If you want to keep any files on your USB copy them over to your windows machine.



Now. Open up terminal by hitting command-space and write terminal, hit enter. In terminal write:



diskutil -list


this will show you a list of you storage devices, your USB stick should look something like this /dev/disk2 (external, physical):. basically look for external, physical and the right # of GB to ID your drive. One you know which is your USB drive in terminal write



diskutil eraseDisk free EMPTY /dev/disk2


let it do its thing, and you'll have a non formatted USB drive. I assume at this point you want to format it for use with Windows and OSX. in terminal write



diskutil eraseDisk FAT32  USB64 /dev/disk2


after it's done doing it thing you've got a USB stick that'll work on Windows and Mac OSX. Congratulate yourself. You've crushed it. :)






share|improve this answer



















  • 1





    I used "Disk Utility" from Settings to do the same thing. Felt mildly safer doing it via a GUI rather than command line.

    – Duncan Jones
    Mar 27 '18 at 19:09
















1














This will get you a USB that works on Windows and OSX. It also fixes any non readable media, and can fix USB's that have been flashed as OS installers.



If you want to keep any files on your USB copy them over to your windows machine.



Now. Open up terminal by hitting command-space and write terminal, hit enter. In terminal write:



diskutil -list


this will show you a list of you storage devices, your USB stick should look something like this /dev/disk2 (external, physical):. basically look for external, physical and the right # of GB to ID your drive. One you know which is your USB drive in terminal write



diskutil eraseDisk free EMPTY /dev/disk2


let it do its thing, and you'll have a non formatted USB drive. I assume at this point you want to format it for use with Windows and OSX. in terminal write



diskutil eraseDisk FAT32  USB64 /dev/disk2


after it's done doing it thing you've got a USB stick that'll work on Windows and Mac OSX. Congratulate yourself. You've crushed it. :)






share|improve this answer



















  • 1





    I used "Disk Utility" from Settings to do the same thing. Felt mildly safer doing it via a GUI rather than command line.

    – Duncan Jones
    Mar 27 '18 at 19:09














1












1








1







This will get you a USB that works on Windows and OSX. It also fixes any non readable media, and can fix USB's that have been flashed as OS installers.



If you want to keep any files on your USB copy them over to your windows machine.



Now. Open up terminal by hitting command-space and write terminal, hit enter. In terminal write:



diskutil -list


this will show you a list of you storage devices, your USB stick should look something like this /dev/disk2 (external, physical):. basically look for external, physical and the right # of GB to ID your drive. One you know which is your USB drive in terminal write



diskutil eraseDisk free EMPTY /dev/disk2


let it do its thing, and you'll have a non formatted USB drive. I assume at this point you want to format it for use with Windows and OSX. in terminal write



diskutil eraseDisk FAT32  USB64 /dev/disk2


after it's done doing it thing you've got a USB stick that'll work on Windows and Mac OSX. Congratulate yourself. You've crushed it. :)






share|improve this answer













This will get you a USB that works on Windows and OSX. It also fixes any non readable media, and can fix USB's that have been flashed as OS installers.



If you want to keep any files on your USB copy them over to your windows machine.



Now. Open up terminal by hitting command-space and write terminal, hit enter. In terminal write:



diskutil -list


this will show you a list of you storage devices, your USB stick should look something like this /dev/disk2 (external, physical):. basically look for external, physical and the right # of GB to ID your drive. One you know which is your USB drive in terminal write



diskutil eraseDisk free EMPTY /dev/disk2


let it do its thing, and you'll have a non formatted USB drive. I assume at this point you want to format it for use with Windows and OSX. in terminal write



diskutil eraseDisk FAT32  USB64 /dev/disk2


after it's done doing it thing you've got a USB stick that'll work on Windows and Mac OSX. Congratulate yourself. You've crushed it. :)







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 10 '18 at 14:13









Jace GrebskiJace Grebski

111




111








  • 1





    I used "Disk Utility" from Settings to do the same thing. Felt mildly safer doing it via a GUI rather than command line.

    – Duncan Jones
    Mar 27 '18 at 19:09














  • 1





    I used "Disk Utility" from Settings to do the same thing. Felt mildly safer doing it via a GUI rather than command line.

    – Duncan Jones
    Mar 27 '18 at 19:09








1




1





I used "Disk Utility" from Settings to do the same thing. Felt mildly safer doing it via a GUI rather than command line.

– Duncan Jones
Mar 27 '18 at 19:09





I used "Disk Utility" from Settings to do the same thing. Felt mildly safer doing it via a GUI rather than command line.

– Duncan Jones
Mar 27 '18 at 19:09


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f889417%2fcannot-delete-a-file-on-a-windows-usb-flash-drive-on-a-mac-locked-as-you-can-o%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...