search for: extx

Displaying 20 results from an estimated 31 matches for "extx".

Did you mean: ext
2015 Jan 06
3
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
...t; 1) Add the libext2fs' syslinux to mtools/syslinux >> 2) The "make" will compile libext2fs by default, and make EXT2FS=0 will >> disable >> the compile ? >> > > Works for me. 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. 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) {...
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...
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 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...hem 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. > > We will begin to use this feature in Yocto Project once it is fine to > the...
2015 Jan 06
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/07/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...
2016 Oct 21
3
NFS help
On Fri, Oct 21, 2016 at 11:21 AM, <m.roth at 5-cent.us> wrote: > Larry Martell wrote: >> We have 1 system ruining Centos7 that is the NFS server. There are 50 >> external machines that FTP files to this server fairly continuously. >> >> We have another system running Centos6 that mounts the partition the files >> are FTP-ed to using NFS. > <snip>
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...9;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. >> >> We will begin to use this feature in Yocto Project once i...
2015 Jan 07
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/06/2015 02:28 PM, Robert Yang wrote: > > > On 01/07/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 ? > Maybe userspace/syslinux? Ady is right, that...
2016 Oct 21
1
NFS help
...t saved my butt, I assure you, 21 years ago, when I had the same thing happen. > >> Each partition is formatted as a specific type >> of filesystem. The standard Linux filesystems for Upsteam-descended have been ext3, then ext4, and now xfs. Tools to manipulate xfs will not work with extx, and vice versa. <snip> > I have no remote access to this system, only on site, so it will have to wait until Monday for me to check. (The system is in Japan and I traveled from NY to Japan, where I am now, just to fix this issue.) Oh, geez, they want you to fix this... but you can't...
2016 Mar 14
2
[PATCH 0/2] blkcat API to extract device data units
blkcat allows to extract files given their data units (clusters for NTFS, fragments for ExtX). This API allows to recover files which icat cannot. For example icat often fails retrieving deleted files on Ext3/Ext4 filesystems. As this API works at data unit level, some garbage at the beginning or at the end of the files is expected. An example of blkcat can be found here: http://wiki.s...
2016 Mar 16
2
[PATCH 0/2] blkls API to extract unallocated blocks
The blkls API downloads on the host a range of unallocated blocks on the virtual disk image. This allows to recover deleted data on filesystems where icat fails. Example: guestfish --ro -a /home/noxdafox/ubuntu.qcow2 ><fs> run ><fs> mount /dev/sda1 / ><fs> write /test.txt "$foo$bar$" ><fs> rm /test.txt ><fs> umount / ><fs> blkls
2014 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...po'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. > >> > >> We will begin to use this featur...
2015 Jan 08
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
...Robert Yang wrote: > > > > > > On 01/07/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 ? > > >...
2014 Dec 24
14
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...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. We will begin to use this feature in Yocto Project once it is fine to the syslinux community. Please f...
2016 Oct 21
0
NFS help
...g to what ever the default filesystem would be on a > CentOS6 system. This *is* a sysadmin issue. Each partition is formatted as a specific type of filesystem. The standard Linux filesystems for Upsteam-descended have been ext3, then ext4, and now xfs. Tools to manipulate xfs will not work with extx, and vice versa. cat /etc/fstab on the systems, and see what they are. If either is xfs, and assuming that the systems are on UPSes, then the fstab which controls drive mounting on a system should have, instead of "defaults", nobarrier,inode64. Note that the inode64 is relevant if the f...
2008 Jan 28
4
ReiserFS
Hi, Is their any gotcha when using ResiserFs as a file system? -- Thanks http://www.911networks.com When the network has to work
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/05/2015 04:14 PM, Robert Yang wrote: > > On 01/06/2015 08:04 AM, H. Peter Anvin wrote: >> On 01/01/2015 09:05 PM, Robert Yang wrote: >>> Hello, >>> >>> Happy New Year! >>> >>> These patches make syslinux/linux support ext2/3/4, and it doesn't >>> require the root privilege, I'd like to add a separate e2fs/syslinux, if
2016 Mar 22
0
[PATCH v2] added find_inode API
...diff --git a/generator/actions.ml b/generator/actions.ml index 8ecdace..2d291fb 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12995,6 +12995,26 @@ The size of a data unit varies across filesystem implementations. On NTFS filesystems data units are referred as clusters while on ExtX ones they are referred as fragments." }; + { defaults with + name = "find_inode"; added = (1, 33, 14); + style = RStruct ("nodeinfo", "tsk_node"), [Mountable "device"; Int64 "inode";], []; + proc_nr = Some 467; + optional = Some &...
2016 Mar 20
1
[PATCH] ffind API to retrieve a file name given its inode
The ffind API allows to retrieve a file name from a device given its inode. The function returns a struct "tsknode" which contains the file name, its inode and it's allocation status. The struct will be employed by other APIs as well (fls, ifind etc..). $ ./run guestfish --ro -a /home/noxdafox/disks/ubuntu.qcow2 ><fs> run ><fs> ffind /dev/sda1 2 tsk_name: /
2014 Dec 24
0
[PATCH 1/8] extlinux/main.c: support unmounted ext2/3/4 filesystem
...N or $ extlinux -i file_block We don't need any new options, it will check whether the target is a directory or device and decide what to do, it would stop and error if the device is mounted. 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. Signed-off-by: Robert Yang <liezhi.yang at windriver.com> --- extlinux/Makefile | 2 +- extlinu...