Re: accessing NetBSD filesystem

2005-12-25 Thread Anatoli Klassen
Hanspeter Roth wrote: Fdisk shows sysid 165 (0xa5) for partition 3. This is where FreeBSD is installed. And Fdisk shows sysid 169 (0xa9) for partition 4. This is where NetBSD is installed. In /dev there are ad0s3 and ad0s3[a-g] but there is only a ad0s4. So how can filesystems of my NetBSD in

Re: accessing NetBSD filesystem

2005-12-19 Thread Stefan Esser
Pawel Jakub Dawidek schrieb: On Sun, Dec 18, 2005 at 04:16:16PM +0100, [EMAIL PROTECTED] wrote: + FFS v1 and v2 are both working. I'm using that everyday. The one part + which needs attention is soft updates: FreeBSD / DragonFly have it as + permanent flag, NetBSD as mount option.

Re: accessing NetBSD filesystem

2005-12-18 Thread joerg
On Sun, Dec 18, 2005 at 01:54:18AM +0100, Gilbert Fernandes wrote: The FreeBSD UFS is the FFS accessed through the VFS layer, but basically the format is the same. If you want to have access, from FreeBSD, to NetBSD partitions, make sure the NetBSD partitions have been formated using FFSv2

Re: accessing NetBSD filesystem

2005-12-18 Thread Pawel Jakub Dawidek
On Sun, Dec 18, 2005 at 04:16:16PM +0100, [EMAIL PROTECTED] wrote: + On Sun, Dec 18, 2005 at 01:54:18AM +0100, Gilbert Fernandes wrote: + + The FreeBSD UFS is the FFS accessed through the VFS layer, but basically + the format is the same. If you want to have access, from FreeBSD, to + NetBSD

accessing NetBSD filesystem

2005-12-17 Thread Hanspeter Roth
Hello, is it possible to access Fast Filesystems from a NetBSD installation on the same disk? -Hanspeter ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL

Re: accessing NetBSD filesystem

2005-12-17 Thread joerg
On Sat, Dec 17, 2005 at 01:20:06PM +0100, Hanspeter Roth wrote: is it possible to access Fast Filesystems from a NetBSD installation on the same disk? As long as they have the same Endianess, yes. You might get some warnings about the disklabel, otherwise it should be fine. Joerg

Re: accessing NetBSD filesystem

2005-12-17 Thread Hanspeter Roth
On Dec 17 at 14:42, [EMAIL PROTECTED] spoke: On Sat, Dec 17, 2005 at 01:20:06PM +0100, Hanspeter Roth wrote: is it possible to access Fast Filesystems from a NetBSD installation on the same disk? As long as they have the same Endianess, yes. You might get some warnings about the

Re: accessing NetBSD filesystem

2005-12-17 Thread Mathieu Arnold
+-Le 17/12/2005 18:10 +0100, Hanspeter Roth a dit : | On Dec 17 at 14:42, [EMAIL PROTECTED] spoke: | | On Sat, Dec 17, 2005 at 01:20:06PM +0100, Hanspeter Roth wrote: | | is it possible to access Fast Filesystems from a NetBSD installation | on the same disk? | | As long as they have the

Re: accessing NetBSD filesystem

2005-12-17 Thread Hanspeter Roth
On Dec 17 at 20:07, Mathieu Arnold spoke: +-Le 17/12/2005 18:10 +0100, Hanspeter Roth a dit : | On Dec 17 at 14:42, [EMAIL PROTECTED] spoke: | | On Sat, Dec 17, 2005 at 01:20:06PM +0100, Hanspeter Roth wrote: | | is it possible to access Fast Filesystems from a NetBSD installation

Re: accessing NetBSD filesystem

2005-12-17 Thread Gilbert Fernandes
FFS == UFS. The FreeBSD UFS is the FFS accessed through the VFS layer, but basically the format is the same. If you want to have access, from FreeBSD, to NetBSD partitions, make sure the NetBSD partitions have been formated using FFSv2 which is the port of UFS to NetBSD. There are some