So i wanted to check os x installer to which version it was, so opened it and got through the dialogs, but i choosed to install it on my SD-card, but then later canceled the installation because i found out i couldn't see version that way, basically unfinished files are my SD-card like
.OSInstallSandbox-tmp
.OSInstallMessages
tried rm /path/to/file
Says its not a directory okay lets use -rf
rm -rf /path/to/file
gives me an error, okay lets use sudo
sudo rm -rf
Gives me weird errors like "directory is not empty"
"invalid argument"
"input/output error"
What should i do? Is there anyway to delete them without formatting? :/
.OSInstallSandbox-tmp
.OSInstallMessages
tried rm /path/to/file
Says its not a directory okay lets use -rf
rm -rf /path/to/file
gives me an error, okay lets use sudo
sudo rm -rf
Gives me weird errors like "directory is not empty"
"invalid argument"
"input/output error"
What should i do? Is there anyway to delete them without formatting? :/