3

Using fslint to take control of your filesystem openSUSE

fslint is a great tool to help you maintain a clean filesystem by finding empty directory, duplicate files, temporary files, and broken sym links (among other things). One of the great features of fslint is it comes with a gui version called fslint-gui (imagine that).

To get, build and install fslint do the following:

wget http://www.pixelbeat.org/fslint/fslint-2.28.tar.gz
sudo rpmbuild -ta fslint-2.28.tar.gz
sudo rpm -Uvh /usr/src/packages/RPMS/noarch/fslint-2.28-1.suse.noarch.rpm

Note:If you use ubuntu you can install with:

sudo apt-get install fslint
or
sudo aptitude install fslint

Now run:

fslint-gui

First I would remove everything in the “Search Path” and add what you want to search no by clicking “Add”.
Add
Note: Here you can choose what type of scan you want to do (recursive etc).

Now it’s as easy as clicking “Find”
Find

Once the scan is completed it’ll fill out the selected section with its findings:
Options

In my “Duplicates” section you can see I have many duplicates
Dups

I can either delete them here by clicking on them and choosing “Delete”
Delete

Or feel free to use it how you want. You can just take the output save it, and clean manually, or you can use it just to see what you might have out there.

I highly encourage you to check it out, try it on some folders in your home directory, just remember the bigger the directories being scanned, the longer the scan will take. This will also help you better understand your machine, and where you save your data :o )



1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

About the Author

I am ben kevan.. Well yeah. .that's about it.

Comments (3)

Trackback URL | Comments RSS Feed

  1. Thanks for the review.

    Just a small clarification though.
    The find operation only “fills out” results
    for the currently selected tab.

  2. ben.kevan says:

    Hi Padraig,

    I will change my verbage to better explain the find process. Thanks for the suggestion and thanks for such a badd ass application.

    Ben

  3. [...] Ben Kevan: fslint – Tenha controle sobre o seu sistema de arquivos [...]

Leave a Reply




If you want a picture to show with your comment, go get a Gravatar.