Changes between Version 98 and Version 99 of Download
- Timestamp:
- Aug 16, 2012, 6:52:55 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v98 v99 28 28 man smartd 29 29 30 # Only root can do this 31 /usr/sbin/smartctl -s on -o on -S on /dev/hda 32 /usr/sbin/smartctl -a /dev/hda 30 sudo /usr/sbin/smartctl -s on -o on -S on /dev/sda 31 sudo /usr/sbin/smartctl -x /dev/sda 33 32 }}} 34 33 … … 38 37 {{{/usr/share/man}}} to your {{{MANPATH}}} environment variable. 39 38 40 The [# Windows-InstalltheWindowspackage Windows package] provides39 The [#InstalltheWindowspackage Windows package] provides 41 40 preformatted man pages in {{{*.html}}} and {{{*.txt}}} format. 42 41 … … 311 310 ./configure 312 311 make 313 # you need to be root to do this: 314 make install 312 sudo make install 315 313 }}} 316 314 … … 378 376 ./configure 379 377 make 380 # you need to be root to do this: 381 make install 378 sudo make install 382 379 }}} 383 380 … … 414 411 Starting with smartmontools 5.40 the drive database file {{{drivedb.h}}} can be updated separately with the following command: 415 412 {{{ 416 # you need to be root to do this: 417 /usr/sbin/update-smart-drivedb 413 sudo /usr/sbin/update-smart-drivedb 418 414 }}} 419 415 This command uses [http://curl.haxx.se/ curl], [http://www.gnu.org/software/wget/ wget] or [http://lynx.isc.org/ lynx] for download. A proxy server can be specified by the environment variable {{{http_proxy}}} (lower case only), see the man pages of the above commands.