[Pkg-vsquare-devel] Bug#803628: fuseext2: Please add an "offset" option

Celelibi celelibi at gmail.com
Sun Nov 1 07:15:39 UTC 2015


Package: fuseext2
Version: 0.4-1.1
Severity: wishlist

Dear maintainer,

mke2fs supports an "offset" extended option which allow to create a file
system in the partition of a virtual disk. However it currently can't be
mounted with fuseext2.

Here is an example of how it could work :

# Create a disk image of 10MB
qemu-img create -f raw testing.img 10M

# Create a partition table and two partitions
parted -s testing.img mklabel gpt
parted -s -a none testing.img mkpart ESP fat32 0 4M
parted -s -a none testing.img mkpart linux ext4 4M 10M

# Create the ext file system
mke2fs -E offset=4000256 testing.img 6316k

# Mount it using fuseext2
mount.fuseext2 -o offset=4000256 testing.img mount


Thanks in advance.

Best regards,
Celelibi


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.10.11 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages fuseext2 depends on:
ii  e2fslibs  1.42.13-1
ii  fuse      2.9.4-1
ii  libc6     2.19-22
ii  libfuse2  2.9.4-1

fuseext2 recommends no packages.

fuseext2 suggests no packages.

-- no debconf information



More information about the Pkg-vsquare-devel mailing list