Displaying 20 results from an estimated 45 matches for "e2fs".
2015 Jan 02
13
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
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
that is more appropriate, it should be easy to do that.
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).
Please f...
2014 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
>
> Hi Ady,
>
> Thank you very much, I prefer this one, add the extN support to
> linux/syslinux-nomtools, create a new "e2fs/syslinux" may make things
> more complicated for the user, I will make it as:
>
> 1) If it is a extN device, then root privilege is not required.
> 2) Otherwise work as before.
>
> Any suggestions is appreciated.
>
> // Robert
>
I am not sure that a different i...
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...to extN-formatted "devices" would
> seemingly mean adding extN support to 'linux/syslinux-nomtools'. This
> installer shall still be "standalone".
Hi Ady,
Thank you very much, I prefer this one, add the extN support to
linux/syslinux-nomtools, create a new "e2fs/syslinux" may make things
more complicated for the user, I will make it as:
1) If it is a extN device, then root privilege is not required.
2) Otherwise work as before.
Any suggestions is appreciated.
// Robert
>
> _ An installer capable of writing to extN-formatted "devices&quo...
2015 Jan 06
3
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
...; 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
>>>> that is more appropriate, it should be easy to do that.
>>>>
>>>> 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
>>>>...
2015 Jan 06
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
...n 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
>> that is more appropriate, it should be easy to do that.
>>
>> 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...
2015 Jan 08
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
...aintaining
> as much backward compatibility as possible.
>
> Perhaps the mtools/syslinux installer should remain, and a new
> installer could be introduced too? It might help with some transition
> period, updating documents, packages, dependencies, bug reports...
Sounds good to me, e2fs/syslinux is more easier to maintain, I'd like to
add an e2fs/syslinux if possible.
// Robert
>
> TIA,
> Ady.
>
>
2004 Jun 08
1
How do I build an initrd.img for use with pxelinux
...ich I use to PXE build my machines as
the existing image with the older bcm5700.o fails to load with the newer
chip set on my new IBM Opteron box:-(
I made a copy of the bcm5700.o version 7.1.22 and used this file as a
replacement in the procedure below.
zcat /tftp/initrd.img > /tmp/initrd.e2fs
mkdir /mnt/initrd
mount -o loop /tmp/initrd.e2fs /mnt/initrd
mkdir /tmp/modules
cd /tmp/modules
zcat /mnt/initrd/modules/modules.cgz|cpio -i --make-directories
cp /tmp/bcm5700.o 2.4.7-10BOOT
cp /tmp/pcitable /mnt/initrd/modules/pcitable
find -name "*.o" -type f | cpio -oH crc | gzip -9 &...
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
...ter 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
>>> that is more appropriate, it should be easy to do that.
>>>
>>> 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...
2006 Jan 25
1
EXT3: failed to claim external journal device.
...an external
journal device. The filesystem in question was working fine until the
server was rebooted.
This is what we see on dmesg when trying to mount:
EXT3: failed to claim external journal device.
The external journal lives on a LVM2 logical volume and it seems to be
accessible ( we can dumpe2fs and see filesystem information).
Here's the system information and command line used to create the
filesystem :
SuSE SLES9 2 , kernel 2.6.5
ada718-5:/ # rpm -qa | grep e2fs
e2fsprogs-1.36-6.2
-----------------------------------------
mke2fs -O journal_dev /dev/mapper/home_jou_vol_grp-home_j...
2015 Jan 06
1
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
> 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
> > that is more appropriate, it should be easy to do that.
> >
> > 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 th...
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
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
> that is more appropriate, it should be easy to do that.
>
> 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...
2015 Jan 08
2
[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:
2014 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...one".
_ An installer capable of writing to extN-formatted "devices" while
requiring less permissions (i.e. unprivileged write permissions only)
would seemingly mean an equivalent to the current 'mtools/syslinux'
installer, but for extN. Perhaps this would mean a new "e2fs/syslinux"
installer? (Note that I don't mention the "libext2fs" term here, as it
is "too-long" and some distros might use a slightly-different (package)
name for the same library/capability/support/tool).
This would also maintain current documentation and so-called...
2002 Jan 12
1
Max tftp boot size?
...h trying to make any compressed initrd.gz
>32 meg work with pxelinux. I am using "atftpd" as the server, with
--no-blksize specified to disable the blksize command. The symptons are
anything ranging from a failure to uncompress the ram drive to file system
consistency failures on the e2fs formated ramdrive.
We're looking at the thought of net booting all of our servers and running
the OS completely off the ram disk :-) However, to do that, for what we
want, we need to bloat that initrd.gz to about 45 meg, if we're gonna go
this route.
Thanks for any pointers...
--
--
J...
2003 Mar 12
1
pb with 2.5.x and ramdisk?
Hello,
I have a problem with a 2.5.62 kernel and ramdisk. I am using isolinux
to create a cd that loads some of its partition in ramdisk. The script
involves mounting a ramdisk (e2fs) on /fake/ramdisk, copying part of the
cd to that mount point, unmounting it, and remounting it on
/fake/needwrite. The problem is that, although the content of
/fake/needwrite gets correctly copied, the content of the ramdisk after
its been remounted on /fake/needwrite is empty. This problem does...
2003 Nov 27
1
commands
hi
I have made ext3 from ext2 by using mkfs -j option.
I want to know if all commands of ext2 like dumpe2fs ( provided in e2fs-1.36
) works fine with ext3 ?
Do we have some commands that are unique for ext3 file system ?
____________________________________________
Salvy
HCL Technologies Ltd A-11, Sector 16 Noida, U.P., India Ph: 91-9811250247
salilt@noida.hcltech.com <mailto:salilt@noida.hcl...
2002 Feb 27
1
EXT3 Journal Creation Problem
Hi Guys,
When I try to create an ext3 journal on a new fs, I receive the
following error. This is all under Kernel v2.4.17 and e2fs tools v1.25:
File size limit exceeded
Running e2fsck on it afterwords gives:
e2fsck -y /dev/sdc1
e2fsck 1.25 (20-Sep-2001)
Superblock has a bad ext3 journal (inode 8).
Clear? yes
*** ext3 journal has been deleted - filesystem is now ext2 only ***
Superblock doesn't have has_journal flag, b...
2000 Apr 30
1
linux kernel - VFAT - SMBFS - SMBCLIENT problem
...letter u, the characters that follows the "?"
miss all.
SMBFS
------
When you list files that contains accents such as : te?st,
(as above), there is no more accents, a "?" appears instead,
and when you complete the name, the character is a square.
then, when you copy it to a e2fs or a fat system file, you don't
get the original name
SMBCLIENT
---------
When you connect to a samba server that contains files with accents,
such as te?st (as above), instead of the accent, a little 3 is
displayed,
but when you download it, you get the original name on your disk.
The proble...
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
...opt.set_once
> || (opt.update_only > 0) || opt.menu_save) {
> fprintf(stderr,
> "At least one specified option not yet implemented"
> " for this installer.\n");
> exit(1);
>
>
> How about add an e2fs/syslinux, please ?
You'd have to do the same work for that one...
-hpa
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/25/2014 04:33 AM, H. Peter Anvin wrote:
> On 12/24/2014 12:16 AM, Robert Yang wrote:
>> Hello syslinux,
>>
>> Merry Christmas! These patches will make extlinux work with umounted
>> ext2/3/4 filesystem, for example:
>>
>> $ extlinux -i /dev/sdXN
>> or
>> $ extlinux -i file_block
>>
>> Also it can work with something like: