Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Cannot reinstall MacOS as not enough disc space error advice
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Raz0rEdge" data-source="post: 1831273" data-attributes="member: 110816"><p>What version of macOS is on that thing? If it's recent enough, you can do this from the Recovery Console. Once the machine is powered down, hold down CMD+r when you start the machine. It will end up in recovery console. Now open Utilities->Terminal to get the terminal prompt. From there:</p><p>[CODE]</p><p>cd /Volumes</p><p>cd "Macintosh HD"</p><p>ls -l</p><p>[/CODE]</p><p></p><p>This will put you into your drive and list the folders. You will see folders like <strong>Applications</strong>, <strong>Library</strong>, <strong>Network</strong>, <strong>System</strong>, <strong>Users</strong> and so on. If you don't see those, then you need to first mount the drive.</p><p></p><p>If you do see the right folders, you can then do</p><p>[CODE]</p><p>cd Users/<username></p><p>ls -l</p><p>[/CODE]</p><p></p><p>Obviously, replace <username> with your actual username and you should now see folders like <strong>Desktop, Documents, Downloads, Music, Pictures</strong> and so on. You can now go into each of those folders with the <strong>cd</strong> command and remove files/folders using the <strong>rm </strong>command.</p><p></p><p>Not comfortable with the command line? Tell us where you have stored your files and we can tell you how to remove them.</p></blockquote><p></p>
[QUOTE="Raz0rEdge, post: 1831273, member: 110816"] What version of macOS is on that thing? If it's recent enough, you can do this from the Recovery Console. Once the machine is powered down, hold down CMD+r when you start the machine. It will end up in recovery console. Now open Utilities->Terminal to get the terminal prompt. From there: [CODE] cd /Volumes cd "Macintosh HD" ls -l [/CODE] This will put you into your drive and list the folders. You will see folders like [B]Applications[/B], [B]Library[/B], [B]Network[/B], [B]System[/B], [B]Users[/B] and so on. If you don't see those, then you need to first mount the drive. If you do see the right folders, you can then do [CODE] cd Users/<username> ls -l [/CODE] Obviously, replace <username> with your actual username and you should now see folders like [B]Desktop, Documents, Downloads, Music, Pictures[/B] and so on. You can now go into each of those folders with the [B]cd[/B] command and remove files/folders using the [B]rm [/B]command. Not comfortable with the command line? Tell us where you have stored your files and we can tell you how to remove them. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Cannot reinstall MacOS as not enough disc space error advice
Top