Results 1 to 2 of 2
Hi All,
Nautilus is freezing up on me often and I'm having to force quit it. This has happened despite two reinstalls (for other reasons) in the past two weeks. ...
- 03-28-2009 #1
nautilus freezing up
Hi All,
Nautilus is freezing up on me often and I'm having to force quit it. This has happened despite two reinstalls (for other reasons) in the past two weeks. I'm suspecting an I/O issue but no clue how to check it or fix it. Any ideas?Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 03-29-2009 #2
Strongly because of disk I/O error or bad sectors.
You can fix up bad sectors on disk using badblocks and mkfs
Badblocks is a utility which stores a list of bad sectors in a file.
Use mkfs with -l option and specify the file then create filesystem, and filesystem will ignore those disk sectors giving you a clean performance.
Note: while using this command directly, specify your block size carefully.# badblocks -svwnf -b block-size -o output_file device last-block start-block
# mkfs -V -ct fstype -l output_file /dev/something


Reply With Quote