search for: libext2fs

Displaying 20 results from an estimated 63 matches for "libext2fs".

2015 Jan 06
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
...ld just be part of extlinux, > since it is exactly equivalent to mounting the filesystem, running > extlinux, and unmounting the filesystem. That automatically adds > support for all filesystems. > > mtools/syslinux is the one that doesn't require root privileges, and > where libext2fs belongs. Ideally the FAT support ought to be > internalized into a library, too. > > The one thing with mtools/syslinux is that some people like to compile > it for non-Linux platforms (how successfully, I don't know) and so > ext*fs support should probably be conditionalized....
2015 Jan 06
3
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
...it is exactly equivalent to mounting the filesystem, running >>> extlinux, and unmounting the filesystem. That automatically adds >>> support for all filesystems. >>> >>> mtools/syslinux is the one that doesn't require root privileges, and >>> where libext2fs belongs. Ideally the FAT support ought to be >>> internalized into a library, too. >>> >>> The one thing with mtools/syslinux is that some people like to compile >>> it for non-Linux platforms (how successfully, I don't know) and so >>> ext*fs suppo...
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
...nux, >> since it is exactly equivalent to mounting the filesystem, running >> extlinux, and unmounting the filesystem. That automatically adds >> support for all filesystems. >> >> mtools/syslinux is the one that doesn't require root privileges, and >> where libext2fs belongs. Ideally the FAT support ought to be >> internalized into a library, too. >> >> The one thing with mtools/syslinux is that some people like to compile >> it for non-Linux platforms (how successfully, I don't know) and so >> ext*fs support should probably b...
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/05/2015 07:20 PM, Robert Yang wrote: > > Hello, > > After more investigations, I'm a little worried about add the extX support > to mtools/syslinux: > 1) Its name is mtools/syslinux, can't express the libext2fs. Renaming it is not a problem. > 2) The mtools/syslinux isn't fully functioned, for example, as the code > shows: > if (opt.sectors || opt.heads || opt.reset_adv || opt.set_once > || (opt.update_only > 0) || opt.menu_save) { > fprintf(stderr, >...
2015 Sep 28
2
parse raw image to read block group desc table!
Hi, I am writing a piece of code to open a raw image file of a virtual machine which has ubuntu installed in it. The virtual disk is formatted using MBR partitioning method and has 3 primary and 1 extended partition. I want to open up that file and read the block group descriptor table and inode table for each partition. I have written some lines of code and successfully able to read the
2008 Feb 01
2
How to read group descriptor?
Hi All, I am trying to read group descriptor from disk. I am able to read the superblock structure successfully. But I am not getting successful to get the group descriptor. Here is my code. Please check out what is missing. #include<linux/ext3_fs.h> #include<sys/types.h> #include<sys/stat.h> #include<stdio.h> #include<unistd.h> #include<fcntl.h>
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
...n, linux/syslinux really should just be part of extlinux, since it is exactly equivalent to mounting the filesystem, running extlinux, and unmounting the filesystem. That automatically adds support for all filesystems. mtools/syslinux is the one that doesn't require root privileges, and where libext2fs belongs. Ideally the FAT support ought to be internalized into a library, too. The one thing with mtools/syslinux is that some people like to compile it for non-Linux platforms (how successfully, I don't know) and so ext*fs support should probably be conditionalized. -hpa
2015 Jan 06
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
.../2015 03:47 AM, H. Peter Anvin wrote: > On 01/05/2015 07:20 PM, Robert Yang wrote: >> >> Hello, >> >> After more investigations, I'm a little worried about add the extX support >> to mtools/syslinux: >> 1) Its name is mtools/syslinux, can't express the libext2fs. > > Renaming it is not a problem. Do you have any suggestion about the new name, please ? > >> 2) The mtools/syslinux isn't fully functioned, for example, as the code >> shows: >> if (opt.sectors || opt.heads || opt.reset_adv || opt.set_once >>...
2011 Apr 27
2
btrfs-convert crashes
...t;.." location = {objectid = 37361107, type = 1 ''\001'', offset = 0} dirent = 0xcfa30c idata = 0x7fffffffe370 __PRETTY_FUNCTION__ = "dir_iterate_proc" #5 0x00007ffff7bbdc13 in ext2fs_process_dir_block () from /lib/x86_64-linux-gnu/libext2fs.so.2 No symbol table info available. #6 0x00007ffff7bbac02 in ext2fs_block_iterate2 () from /lib/x86_64-linux-gnu/libext2fs.so.2 No symbol table info available. #7 0x00007ffff7bbdfb8 in ext2fs_dir_iterate2 () from /lib/x86_64-linux-gnu/libext2fs.so.2 No symbol table info available. #8 0x00000000...
2001 Aug 28
3
OT: compiling e2fsprogs
...work, and it's look like i need a programm which is named "makeinfo". does anybody had the same problems, or know where i can find it? thanks for all.. i added my error-log Andreas log: make[1]: Wechsel in das Verzeichnis Verzeichnis »/tmp/e2fsprogs-1.22« cd doc && make libext2fs.info make[2]: Wechsel in das Verzeichnis Verzeichnis »/tmp/e2fsprogs-1.22/doc« makeinfo ./libext2fs.texinfo make[2]: makeinfo: Kommando nicht gefunden. make[2]: *** [libext2fs.info] Fehler 127 make[2]: Verlassen des Verzeichnisses Verzeichnis »/tmp/e2fsprogs-1.22/doc« make[1]: *** [docs] Fehler...
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...I put these patches on github so that you can easily get them in case >> you'd like to test them. (The repo's name is sys_tmp, which avoids >> confusing others, I will remove the repo when these patches are >> reviewed). >> >> More info: >> * It will use libext2fs to read and write the file. >> * It will be used when the target is a extX device or file block, and >> work as before when the target is a directory. >> * It will be used for both modifing the existing adv when >> update_only == -1, and install the files to the filesy...
2014 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...so that you can easily get them in case > >> you'd like to test them. (The repo's name is sys_tmp, which avoids > >> confusing others, I will remove the repo when these patches are > >> reviewed). > >> > >> More info: > >> * It will use libext2fs to read and write the file. > >> * It will be used when the target is a extX device or file block, and > >> work as before when the target is a directory. > >> * It will be used for both modifing the existing adv when > >> update_only == -1, and install the...
2014 Nov 21
3
[RFC] make extlinux work without mount the filesystem
...similar to e2fsprogs' mke2fs: (on master branch) http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/log/ which can copy files into test.img without mount it, for example: $ mke2fs -t ext3 -d <rootfs_dir> -F test.img I'd like to make extlinux can work without mount the filesystem (use libext2fs), is it possible for extlinux, please ? And is such a patch acceptable, please ? (Add a "-d/--device <device>" option, and the option is optional). Any comments is appreciated. -- Thanks Robert
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...is mounted. > > I put these patches on github so that you can easily get them in case > you'd like to test them. (The repo's name is sys_tmp, which avoids > confusing others, I will remove the repo when these patches are > reviewed). > > More info: > * It will use libext2fs to read and write the file. > * It will be used when the target is a extX device or file block, and > work as before when the target is a directory. > * It will be used for both modifing the existing adv when > update_only == -1, and install the files to the filesystem. > > W...
2003 Aug 16
7
sharing an ext3-partition with windows?
Hello, is anyone successfully sharing a ext3 partition between windows and linux? Which software do you use under (which) windows? Was it easy to setup? TIA and Regards, Helge
2004 Dec 22
2
polycom and cdp
Hi, Has anyone tried to use cdp to push the voice vlan tag to polycom phones? The document says that it is supported, but I can't make it work. Thanks, Richard
2011 Mar 29
1
febootstrap-supermin-helper: ext2fs_read_inode: Illegal inode number
hi list, I try to get libguestfs running on SLES11SP1 .... or at least basic guestfish functionality and run into a serious problem: febootstrap-supermin-helper --verbose -f ext2 /usr/lib64/guestfs/supermin.d x86_64 /tmp/guestfs.MUqge5/kernel /tmp/guestfs.MUqge5/initrd /tmp/guestfs.MUqge5/root supermin helper [00000ms] whitelist = (not specified), host_cpu = x86_64, kernel =
2014 Nov 21
0
[RFC] make extlinux work without mount the filesystem
On 11/20/2014 10:21 PM, Robert Yang wrote: > > which can copy files into test.img without mount it, for example: > $ mke2fs -t ext3 -d <rootfs_dir> -F test.img > > I'd like to make extlinux can work without mount the filesystem (use > libext2fs), is it possible for extlinux, please ? And is such a patch > acceptable, please ? (Add a "-d/--device <device>" option, and the > option is optional). > I would definitely accept such a patch. It probably makes more sense in the "syslinux" installer rather tha...
2015 Jan 07
1
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
> On 01/05/2015 07:20 PM, Robert Yang wrote: > > > > Hello, > > > > After more investigations, I'm a little worried about add the extX support > > to mtools/syslinux: > > 1) Its name is mtools/syslinux, can't express the libext2fs. > > Renaming it is not a problem. >From users' perspective (starting from documentation, scripts, tutorials, packages...), yes, it is a problem. Regards, Ady.
2014 Nov 21
2
[RFC] make extlinux work without mount the filesystem
...wrote: > On 11/20/2014 10:21 PM, Robert Yang wrote: >> >> which can copy files into test.img without mount it, for example: >> $ mke2fs -t ext3 -d <rootfs_dir> -F test.img >> >> I'd like to make extlinux can work without mount the filesystem (use >> libext2fs), is it possible for extlinux, please ? And is such a patch >> acceptable, please ? (Add a "-d/--device <device>" option, and the >> option is optional). >> > > I would definitely accept such a patch. It probably makes more sense in the > "syslinux&q...