9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] iso expanded, mount list (dd) device
@ 2023-07-07 17:58 Conor Williams
  2023-07-07 18:02 ` Steve Simon
  2023-07-07 18:19 ` [9fans] " Conor Williams
  0 siblings, 2 replies; 6+ messages in thread
From: Conor Williams @ 2023-07-07 17:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

hello 9fannors...

i wish to find the device? which the p9 iso file is mounted from...
(a vm boot (i dont think that matters though...)
e.g c drive is /dev/sdC0

/c /ba 7723
ps: i wish to do a quick back of the (, possibly ramfs, ) temporary / file
system kind of like a backup of the c drive
% dd /dev/XXYXX /dev/sdC0/9fat

pps: would anyone know what might happen if the /dev/XXYXX partition is
smaller that the C drive... (the /dev/sdC0/9fat is formatted and large and
ready to go) -- i do realise i can find this out if I know the device...

------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/Teeaf8ef1cb56caa7-M7f5c5710c03fc1b5e9f1ab32
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

[-- Attachment #2: Type: text/html, Size: 1420 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] iso expanded, mount list (dd) device
  2023-07-07 17:58 [9fans] iso expanded, mount list (dd) device Conor Williams
@ 2023-07-07 18:02 ` Steve Simon
  2023-07-07 18:19 ` [9fans] " Conor Williams
  1 sibling, 0 replies; 6+ messages in thread
From: Steve Simon @ 2023-07-07 18:02 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/html, Size: 1980 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [9fans] Re: iso expanded, mount list (dd) device
  2023-07-07 17:58 [9fans] iso expanded, mount list (dd) device Conor Williams
  2023-07-07 18:02 ` Steve Simon
@ 2023-07-07 18:19 ` Conor Williams
  2023-07-07 18:27   ` Steve Simon
  1 sibling, 1 reply; 6+ messages in thread
From: Conor Williams @ 2023-07-07 18:19 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1303 bytes --]

ok... thank you Steve, well in...

that particular train of thought leads me to another question...
has you r a'yone an iso.expander for plan9... (ps: i do have anudder way)
...()

ps: am still on the lookout for  a dd arg...
laterz... /c /d 773
000000000000000000000000000000000000
pps: overall: looking at a 10/15 minute vm plan9 static os creation...
         with 99.99% automation

On Fri, Jul 7, 2023 at 6:58 PM Conor Williams <conor.williams@gmail.com>
wrote:

> hello 9fannors...
>
> i wish to find the device? which the p9 iso file is mounted from...
> (a vm boot (i dont think that matters though...)
> e.g c drive is /dev/sdC0
>
> /c /ba 7723
> ps: i wish to do a quick back of the (, possibly ramfs, ) temporary / file
> system kind of like a backup of the c drive
> % dd /dev/XXYXX /dev/sdC0/9fat
>
> pps: would anyone know what might happen if the /dev/XXYXX partition is
> smaller that the C drive... (the /dev/sdC0/9fat is formatted and large and
> ready to go) -- i do realise i can find this out if I know the device...
>
>

------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/Teeaf8ef1cb56caa7-M440896a2118361cdeffea39e
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

[-- Attachment #2: Type: text/html, Size: 2349 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] Re: iso expanded, mount list (dd) device
  2023-07-07 18:19 ` [9fans] " Conor Williams
@ 2023-07-07 18:27   ` Steve Simon
  2023-07-07 18:41     ` Conor Williams
  0 siblings, 1 reply; 6+ messages in thread
From: Steve Simon @ 2023-07-07 18:27 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/html, Size: 2958 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] Re: iso expanded, mount list (dd) device
  2023-07-07 18:27   ` Steve Simon
@ 2023-07-07 18:41     ` Conor Williams
  2023-07-07 22:52       ` Conor Williams
  0 siblings, 1 reply; 6+ messages in thread
From: Conor Williams @ 2023-07-07 18:41 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 2721 bytes --]

excellento..ty.
im going to try
(once mounted...)
copy of /tmp/THEISO -> /tmp/b4 (/dev/sdC0/9fat) possibly using:
tar -cf - / | ( cd /tmp/b4; tar -xf - )
#that used work on minix...
run the ns command of what ns returns (loads of binds etc...)
-- maybe some udder commands...
try and boot off the VM C drive (whilst turning off the iso boot)
disaster 1 rec: boot off iso and possible bind /tmp/b4 -> /
(or maybe selective dirs...)
disaster 2 scenario: boot off iso, keep created ram fs and bind into
/tmp/b4. eg bind -[abc] /tmp/bin /bin
(after mounting C drive manually with
*dossrv*
*mount /srv/dos /tmp/b4 **/dev/sdC0/9*fat

*any advice greatefully accepted... /c /bd*

On Fri, Jul 7, 2023 at 7:28 PM Steve Simon <steve@quintile.net> wrote:

>
> 9660srv - it mounts an iso as 9p file server in /srv/9660, so you need to
> do a mount(1) to actually see the contents.
>
> -Steve
>
>
> On 7 Jul 2023, at 7:20 pm, Conor Williams <conor.williams@gmail.com>
> wrote:
>
> 
> ok... thank you Steve, well in...
>
> that particular train of thought leads me to another question...
> has you r a'yone an iso.expander for plan9... (ps: i do have anudder way)
> ...()
>
> ps: am still on the lookout for  a dd arg...
> laterz... /c /d 773
> 000000000000000000000000000000000000
> pps: overall: looking at a 10/15 minute vm plan9 static os creation...
>          with 99.99% automation
>
> On Fri, Jul 7, 2023 at 6:58 PM Conor Williams <conor.williams@gmail.com>
> wrote:
>
>> hello 9fannors...
>>
>> i wish to find the device? which the p9 iso file is mounted from...
>> (a vm boot (i dont think that matters though...)
>> e.g c drive is /dev/sdC0
>>
>> /c /ba 7723
>> ps: i wish to do a quick back of the (, possibly ramfs, ) temporary /
>> file
>> system kind of like a backup of the c drive
>> % dd /dev/XXYXX /dev/sdC0/9fat
>>
>> pps: would anyone know what might happen if the /dev/XXYXX partition is
>> smaller that the C drive... (the /dev/sdC0/9fat is formatted and large
>> and
>> ready to go) -- i do realise i can find this out if I know the device...
>>
>> *9fans <https://9fans.topicbox.com/latest>* / 9fans / see discussions
> <https://9fans.topicbox.com/groups/9fans> + participants
> <https://9fans.topicbox.com/groups/9fans/members> + delivery options
> <https://9fans.topicbox.com/groups/9fans/subscription> Permalink
> <https://9fans.topicbox.com/groups/9fans/Teeaf8ef1cb56caa7-M2464af77afdbb3d40e268f5e>
>

------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/Teeaf8ef1cb56caa7-M362aef14a8051228bf8be621
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

[-- Attachment #2: Type: text/html, Size: 4324 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] Re: iso expanded, mount list (dd) device
  2023-07-07 18:41     ` Conor Williams
@ 2023-07-07 22:52       ` Conor Williams
  0 siblings, 0 replies; 6+ messages in thread
From: Conor Williams @ 2023-07-07 22:52 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 3150 bytes --]

https://masterful-misfit.000webhostapp.com/#foo

thanks Steve for de.help...
all good in the hood bros.of.9fans /c
ps: almost midnight, time for zeeeees....

---------------------o ------------ o -------------
                                 -

On Fri, Jul 7, 2023 at 7:41 PM Conor Williams <conor.williams@gmail.com>
wrote:

> excellento..ty.
> im going to try
> (once mounted...)
> copy of /tmp/THEISO -> /tmp/b4 (/dev/sdC0/9fat) possibly using:
> tar -cf - / | ( cd /tmp/b4; tar -xf - )
> #that used work on minix...
> run the ns command of what ns returns (loads of binds etc...)
> -- maybe some udder commands...
> try and boot off the VM C drive (whilst turning off the iso boot)
> disaster 1 rec: boot off iso and possible bind /tmp/b4 -> /
> (or maybe selective dirs...)
> disaster 2 scenario: boot off iso, keep created ram fs and bind into
> /tmp/b4. eg bind -[abc] /tmp/bin /bin
> (after mounting C drive manually with
> *dossrv*
> *mount /srv/dos /tmp/b4 **/dev/sdC0/9*fat
>
> *any advice greatefully accepted... /c /bd*
>
> On Fri, Jul 7, 2023 at 7:28 PM Steve Simon <steve@quintile.net> wrote:
>
>>
>> 9660srv - it mounts an iso as 9p file server in /srv/9660, so you need to
>> do a mount(1) to actually see the contents.
>>
>> -Steve
>>
>>
>> On 7 Jul 2023, at 7:20 pm, Conor Williams <conor.williams@gmail.com>
>> wrote:
>>
>> 
>> ok... thank you Steve, well in...
>>
>> that particular train of thought leads me to another question...
>> has you r a'yone an iso.expander for plan9... (ps: i do have anudder way)
>> ...()
>>
>> ps: am still on the lookout for  a dd arg...
>> laterz... /c /d 773
>> 000000000000000000000000000000000000
>> pps: overall: looking at a 10/15 minute vm plan9 static os creation...
>>          with 99.99% automation
>>
>> On Fri, Jul 7, 2023 at 6:58 PM Conor Williams <conor.williams@gmail.com>
>> wrote:
>>
>>> hello 9fannors...
>>>
>>> i wish to find the device? which the p9 iso file is mounted from...
>>> (a vm boot (i dont think that matters though...)
>>> e.g c drive is /dev/sdC0
>>>
>>> /c /ba 7723
>>> ps: i wish to do a quick back of the (, possibly ramfs, ) temporary /
>>> file
>>> system kind of like a backup of the c drive
>>> % dd /dev/XXYXX /dev/sdC0/9fat
>>>
>>> pps: would anyone know what might happen if the /dev/XXYXX partition is
>>> smaller that the C drive... (the /dev/sdC0/9fat is formatted and large
>>> and
>>> ready to go) -- i do realise i can find this out if I know the device...
>>>
>>> *9fans <https://9fans.topicbox.com/latest>* / 9fans / see discussions
>> <https://9fans.topicbox.com/groups/9fans> + participants
>> <https://9fans.topicbox.com/groups/9fans/members> + delivery options
>> <https://9fans.topicbox.com/groups/9fans/subscription> Permalink
>> <https://9fans.topicbox.com/groups/9fans/Teeaf8ef1cb56caa7-M2464af77afdbb3d40e268f5e>
>>

------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/Teeaf8ef1cb56caa7-Mbcc68f5f1b3345d743f3af1b
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

[-- Attachment #2: Type: text/html, Size: 5177 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-07-07 22:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-07 17:58 [9fans] iso expanded, mount list (dd) device Conor Williams
2023-07-07 18:02 ` Steve Simon
2023-07-07 18:19 ` [9fans] " Conor Williams
2023-07-07 18:27   ` Steve Simon
2023-07-07 18:41     ` Conor Williams
2023-07-07 22:52       ` Conor Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).