Shaocaholica Posted September 14, 2005 Share Posted September 14, 2005 Im trying to delete files within a .dmg to avoid hardware checks but when I try to delete the file in bash with "rm" it says "override rwxr-xr-x shao/shao for InstallationCheck?" and I don't know where to go from here. Maybe I need to set proper permissions on the mounted volume or maybe I need to extract the entire .dmg instead of mounting it? Link to comment https://www.insanelymac.com/forum/topic/2542-how-do-i-delete-files-within-a-mounted-dmg-image/ Share on other sites More sharing options...
Fugu Posted September 14, 2005 Share Posted September 14, 2005 If the Disk Image is compressed or "Read-only" you will not be able to delete files from it. If so, you have to convert it to Read/Write first. If its already Read/Write, try "sudo rm filename" instead. Link to comment https://www.insanelymac.com/forum/topic/2542-how-do-i-delete-files-within-a-mounted-dmg-image/#findComment-16449 Share on other sites More sharing options...
Shaocaholica Posted September 14, 2005 Author Share Posted September 14, 2005 Thanks. Link to comment https://www.insanelymac.com/forum/topic/2542-how-do-i-delete-files-within-a-mounted-dmg-image/#findComment-16450 Share on other sites More sharing options...
Recommended Posts