Che utility ci sono per verificare il disco ?
Code: Select all
user8-gentoo luca # eix-sync
* Running emerge --sync
>>> Starting rsync with rsync://88.156.78.16/gentoo-portage...
>>> Checking server timestamp ...
rsync: failed to open exclude file /etc/portage/rsync_excludes: No such file or directory (2)
rsync error: error in file IO (code 11) at exclude.c(1062) [client=3.0.5]
* Rsync has reported that there is a File IO error. Normally
* this means your disk is full, but can be caused by corruption
* on the filesystem that contains PORTDIR. Please investigate
* and try again after the problem has been fixed.
* PORTDIR=/usr/portage
* emerge --sync failed
* Time statistics:
2 seconds for syncing
2 seconds total
Code: Select all
user8-gentoo luca # fsck.reiserfs
Usage: fsck.reiserfs [mode] [options] device
Modes:
--check consistency checking (default)
--fix-fixable fix corruptions which can be fixed without
--rebuild-tree
--rebuild-sb super block checking and rebuilding if needed
(may require --rebuild-tree afterwards)
--rebuild-tree force fsck to rebuild filesystem from scratch
(takes a long time)
--clean-attributes clean garbage in reserved fields in StatDatas
Options:
-j | --journal device specify journal if relocated
-B | --badblocks file file with list of all bad blocks on the fs
-l | --logfile file make fsck to complain to specifed file
-n | --nolog make fsck to not complain
-z | --adjust-size fix file sizes to real size
-q | --quiet no speed info
-y | --yes no confirmations
-V prints version and exits
-a and -p some light-weight auto checks for bootup
-f and -r ignored
Expert options:
--no-journal-available do not open nor replay journal
-S | --scan-whole-partition build tree of all blocks of the device



