They're the same partition, but (and I might be wrong about my
analysis -- if anyone knows what exactly it is, I'd love to know!)
there is something like a symlink between /home/csv610/.gvfs and / .
Without that duplicate, you're down to your ~250GB drive size.
-David C. Uhrig
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
07-24-2008, 06:24 PM
"Mark Haney"
Ubuntu: Disk Usage Analyzer
Chaman Singh Verma wrote:
> Hello,
>
> On my machine I have 250GB HD and I am 100% sure about it. but the Disk
> Usage Analyzer seems to very
> generous and shows that
>
> Total filesystem capacity 452.1GB.
>
> and here is df command:
> csv610@blackhole:~$ df
> Filesystem 1K-blocks Used Available Use% Mounted on
> /dev/sda1 236310552 8400296 216000872 4% /
> varrun 1026388 108 1026280 1% /var/run
> varlock 1026388 0 1026388 0% /var/lock
> udev 1026388 44 1026344 1% /dev
> devshm 1026388 12 1026376 1% /dev/shm
> lrm 1026388 43744 982644 5%
> /lib/modules/2.6.24-19-generic/volatile
> gvfs-fuse-daemon 236310552 8400296 216000872 4% /home/csv610/.gvfs
> /dev/scd0 1463168 1463168 0 100% /media/cdrom0
> csv610@blackhole:~$
>
> So can someone explain why Disk space reports 452GB ?
>
>
> csv
>
>
If you'll notice the '/' and the /home/csv610/.gvfs mounts are
identical. A quick google gets this:
----[ README ]
| gvfs is a userspace virtual filesystem designed to work with the i/o
| abstractions of gio (a library availible in glib >= 2.15.1). It
| installs several modules that are automatically used by applications
| using the APIs of libgio. There is also fuse support that allows
| applications not using gio to access the gvfs filesystems.
|
|
| The gvfs model differs from e.g. gnome-vfs in that filesystems must
| be mounted before they are used. There is a central daemon (gvfsd)
| that handles coordinting mounts, and then each mount is (typically)
| in its own daemon process (although mounts can share daemon process).
|
| gvfs comes with a set of backends, including trash support, sftp,
| smb, http, dav and others. More backends are planned.
|
| gvfs also contains modules for gio that implement hal volume monitors
| and the gnome uri-scheme handler configuration.
|
| There is a set of command line programs starting with "gvfs-" that
| lets you run commands (like cat, ls, stat, etc) on files in the gvfs
| mounts.
--
Libenter homines id quod volunt credunt -- Caius Julius Caesar
Mark Haney
Sr. Systems Administrator
ERC Broadband
(828) 350-2415
Call (866) ERC-7110 for after hours support
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
07-24-2008, 06:24 PM
"Steve C. Lamb"
Ubuntu: Disk Usage Analyzer
On Thu, Jul 24, 2008 at 11:19:07AM -0700, David C. Uhrig wrote:
> On Thu, Jul 24, 2008 at 11:13 AM, Chaman Singh Verma <csv610@gmail.com> wrote:
> > gvfs-fuse-daemon 236310552 8400296 216000872 4% /home/csv610/.gvfs
> there is something like a symlink between /home/csv610/.gvfs and / .
> Without that duplicate, you're down to your ~250GB drive size.
To me "vfs" means "Virtual File System". Doing a quick Google search on
"gvfs" gave this as a probable culprit:
http://en.wikipedia.org/wiki/GVFS
--
Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
PGP Key: 1FC01004 | main connection to the switchboard of souls.
-------------------------------+---------------------------------------------
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
07-24-2008, 06:28 PM
Phil Sexton
Ubuntu: Disk Usage Analyzer
Chaman Singh Verma wrote:
> Hello,
>
> On my machine I have 250GB HD and I am 100% sure about it. but the Disk
> Usage Analyzer seems to very
> generous and shows that
>
> Total filesystem capacity 452.1GB.
>
> and here is df command:
> csv610@blackhole:~$ df
> Filesystem 1K-blocks Used Available Use% Mounted on
> /dev/sda1 236310552 8400296 216000872 4% /
> varrun 1026388 108 1026280 1% /var/run
> varlock 1026388 0 1026388 0% /var/lock
> udev 1026388 44 1026344 1% /dev
> devshm 1026388 12 1026376 1% /dev/shm
> lrm 1026388 43744 982644 5%
> /lib/modules/2.6.24-19-generic/volatile
> gvfs-fuse-daemon 236310552 8400296 216000872 4% /home/csv610/.gvfs
> /dev/scd0 1463168 1463168 0 100% /media/cdrom0
> csv610@blackhole:~$
>
> So can someone explain why Disk space reports 452GB ?
I don't trust some GUI tools. Open a terminal and see what this
command reports:
df -h
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users