[PATCH] Support more filesystems in gnome-vfs-filesystem-type.c.

View: New views
4 Messages — Rating Filter:   Alert me  

[PATCH] Support more filesystems in gnome-vfs-filesystem-type.c.

by Julian Andres Klode-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This patch introduces support for the filesystems btrfs,
ecryptfs, ext4, ext4dev, ntfs-3g and nilfs2.

Signed-off-by: Julian Andres Klode <jak@...>
---
 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

_______________________________________________
gnome-vfs-list mailing list
gnome-vfs-list@...
http://mail.gnome.org/mailman/listinfo/gnome-vfs-list

Re: [PATCH] Support more filesystems in gnome-vfs-filesystem-type.c.

by Cosimo Cecchi-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Julian,

On Thu, 2009-07-30 at 19:58 +0200, Julian Andres Klode wrote:
> 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

_______________________________________________
gnome-vfs-list mailing list
gnome-vfs-list@...
http://mail.gnome.org/mailman/listinfo/gnome-vfs-list

Re: [PATCH] Support more filesystems in gnome-vfs-filesystem-type.c.

by Julian Andres Klode-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Aug 02, 2009 at 02:27:38PM +0200, Cosimo Cecchi wrote:
> Hi Julian,
>
> On Thu, 2009-07-30 at 19:58 +0200, Julian Andres Klode wrote:
> > 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: juliank@...
Debian:  http://www.debian.org/  SPI:  http://www.spi-inc.org/
Ubuntu:  http://www.ubuntu.com/  FSFE: http://www.fsfe.org/
_______________________________________________
gnome-vfs-list mailing list
gnome-vfs-list@...
http://mail.gnome.org/mailman/listinfo/gnome-vfs-list

Re: [PATCH] Support more filesystems in gnome-vfs-filesystem-type.c.

by Alexander Larsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 2009-07-30 at 19:58 +0200, Julian Andres Klode wrote:
> 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.


_______________________________________________
gnome-vfs-list mailing list
gnome-vfs-list@...
http://mail.gnome.org/mailman/listinfo/gnome-vfs-list