search for: multidisk

Displaying 12 results from an estimated 12 matches for "multidisk".

2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for ex...
2012 Dec 27
2
A Couple Questions About a New Project
My compliments on the release of syslinux-5.0 and happy holidays to the entire Syslinux team.? I have a longer message in me.? Lots of curiousity about the direction of the project, but that will have to wait until I finish my first 5.0 project (*not* my first Syslinux project), which just happens to touch past problems: drive enumeration. This particular effort is on a USB flash drive, with two
2007 Jun 30
1
3.52-pre3 vmware 'dopathc'
Hello, I'm check Your version of patch in syslinux-3.52-pre3. Memory (for multidisk) and 'empty line' work correctly, but VMware check (if enabled :) - not. Nasm use 'reverse' byte order in 'xxx'-constant :). With attached patch all work correctly (checked in VMware v6). Best regards, Iouri mailto:bc-info at styx.cabel.net -----...
2012 Apr 25
1
GSoC Student
Hello, I would like to introduce myself as the new Google Summer of Code student for this year. My name is Andr? Ericson and I'm an undergraduate student of Computer Science in Brazil. I will be, with the help of Paulo Alcantara (pcacjr) my mentor, working on implementing Multidisk Support for the Syslinux. For those that are not familiar with the time-line of GSoC, we (students) have until May, 21th to prepare ourselves to begin coding. I will be mainly using this time to read documentation and to get more familiar with the code. If any of you would like to suggest any rea...
2014 Jan 05
2
Syslinux: Pending patches
...e come up with the folloowing: -Needs review for inclusion: 12/26 Init cache once 11/27 efi PE header set 11/21 FSUUID for ext2 filesystem 10/15 Upgrade to Lua 5.2.2, add filesystem module and get_key binding (21) 09/23 com32: hdt: fix memory leak 10/3/12-12/16 4k sector support 10/18 MultiFS from MultiDisk 10/07 Lua get_key & example (is this in the 5.2.2 upgrade?) -More Review/work required before inclusion (based on threads) 09/30 [PATCH v2] core: Check size of ldlinux.sys at building time (needs core shrink first) 09/06-09/17 [PATCH 2/2] com32/disk: Improve flow at disk_write_sectors and disk...
2010 Jul 21
5
slog/L2ARC on a hard drive and not SSD?
...I know these are designed with SSDs in mind, and I know it''s possible to use anything you want as cache. So would ZFS benefit from it? Would it be the same? Would it slow down? I guess it would slow things down, because it would be trying to read/write from a single spindle instead of a multidisk array, right? I havent found any articles discussing this, only ones talking about SSD-based slogs/caches. Thanks, Hernan -- This message posted from opensolaris.org
2016 Nov 18
0
Booting from various ISO files directly
...s do support them nowadays directly? > MEMDISK is intended to be used for operating systems which don't have a direct way to boot. This looks to me as a way for Grub2 to access the internals of an .iso image as if it was a disk. This ought to be possible to implement in some form with the multidisk option, but that's separate from MEMDISK. This should be independent from at least the Linux kernel. So I'm not sure there is a question here that relates to Syslinux, but if there is it would be great if you could restate it. There is a multifs branch in the git repo already. It probab...
2013 Sep 23
0
Syslinux - MultiFS support (demonstration/details)
...of using multiple disks/partitions possible. By the way, it's not mainstream yet. It will only be available when the patches be released or get merged into the official tree. I'm currently working on the last details, thus it isn't yet available to the public. It was previously called Multidisk. But MultiFS seems to cover better both the multiple disks and multiple partitions features. MultiFS was carefully designed to live outside the code and keep the flow of File System operations as simple as possible. It wouldn't be good to bloat the core and increase the complexity on FS operati...
2016 Nov 14
2
Booting from various ISO files directly
Hello, Various boot parameters can be considered in alternative GRUB 2 configurations. https://help.ubuntu.com/community/Grub2/ISOBoot/Examples I would like to clarify command line parameters like the following a bit more for the purpose of booting ISO images better. http://www.syslinux.org/wiki/index.php?title=MEMDISK#-_Passing_ISO_parameter_to_the_kernel 1. bootfrom 2. findiso 3.
2008 May 15
2
[storage-discuss] ZFS and fibre channel issues
The ZFS crew might be better to answer this question. (CC''d here) --jc William Yang wrote: > I am having issues creating a zpool using entire disks with a fibre > channel array. The array is a Dell PowerVault 660F. > When I run "zpool create bottlecap c6t21800080E512C872d14 > c6t21800080E512C872d15", I get the following error: > invalid vdev
2013 Oct 18
0
[RFC/PATCH 3/3] Wire up MultiFS support.
...RPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef MULTIDISK_UTILS_H +#define MULTIDISK_UTILS_H + +#include <syslinux/partiter.h> +#include "fs.h" + +struct part_node { + int partition; + struct fs_info *fs; + struct part_node *next; +}; + +struct queue_head { + struct part_node *first; + struct part_node *last; +}; + +/* + * N...
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its last on-disk structure changes -- and it _suprisingly_ worked as expected. Right, now I can finally get rid of GRUB and use Syslinux to boot my Linux on EFI from a rootfs with xfs. Shit, I have two partitions (the first one being the required ESP) so there is no way to access the other partitions since because Syslinux does not