Discussion:
[PATCH] Support more filesystems in gnome-vfs-filesystem-type.c.
Julian Andres Klode
2009-07-30 17:58:41 UTC
Permalink
This patch introduces support for the filesystems btrfs,
ecryptfs, ext4, ext4dev, ntfs-3g and nilfs2.

Signed-off-by: Julian Andres Klode <***@debian.org>
---
libgnomevfs/gnome-vfs-filesystem-type.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/libgnomevfs/gnome-vfs-filesystem-type.c b/libgnomevfs/gnome-vfs-filesystem-type.c
index ec744e3..3c3b634 100644
--- a/libgnomevfs/gnome-vfs-filesystem-type.c
+++ b/libgnomevfs/gnome-vfs-filesystem-type.c
@@ -39,14 +39,18 @@ static struct FSInfo fs_data[] = {
{ "affs" , N_("AFFS Volume"), 0},
{ "afs" , N_("AFS Network Volume"), 0 },
{ "auto" , N_("Auto-detected Volume"), 0 },
+ { "btrfs" , N_("Btrfs Linux Volume"), 1 },
{ "cd9660" , N_("CD-ROM Drive"), 0 },
{ "cdda" , N_("CD Digital Audio"), 0 },
{ "cdrom" , N_("CD-ROM Drive"), 0 },
{ "devfs" , N_("Hardware Device Volume"), 0 },
{ "encfs" , N_("EncFS Volume"), 1 },
+ { "ecryptfs" , N_("eCryptfs Volume"), 1},
{ "ext2" , N_("Ext2 Linux Volume"), 1 },
{ "ext2fs" , N_("Ext2 Linux Volume"), 1 },
{ "ext3" , N_("Ext3 Linux Volume"), 1 },
+ { "ext4" , N_("Ext4 Linux Volume"), 1 },
+ { "ext4dev" , N_("Ext4 Linux Volume"), 1 },
{ "fat" , N_("MSDOS Volume"), 1 },
{ "ffs" , N_("BSD Volume"), 1 },
{ "fuse" , N_("FUSE Volume"), 1 },
@@ -65,6 +69,8 @@ static struct FSInfo fs_data[] = {
{ "msdosfs" , N_("MSDOS Volume"), 0 },
{ "nfs" , N_("NFS Network Volume"), 1 },
{ "ntfs" , N_("Windows NT Volume"), 0 },
+ { "ntfs-3g" , N_("Windows NT Volume"), 1 },
+ { "nilfs2" , N_("NILFS Linux Volume"), 1 },
{ "nwfs" , N_("Netware Volume"), 0 },
{ "proc" , N_("System Volume"), 0 },
{ "procfs" , N_("System Volume"), 0 },
--
1.6.3.3
Cosimo Cecchi
2009-08-02 12:27:38 UTC
Permalink
Hi Julian,
Post by Julian Andres Klode
This patch introduces support for the filesystems btrfs,
ecryptfs, ext4, ext4dev, ntfs-3g and nilfs2.
gnome-vfs is currently unmaintained, as it has been obsoleted by GIO and
GVfs, and won't probably see any other new release.

Ciao,

Cosimo
Julian Andres Klode
2009-08-02 13:34:56 UTC
Permalink
Post by Cosimo Cecchi
Hi Julian,
Post by Julian Andres Klode
This patch introduces support for the filesystems btrfs,
ecryptfs, ext4, ext4dev, ntfs-3g and nilfs2.
gnome-vfs is currently unmaintained, as it has been obsoleted by GIO and
GVfs, and won't probably see any other new release.
The problem is that we are still using it in Debian stable and in order
to possibly get ext4 support in an update, we would need to get the patch
in to have the translations. Furthermore, we will probably still ship
gnome-vfs in the next release, as there are still many packages depending
on it.

I have also reported this in Debian[0] and it is also in GNOME's
bugzilla[1].

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539322
[1] http://bugzilla.gnome.org/show_bug.cgi?id=590298
--
Julian Andres Klode - Free Software Developer
Debian Developer - Contributing Member of SPI
Ubuntu Member - Fellow of FSFE

Website: http://jak-linux.org/ XMPP: ***@jabber.org
Debian: http://www.debian.org/ SPI: http://www.spi-inc.org/
Ubuntu: http://www.ubuntu.com/ FSFE: http://www.fsfe.org/
Alexander Larsson
2009-09-25 13:49:26 UTC
Permalink
Post by Julian Andres Klode
This patch introduces support for the filesystems btrfs,
ecryptfs, ext4, ext4dev, ntfs-3g and nilfs2.
I commited this just to have it somewhere for people that want it. But,
as said, gnome-vfs is deprecated for a while now.

Loading...