Linked by Thom Holwerda on Tue 31st Oct 2006 23:42 UTC
Linux "You don't need a Ph.D. in scientific visualization to have some fun with three-dimensional data. Whether you're searching for an unused nook in a cramped disk partition, or trying to find the bloated temp/ folder that's crashing your system, sometimes the flat folder view of a traditional GUI file browser is little help. Luckily, Linux offers a variety of 3-D filesystems that can make your disk usage statistics come alive."
Order by: Score:
Filelight!
by DigitalAxis on Wed 1st Nov 2006 01:02 UTC
DigitalAxis
Member since:
2005-08-28

I've actually found Filelight (and similar Windows program: Scanner) extremely useful for determining where all my disk space is going, and what folders within what folders it's going to.

Scanner: http://www.steffengerlach.de/freeware/
Filelight: http://www.methylblue.com/filelight/ or your friendly local package manager (yes, I know this is linked to in the article)

I haven't tried GDMap yet (never heard of it before) but for some reason the pie chart layout makes more sense to me than the blocks. I may check it out, because right now Filelight is one of the reasons I have to have kdelibs on my machine.

Hmm, I notice Scanner is now on version 2.8... I thought it'd been permanently abandoned at version 2.6. Must check the new version.



(note: *buntu Dapper and Edgy have a version of filelight that always crashes on close; this was fixed a while ago but the most recent version is not in the repositories)
https://launchpad.net/distros/ubuntu/+source/filelight/+bug/30754

Edited 2006-11-01 01:05

Reply Score: 4

RE: Filelight!
by ubit on Wed 1st Nov 2006 02:46 UTC in reply to "Filelight!"
ubit Member since:
2006-09-08

I like using http://www.jgoodies.com/freeware/jdiskreport/index.html Jgoodies JDiskreport for this on Windows (and they have an OS X version cuz it's java)

Reply Score: 1

RE: Filelight!
by Archangel on Wed 1st Nov 2006 06:40 UTC in reply to "Filelight!"
Archangel Member since:
2005-07-23

Another vote for Filelight, it's great to see where all your space is going. And it looks nice, in stark contrast to the ones in this article...

Reply Score: 3

RE: Filelight!
by kevinlb on Wed 1st Nov 2006 10:03 UTC in reply to "Filelight!"
kevinlb Member since:
2006-08-09

I search a similar tool but in command line that show you quickly how many space each dir and files takes. 'du' is not an acceptable response because it takes to many time to execute (I need a solution that keep some results in cache to speedup analysis) and it's not enough expressive to visualize the results.

Reply Score: 1

Pedant mode on...
by Havin_it on Wed 1st Nov 2006 13:50 UTC in reply to "Filelight!"
Havin_it Member since:
2006-03-10

Hate to nitpick*, but isn't FileLight 2-dimensional?

Also, it's the first plugin I've encountered that's actually managed to crash Konqueror. Seems to be better used standalone...

[* Bare-faced lie. Few things in my petty little life give me more satisfaction]

Reply Score: 1

RE: Pedant mode on...
by DigitalAxis on Wed 1st Nov 2006 22:54 UTC in reply to "Pedant mode on..."
DigitalAxis Member since:
2005-08-28

but isn't FileLight 2-dimensional?

Yes, very much so... it happens to be mentioned in the article as a 2D alternative to normal browsers.

Also, it's the first plugin I've encountered that's actually managed to crash Konqueror. Seems to be better used standalone...

No argument here. It's amazingly useful for specific tasks, but not so good for others.
It's the Filesystem browser equivalent of the House of Representatives- recorded by size. If that's what you want it's great

Reply Score: 1

Meanwhile
by deathshadow on Wed 1st Nov 2006 01:49 UTC
deathshadow
Member since:
2005-07-12

I'd just kill for a file manager with the functionality of the Z-Tree (an updated version of the old X-Tree)...

Oh wait, there's Z-Tree.

Seriously, Tree view of the filesystem, with ability to log all files and see the size of each directory just by clicking on it on the tree... Windows 'folder' view comes CLOSE, but doesn't include the subdirectories in the size total... Just give us two columns in tree view, one for files in directory, one for files + all subdirectories... problem solved.

But then that's text and simple, aka the antithesis of everything modern file management seems to be about.

(see Spatial navigation - BARF)

Reply Score: 2

RE: Meanwhile
by John Doe on Wed 1st Nov 2006 19:43 UTC in reply to "Meanwhile"
John Doe Member since:
2006-11-01

You like what YOU like, but obviously, not everyone thinks like you. Many people like spatial navigation, and there are some UI design studies that show spatial navigation works better for many users.

Reply Score: 1

VRML
by PowerMacX on Wed 1st Nov 2006 02:19 UTC
PowerMacX
Member since:
2005-11-06

...and VRML is going to revolutionize the way we browse the Web! </sarcasm>

Reply Score: 1

well it could be worse
by jelway on Wed 1st Nov 2006 03:42 UTC
jelway
Member since:
2006-05-14

they could have made it look uglier

Reply Score: 2

Gnome-utils
by maxx_730 on Wed 1st Nov 2006 08:18 UTC
maxx_730
Member since:
2005-12-14

Baobab anyone?

Reply Score: 2

frik85
Member since:
2006-01-26

A comprehensive list of 3D File System, etc.
http://nooface.net/3dui.shtml

3D File System Navigator (as seen in "Jurassic Park"):
http://www.sgi.com/fun/freeware/3d_navigator.html

Reply Score: 1

mikesum32 Member since:
2005-10-22

"This is UNIX, I know this!"

/had to

Reply Score: 3

du
by sbergman27 on Wed 1st Nov 2006 10:28 UTC
sbergman27
Member since:
2005-07-24

People waste their time with filelight and others.

du -akx | sort -nr | less

is more useful that all the gui tools put together.

Reply Score: 3

RE: du
by woogs on Wed 1st Nov 2006 15:06 UTC in reply to "du"
woogs Member since:
2006-10-09

Spoken like someone who has never actually used the tools in question. It is much, much easier to see how your disk is being used when the information is presented graphically. Yes, the information is the same, but how that information is presented makes a huge difference in how useful it is at the end of the day.

Reply Score: 2

RE[2]: du
by sbergman27 on Wed 1st Nov 2006 18:03 UTC in reply to "RE: du"
sbergman27 Member since:
2005-07-24

I've tried filelight and others... but I always come back to the command line mentioned above because it shows me exactly what I want to see, the way that it is most useful to see it.

Check it out. It's easy, and I'll bet you haven't tried it.

du -akx | sort -nr | less

Reply Score: 1

KDE has it built in?
by cwaig on Wed 1st Nov 2006 11:34 UTC
cwaig
Member since:
2006-11-01

Doesn't KDE have a view that looks a lot like FSV built in (or at least as a Konqueror plugin)? I know it does on my SUSE 10 install...select File Size View from one of the view icon drop-downs. FSView by Josef Weidendorfer.

Reply Score: 2

grfgguvf
Member since:
2006-09-25

>"trying to find the bloated temp/ folder that's crashing your system"
Since when do "bloated folders" crash Linux?

>"Luckily, Linux offers a variety of 3-D filesystems"
Except of course these are not filesystems!

Reply Score: 1

Havin_it Member since:
2006-03-10

>>"Luckily, Linux offers a variety of 3-D filesystems"
>Except of course these are not filesystems!

That's the Chinese Whisper effect. TFA wrote: "a variety of 3-D filesystem..." (omitting the word 'browsers') and Thom copied it and grammatically corrected it, in so-doing creating a new and unintended sense.

Tsk tsk, Thom. ;)

Reply Score: 1

Under Windows I use SpaceMonger.
by rcsteiner on Wed 1st Nov 2006 16:57 UTC
rcsteiner
Member since:
2005-07-12

You can see what it looks like here:

http://www.answers.com/topic/space-monger

Reply Score: 1

Not exactly 3D...
by situation on Wed 1st Nov 2006 17:20 UTC
situation
Member since:
2006-01-10

But a neat 2D view of the filesystem sizes:

http://gdmap.sourceforge.net/

Reply Score: 1

I find 3D fairly useless
by fsckit on Thu 2nd Nov 2006 04:09 UTC
fsckit
Member since:
2006-09-24

You youngins can have your pretty graphical file browsers. There's only room for one file manager on my system, good old midnight commander.

Reply Score: 1

Not to rain on anyones parade but...
by Soulbender on Thu 2nd Nov 2006 08:46 UTC
Soulbender
Member since:
2005-08-18

...these aren't 3-D *filesystems*, they are 3-D filesystem *browsers*.
Actual 3-D filesystems would be interesting but alas, this article isn't about those.

Reply Score: 1