Hi,
This is a patch against udisks to support creating and mounting
nilfs2 filesystem. To detect the filesystem, the latest util-linux-ng
and a following typo patch are required.
http://www.spinics.net/lists/util-linux-ng/msg03304.html
Signed-off-by: Jiro SEKIBA
---
src/daemon.c
validate_and_escape_label will only escapes '"'.
However, string '\"' will be escaped to '\\"' which leads unmatched
double quote for shell string in result.
This adds escaping '\' in validate_and_escape_label to avoid the problem.
Si
This patch quotes/escapes label string for nilfs-tune.
Signed-off-by: Jiro SEKIBA
---
src/helpers/job-change-filesystem-label.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/helpers/job-change-filesystem-label.c
b/src/helpers/job-change-filesystem-label.c
At Thu, 14 Oct 2010 06:17:30 -0700,
Dan Nicholson wrote:
>
> On Wed, Oct 13, 2010 at 10:56 PM, Jiro SEKIBA wrote:
> > Hi,
> >
> > This is a patch to support renaming label of nilfs2 partition.
> > Renaming is done by nilfs2-tune, which is in nilfs2-util > 2.0.2
Hi,
This is a patch to support renaming label of nilfs2 partition.
Renaming is done by nilfs2-tune, which is in nilfs2-util > 2.0.20.
This patch enables the label test excluded for lacking utility.
Signed-off-by: Jiro SEKIBA
---
src/daemon.c |2 +-
src/help
Hi, Martin
At Sun, 8 Aug 2010 19:44:18 +0200,
Martin Pitt wrote:
>
> Hello Jiro,
>
> Jiro SEKIBA [2010-07-25 11:41 +0900]:
> > This is a patch against udisks to support creating and mounting
> > nilfs2 filesystem. To detect the filesystem, the latest util-linux-ng
> &
Hi,
The patch I mentioned last mail has been incorporated.
http://www.spinics.net/lists/util-linux-ng/msg03338.html
If there is any development branch for adding such a new functionality,
it would be very helpful to tell me the correct branch.
Thank you
regards,
--
Jiro SEKIBA
At Sun, 25
Hi,
This is a patch against udisks to support creating and mounting
nilfs2 filesystem. To detect the filesystem, the latest util-linux-ng
and a following typo patch are required.
http://www.spinics.net/lists/util-linux-ng/msg03304.html
Signed-off-by: Jiro SEKIBA
---
src/daemon.c