search for: partinfo

Displaying 6 results from an estimated 6 matches for "partinfo".

Did you mean: arinfo
2007 Oct 17
3
Adding a "boot from local hard disk" option to syslinux menu, booted from USB
...at the default drive is??). Well, in any case, I would really appreciate if someone can let me know if what I want to do is possible at all with syslinux; and possibly how to do it... Thanks, Cheers /// int main(int argc, char *argv[]) { char *mbr, *boot_sector = NULL; struct part_entry *partinfo; char *drivename, *partition, *endds, *endps, *waittotals; int hd, drive, whichpart; static com32sys_t inreg; /* In bss, so zeroed automatically */ int idd, idp, endd, endp; FILE *f; char *log = "/chsdlog.txt"; char logsc[1024]; char *logs = &logsc; char logrc[10240...
2010 Dec 01
1
Permissions problem
Hello all, I've got an old server running SAMBA 3.3.0. I've some shares on it. All shares looks like this : [partinfo] path=/shares/partinfo valid users = +info force user = %U force group = info read only = No create mask = 0660 directory mask = 0770 All works perfectly : When I create a file on this share other users in the info group can modify it but nobody can delete it (exactly that i want). But, i...
2010 Dec 18
1
diskstart.inc: PartInfo sub-constants seen as local labels
...verify this info. Now, I'm thinking that if it doesn't smell/taste the same as SYSLINUX on FAT*, it's not a valid test as BIOSs commonly use the first sector to guess the intended geometry. I'm copying (for now) the boot sector code from diskstart.inc. Now, nasm is acting like the PartInfo sub-constants (for lack of better/proper terminology) are local labels. I'm guessing it's either bad syntax in diskstart.inc or a parser-related bug in nasm. I'm working around this (for now) by having a label just before these constants. Thoughts? -- -Gene
2010 Dec 06
1
Share Problem
Hi, Like explained in my precedent mail (Permission Problems), I want to do a share (called partinfo) with basic behaviour : * everybody in group 'info' can create file into the share. * everybody in group 'info' can modify file into the share (not only owned files) * only owner of a file can delete it/rename it ! I put a Sticky Bit on my share folder so I've got : drwxr...
2010 Dec 30
3
Boot Error GPT partition
Hi all, I was using grub2 for booting Archlinux x86_64 in my GPT Internal HDD (/dev/sda) then I switched to syslinux/extlinux. It was working fine but suddenly it staring showing "Boot Error" message on screen. I googled for a solution and tried all syslinux versions from 4.04-pre4 down to 4.03-stable but non of them worked. I don't know what suddenly changed caused this
2009 Dec 28
1
[PATCH] chain.c32: add support for booting the Recovery Console of Windows NT/2K/XP
...overy Console of Windows NT/2K/XP we need to write + the string "cmdcons\0" to memory location 0000:7C03. + Memory location 0000:7C00 contains the bootsector of the partition. + */ + if (opt.cmldr) + strcpy((char *) 0x7c03, "cmdcons"); + } else if (partinfo) { /* Actually read the boot sector */ /* Pick the first buffer that isn't already in use */