use terminal to remove a 'Read Only' file / filesystem in Mac
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am currently in terminal in 'Diskutility' trying to remove everything from my HD including the Recovery Partition which is corrupted. I am using : rm -f System or
rm -f Library as examples and I get" Library is a Directory error.
I have an embedded system placed in my Mac and it has caused me 1000's of dollars and no Mac help from Apple.
Can someone assist here as it does involve an emergency.
Thank you.
terminal virtual-machine
add a comment |Â
up vote
0
down vote
favorite
I am currently in terminal in 'Diskutility' trying to remove everything from my HD including the Recovery Partition which is corrupted. I am using : rm -f System or
rm -f Library as examples and I get" Library is a Directory error.
I have an embedded system placed in my Mac and it has caused me 1000's of dollars and no Mac help from Apple.
Can someone assist here as it does involve an emergency.
Thank you.
terminal virtual-machine
why? just reformat.
â Jasen
Apr 1 at 8:05
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am currently in terminal in 'Diskutility' trying to remove everything from my HD including the Recovery Partition which is corrupted. I am using : rm -f System or
rm -f Library as examples and I get" Library is a Directory error.
I have an embedded system placed in my Mac and it has caused me 1000's of dollars and no Mac help from Apple.
Can someone assist here as it does involve an emergency.
Thank you.
terminal virtual-machine
I am currently in terminal in 'Diskutility' trying to remove everything from my HD including the Recovery Partition which is corrupted. I am using : rm -f System or
rm -f Library as examples and I get" Library is a Directory error.
I have an embedded system placed in my Mac and it has caused me 1000's of dollars and no Mac help from Apple.
Can someone assist here as it does involve an emergency.
Thank you.
terminal virtual-machine
asked Apr 1 at 2:11
David Johnson
1
1
why? just reformat.
â Jasen
Apr 1 at 8:05
add a comment |Â
why? just reformat.
â Jasen
Apr 1 at 8:05
why? just reformat.
â Jasen
Apr 1 at 8:05
why? just reformat.
â Jasen
Apr 1 at 8:05
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
You could delete recursively using rm -Rf but IâÂÂm not really sure if you should do this.
I used -rf and also -R to see and then deleted everything after saving the text to file. I have learned that deleting or reformatting with Disk Utility just does not delete everything especially if someone gets into the ;Recovery Partition.
â David Johnson
Apr 2 at 6:48
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You could delete recursively using rm -Rf but IâÂÂm not really sure if you should do this.
I used -rf and also -R to see and then deleted everything after saving the text to file. I have learned that deleting or reformatting with Disk Utility just does not delete everything especially if someone gets into the ;Recovery Partition.
â David Johnson
Apr 2 at 6:48
add a comment |Â
up vote
0
down vote
You could delete recursively using rm -Rf but IâÂÂm not really sure if you should do this.
I used -rf and also -R to see and then deleted everything after saving the text to file. I have learned that deleting or reformatting with Disk Utility just does not delete everything especially if someone gets into the ;Recovery Partition.
â David Johnson
Apr 2 at 6:48
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You could delete recursively using rm -Rf but IâÂÂm not really sure if you should do this.
You could delete recursively using rm -Rf but IâÂÂm not really sure if you should do this.
answered Apr 1 at 2:40
Ankit Jain
1013
1013
I used -rf and also -R to see and then deleted everything after saving the text to file. I have learned that deleting or reformatting with Disk Utility just does not delete everything especially if someone gets into the ;Recovery Partition.
â David Johnson
Apr 2 at 6:48
add a comment |Â
I used -rf and also -R to see and then deleted everything after saving the text to file. I have learned that deleting or reformatting with Disk Utility just does not delete everything especially if someone gets into the ;Recovery Partition.
â David Johnson
Apr 2 at 6:48
I used -rf and also -R to see and then deleted everything after saving the text to file. I have learned that deleting or reformatting with Disk Utility just does not delete everything especially if someone gets into the ;Recovery Partition.
â David Johnson
Apr 2 at 6:48
I used -rf and also -R to see and then deleted everything after saving the text to file. I have learned that deleting or reformatting with Disk Utility just does not delete everything especially if someone gets into the ;Recovery Partition.
â David Johnson
Apr 2 at 6:48
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f434771%2fuse-terminal-to-remove-a-read-only-file-filesystem-in-mac%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
why? just reformat.
â Jasen
Apr 1 at 8:05