tommorris (owner)

Revisions

gist: 213706 Download_button fork
public
Public Clone URL: git://gist.github.com/213706.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
1. open terminal
 
2. run `df -h`
 
3. in the output, check the line with the relevantly sized drive
   and note the filesystem - probably it's /dev/sda1
 
4. then run `sudo hdparm -i [fs]` - replace [fs] with the relevant filesystem
   e.g. `sudo hdparm -i /dev/sda1`
 
5. type in your root password
 
6. send the results.