Re: xfs and jfs

2001-08-29 Thread Yoshinori K. Okuji
From: Jason Thomas [EMAIL PROTECTED] Subject: xfs and jfs Date: Wed, 29 Aug 2001 16:48:23 +1000 Hi, is there a reason why the xfs/jfs patches at: http://tzukanov.narod.ru/grub-jfs_xfs/ are not in grub cvs? Yes. Because neither Tzukanov nor I have no time to check it in to the CVS. :p Okuji

grub-install: focus error messages on what the user did wrong

2001-08-29 Thread Ben Armstrong
The user would be greatly aided in finding the real problem when grub-install fails if more care were taken to determine what the user actually did wrong and issue an appropriate error message. In particular, one user asking for help on irc on channel #hurd (irc.openprojects.net) complained that

Foreign resident get your FREE In-Depth Information Package 503158

2001-08-29 Thread [EMAIL PROTECTED]
= Attention: An english speaking representative will be contacting you to verify your correct mailing information prior to shipping you your FREE special report(s). A valid number is required! We apologize, but this

non-interactive usage

2001-08-29 Thread Narayan Desai
Is there some way to run multiple commands in the same line in the interpreter? (ie cmd1;cmd2) We are trying to script node booting in a cluster, and the boot commands can't be static; also the program keeping track of this stuff doesn't really have any conception of state. (we could prefer not

Re: [Bug-grub] grub-install: focus error messages on what the user did wrong

2001-08-29 Thread Jason Thomas
grub-install runs the grub shell which creates the device.map so a check if it exists in the location specified won't work. On Wed, Aug 29, 2001 at 12:23:22PM -0300, Ben Armstrong wrote: grub-install --root-directory=/boot '(hd0)' He got this error message: Probing devices to guess BIOS

hide/unhide

2001-08-29 Thread Jason Thomas
anyone farmiliar with this code: /* Hide/Unhide CURRENT_PARTITION. */ int set_partition_hidden_flag (int hidden) { char mbr[512]; if (current_drive 0x80) { int part = current_partition 16; if (part 3) { errnum = ERR_NO_PART; return 0;

Re: hide/unhide

2001-08-29 Thread Daniel Pittman
On Thu, 30 Aug 2001, Jason Thomas wrote: anyone farmiliar with this code: /* Hide/Unhide CURRENT_PARTITION. */ int set_partition_hidden_flag (int hidden) { char mbr[512]; [...] if (! rawread (current_drive, 0, 0, SECTOR_SIZE, mbr)) return 0; [...] I'm trying to

Re: [Bug-grub] Re: hide/unhide

2001-08-29 Thread Jason Thomas
This explanation sound feasible to me! Thanks. On Thu, Aug 30, 2001 at 01:35:12PM +1000, Daniel Pittman wrote: You do know that Extended Partitions are implemented by putting a partition table at the start of a normal partition, because there is a fixed limit of four partitions in an MS-DOS