Re: Be File System identified as bfs

2015-10-29 Thread Vladimir 'phcoder' Serbinenko
On 29 Oct 2015 8:51 pm, "Andrei Borzenkov" wrote: > > 29.10.2015 18:12, Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> >>> As you can see, it thinks /dev/sda6 a 'bfs' partition, causing script >>> 83haiku to fail. >>> >> 12 befs|befs_be) debug "$partition is a BeFS partition" ;; >> Looks l

Re: Be File System identified as bfs

2015-10-29 Thread Andrei Borzenkov
29.10.2015 18:12, Vladimir 'φ-coder/phcoder' Serbinenko пишет: As you can see, it thinks /dev/sda6 a 'bfs' partition, causing script 83haiku to fail. 12 befs|befs_be) debug "$partition is a BeFS partition" ;; Looks like this is a simple one-line change. befs|befs_be is a name used by old

Re: Be File System identified as bfs

2015-10-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
> As you can see, it thinks /dev/sda6 a 'bfs' partition, causing script > 83haiku to fail. > 12 befs|befs_be) debug "$partition is a BeFS partition" ;; Looks like this is a simple one-line change. befs|befs_be is a name used by old driver which had to be removed signature.asc Description

Re: Be File System identified as bfs

2015-07-28 Thread Jeroen Oortwijn
On 28 July 2015 at 20:30, Andrei Borzenkov wrote: > > В Tue, 28 Jul 2015 19:10:39 +0200 > Jeroen Oortwijn пишет: > > > Hello, > > > > Currently Grub identifies the Be File System as 'bfs'. > > In Linux however, 'bfs' refers to the Boot File System [1] and 'befs' > > refers to the Be File System.

Re: Be File System identified as bfs

2015-07-28 Thread Andrei Borzenkov
В Tue, 28 Jul 2015 19:10:39 +0200 Jeroen Oortwijn пишет: > Hello, > > Currently Grub identifies the Be File System as 'bfs'. > In Linux however, 'bfs' refers to the Boot File System [1] and 'befs' > refers to the Be File System. > > As a result, the os-prober utility (which uses grub-probe) wh

Be File System identified as bfs

2015-07-28 Thread Jeroen Oortwijn
Hello, Currently Grub identifies the Be File System as 'bfs'. In Linux however, 'bfs' refers to the Boot File System [1] and 'befs' refers to the Be File System. As a result, the os-prober utility (which uses grub-probe) doesn't correctly recognize the Be File System. And because the grub-mkconfi