All of lore.kernel.org
 help / color / mirror / Atom feed
* Silo on RAID 1
@ 2017-11-26  9:49 Frans van Berckel
  2017-11-26 20:12 ` chase rayfield
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Frans van Berckel @ 2017-11-26  9:49 UTC (permalink / raw)
  To: sparclinux

Dear team,

How am i gonna sole this error, with a fresh Silo install on RAID 1?

~ # cat /target/boot/silo.conf

root=/dev/md1
partition=0
default=Linux
read-only
timeout\x100

image=/vmlinuz
        label=Linux
        initrd=/initrd.img

image=/vmlinuz.old
        label=LinuxOLD
        initrd=/initrd.img.old

~ # /target/sbin/silo -r /target

/etc/silo.conf appears to be valid
Fatal error: File systems other than ext2, ext3, ufs and romfs not yet
supported

~ # df
<snap>

/dev/md0 93207 26714 61681 30% /target/boot
/dev/md1 139839652 1000748 131665692 1% /target
/dev/md2 26766048 45096 25338260 0% /target/home

~ # mount
<snap>

/dev/md0 on /target/boot type ext2
(rw,relatime,block_validity,barrier,user_xattr,acl)

/dev/md1 on /target type ext4 (rw,relatime,errors=remount-
ro,data=ordered)

/dev/md2 on /target/home type ext4 (rw,relatime,data=ordered)

Thanks,

Frans van Berckel

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

* Re: Silo on RAID 1
  2017-11-26  9:49 Silo on RAID 1 Frans van Berckel
@ 2017-11-26 20:12 ` chase rayfield
  2017-11-26 20:52 ` Frans van Berckel
  2017-11-26 21:53 ` Frans van Berckel
  2 siblings, 0 replies; 4+ messages in thread
From: chase rayfield @ 2017-11-26 20:12 UTC (permalink / raw)
  To: sparclinux

Shouldn't your partition index for silo be 1 if you are following this
guide? Silo counts partitions 1-n not 0-n like grub etc...

https://www.unix.com/linux/141253-sparc-linux-raid1-silo.html

Sorry it took me a bit to get this to go to the list I don't post here
often and the HTML email rejection is pretty stout ha!

Chase Rayfield

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

* Re: Silo on RAID 1
  2017-11-26  9:49 Silo on RAID 1 Frans van Berckel
  2017-11-26 20:12 ` chase rayfield
@ 2017-11-26 20:52 ` Frans van Berckel
  2017-11-26 21:53 ` Frans van Berckel
  2 siblings, 0 replies; 4+ messages in thread
From: Frans van Berckel @ 2017-11-26 20:52 UTC (permalink / raw)
  To: sparclinux

Hi Chase,

On Sun, 2017-11-26 at 15:12 -0500, chase rayfield wrote:

> Shouldn't your partition index for silo be 1 if you are following
> this guide? Silo counts partitions 1-n not 0-n like grub etc...
> 
> https://www.unix.com/linux/141253-sparc-linux-raid1-silo.html

Are you sure? Because the Silo readme from David's tree calls ...

"Note that numbers start at 0, rather than Linux's convention of
starting at 1, so sd(0,3,1) is /dev/sda2."

Please checkout docs/README.

https://git.kernel.org/pub/scm/linux/kernel/git/davem/silo.git/

Thanks for supporting,


Frans van Berckel

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

* Re: Silo on RAID 1
  2017-11-26  9:49 Silo on RAID 1 Frans van Berckel
  2017-11-26 20:12 ` chase rayfield
  2017-11-26 20:52 ` Frans van Berckel
@ 2017-11-26 21:53 ` Frans van Berckel
  2 siblings, 0 replies; 4+ messages in thread
From: Frans van Berckel @ 2017-11-26 21:53 UTC (permalink / raw)
  To: sparclinux

On Sun, 2017-11-26 at 21:52 +0100, Frans van Berckel wrote:
> Hi Chase,
> 
> Are you sure? Because the Silo readme from David's tree calls ...
> 
> "Note that numbers start at 0, rather than Linux's convention of
> starting at 1, so sd(0,3,1) is /dev/sda2."
> 
> Please checkout docs/README.
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/davem/silo.git/

A bit lower from the same readme calls...

"With old proms, you type prom paths as dev(X,Y,Z) [e.g. sd(0,3,1)].
With new proms, you type the open boot prom style strings such as
/iommu/sbus/espdma/esp/sd@1,0 terminated with a semicolon (;) to
specify disk. Then the partition can be specified, defaulting to the
(optional) partition=Z line in the main section in silo.conf. /dev/sda2
is '2'."

But changing 0 to 1, I am still getting ...

/etc/silo.conf appears to be valid
Fatal error: File systems other than ext2, ext3, ufs and romfs not yet
supported.

So I have to look over something.

Thanks,

Frans van Berckel

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

end of thread, other threads:[~2017-11-26 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-26  9:49 Silo on RAID 1 Frans van Berckel
2017-11-26 20:12 ` chase rayfield
2017-11-26 20:52 ` Frans van Berckel
2017-11-26 21:53 ` Frans van Berckel

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.