search for: sdxn

Displaying 16 results from an estimated 16 matches for "sdxn".

Did you mean: sdx
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
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: > $ extlinux /dev/sdXN --reset-adv > or > $ extlinux file_block --reset-adv > > We don't use a new option (I planed to use "-d" but it is already in > use), it will check whether...
2017 Apr 13
3
boot fails on some system
...;system rescue cd" from a FAT primary partition. The procedure I followed was setting on the boot flag on the FAT partition and copying the content of the iso image to it and renaming isolinux to syslinux wherever needed. I then unmounted the device and ran "syslinux -d /syslinux/ -i /dev/sdxn" where sdxn is the appropriate partition. It worked nicely on both laptops i have at hand. Then I wanted to try the same using an ext2 partition instead and so using extlinux. For this, after creating an ext2 partition, moving the boot flag to it and copying the live linux files, I copied the...
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
> 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: > $ extlinux /dev/sdXN --reset-adv > or > $ extlinux file_block --reset-adv > Thank you. The 'extlinux' command supports several (mounted) filesystems, not only extN. This series of patc...
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: >> $ extlinux /dev/sdXN --reset-adv >> or >> $ extlinux file_block --reset-adv >> >> We don't use a new option (I planed to use "-d" but it is already i...
2014 Dec 24
14
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
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: $ extlinux /dev/sdXN --reset-adv or $ extlinux file_block --reset-adv We don't use a new option (I planed to use "-d" but it is already in use), it will check whether the target is a directory or device and decide wh...
2017 Apr 14
0
FW: boot fails on some system
...scue cd" from a FAT primary partition. > > The procedure I followed was setting on the boot flag on the FAT partition and copying the content of the iso image to it and renaming isolinux to syslinux wherever needed. I then unmounted the device and ran "syslinux -d /syslinux/ -i /dev/sdxn" where sdxn is the appropriate partition. It worked nicely on both laptops i have at hand. > > > > Then I wanted to try the same using an ext2 partition instead and so using extlinux. For this, after creating an ext2 partition, moving the boot flag to it and copying the live linux...
2014 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...M, 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: > >> $ extlinux /dev/sdXN --reset-adv > >> or > >> $ extlinux file_block --reset-adv > >> > >> We don't use a new option (I pla...
2017 Apr 14
2
boot fails on some system
...T primary partition. > > > The procedure I followed was setting on the boot flag on the FAT > partition and copying the content of the iso image to it and renaming > isolinux to syslinux wherever needed. I then unmounted the device and > ran "syslinux -d /syslinux/ -i /dev/sdxn" where sdxn is the appropriate > partition. It worked nicely on both laptops i have at hand. > > > > > > Then I wanted to try the same using an ext2 partition instead and > so using extlinux. For this, after creating an ext2 partition, moving > the boot flag to it...
2019 Nov 26
1
Re: [PATCH common v2 3/3] options: Allow default --key parameters.
...e conclusion is that in the real world, we find both cases: 1 key for multiple devices with a single prompt, and 1 identical key for multiple devices with N prompts. @Richard W.M. Jones <rjones@redhat.com>, do you think it's possible to add the ability to provide the UUID instead of /dev/sdxN ? We could document that the list of devices and UUIDs can be retrieved from lsblk and blkid. My 2 cents. On Tue, Nov 26, 2019 at 5:44 PM Richard W.M. Jones <rjones@redhat.com> wrote: > You can specify default keys which are tried against each device > (after more specific keys fail...
2010 Oct 24
0
CentOS Digest, Vol 69, Issue 24
...sed up, can any of you comment > > on that? willl I need to hack at that issue, too, before I can succeed? > > > > thanks again! > > > > > >> Nataraj > >> > I would first try adding the drives back in with: > > mdadm /dev/mdN -a /dev/sdXn > > Again, this is after having stopped the bogus md arrays. Nataraj, that worked fine, didn't need to --force it. Now I'm back to having two devices in md0 and two in md1, and they're the RIGHT two! :) Put the box in single-user mode to do the work, then after the array finishe...
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...te: >>> 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: >>>> $ extlinux /dev/sdXN --reset-adv >>>> or >>>> $ extlinux file_block --reset-adv >>>> >>>> We don...
2005 Mar 13
0
For Bernd Blaauw
...source clone for using all those old applications and games, and for general use for legally spreading bootdisks etc (bios flashing, familiar with that?). > > just a hobby, no economical motives. > > I guess you mean under Linux it's a lot easier to retrieve the USB medium as /dev/sdXn ? > > next thing you know people are negative on a project like ReactOS saying 'why waste your talent on that and not working on Linux instead?' . > > Yes, I do have a problem..I'm no hardcore programmer and limited to my knowledge of batchfile 'coding'/scripting....
2014 Dec 24
0
[PATCH 1/8] extlinux/main.c: support unmounted ext2/3/4 filesystem
Add install_file_to_device() to support unmounted ext2, ext3 and ext4 filesystem. Usage: $ extlinux -i /dev/sdXN 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 e...
2005 Mar 01
3
retrieve drive letter of USB Media.
Does SYSLINUX have any idea which DOS driveletter would be assigned to the disk it is booting from? At www.veder.com someone is trying to build a USB flash drive. However, FreeDOS does not seem to boot correctly from it (bootsector trouble maybe, or kernel itself is confusing drives), thus we're thinking of using Syslinux + Memdisk + bootimage, but somehow we want to be able to also access the
2019 Nov 26
6
[PATCH options v2 0/3] options: Allow multiple and default --key parameters.
v1: https://www.redhat.com/archives/libguestfs/2019-November/msg00036.html
2010 Oct 25
7
[PATCH 0/6] Ocfs2-tools: Add a new tool 'o2info'.
Now it's a good time to introduce the new tool 'o2info' since kernel part of OCFS2_IOC_INFO ioctl has been pulld upstream by linus. The following 6 patches have already got sunil's SOBs, and now they're trying to attract more reviewers before it goes to central repo with a modification of getting manual pages being introduced.