From: Danny Milosavljevic <dannym@scratchpost.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: Installer, ISO9660, etc.
Date: Mon, 10 Jul 2017 23:27:26 +0200 [thread overview]
Message-ID: <20170710232726.0004e2d3@scratchpost.org> (raw)
In-Reply-To: <8737a43t03.fsf@gnu.org>
> What’s the /dev name in your case?
In the working case as a CD, it's /dev/sr0.
In the non-working case on a USB flash drive, it's /dev/sda and /dev/sda1.
There's a dummy partition in the iso image as well, so I'm not sure why /dev/sda1 doesn't work as well... let's see...
When fdisk says that the starting sector is "1", does that mean the first sector (i.e. there's no sector before it) or does that mean the sector after the MBR?
On the guix rescue console, I tried comparing the first few bytes of /dev/sda and /dev/sda1 and it seems they are different.
That would mean that the ISO filesystem support code can't find the primary volume descriptor any more because it's reading it from the wrong position because it reads from the device file "/dev/sda1" and that file shifts it from where it would have been if it read "/dev/sda".
But this "partition?" thing would mean that having a partition table is now mandatory, right? Is that really supposed to be the case? The partition table has a magic mark (0x55 0xAA) in order for it *not* to be mandatory (i.e. if you want to use the whole disk without partitioning anything, go right ahead) and I can still remember using (floppy) disks which had no partition table.
next prev parent reply other threads:[~2017-07-10 21:27 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-27 22:16 Looking to contribute cinder88
2017-06-28 13:49 ` Danny Milosavljevic
2017-06-28 15:01 ` Leo Famulari
2017-06-29 15:49 ` Danny Milosavljevic
2017-06-29 17:02 ` Mekeor Melire
2017-07-01 13:15 ` Deleting system generations Ludovic Courtès
2017-07-01 15:32 ` Thomas Danckaert
2017-07-02 20:22 ` Ludovic Courtès
2017-06-29 13:22 ` Looking to contribute cinder88
2017-06-29 13:46 ` Katherine Cox-Buday
2017-06-29 15:25 ` Alex Vong
2017-06-29 16:42 ` Pjotr Prins
2017-07-02 23:30 ` Binding generator, for Guile, to C libraries Danny Milosavljevic
2017-07-04 0:41 ` Installer development Danny Milosavljevic
2017-07-05 21:53 ` Binding generator, for Guile, to C libraries Ludovic Courtès
2017-07-06 19:57 ` Danny Milosavljevic
2017-07-07 11:41 ` Ludovic Courtès
2017-07-05 13:20 ` Looking to contribute Danny Milosavljevic
2017-07-07 11:34 ` Installer, ISO9660, etc Ludovic Courtès
2017-07-07 16:13 ` Danny Milosavljevic
2017-07-09 20:08 ` Ludovic Courtès
2017-07-10 13:41 ` Danny Milosavljevic
2017-07-10 21:02 ` Ludovic Courtès
2017-07-10 21:27 ` Danny Milosavljevic [this message]
2017-07-11 9:23 ` Ludovic Courtès
2017-07-11 10:13 ` Danny Milosavljevic
2017-06-28 13:56 ` Looking to contribute Alex Vong
2017-06-28 17:41 ` James Richardson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170710232726.0004e2d3@scratchpost.org \
--to=dannym@scratchpost.org \
--cc=guix-devel@gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.