Re: Mounting NetBSD disk under FreeBSD.

2005-09-28 Thread Lowell Gilbert
FC [EMAIL PROTECTED] writes:

 fdisk show that disk containing a NetBSD partition and bsdlabel show
 no slices. It's like if the disk was not labeled.
 
 I thing FreeBSD gets confused because NetBSD 2.x can have up to 16
 slices and FreeBSD only 8

That would make sense.  
I think the size of the slice table is a compile constant; 
if you traced it down and changed it, you might well be able 
to import your filesystem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting NetBSD disk under FreeBSD.

2005-09-28 Thread FC


On Sep 28, 2005, at 11:51 AM, Lowell Gilbert wrote:


***
This message was sent to your KasMail disposable email address:
FC [EMAIL PROTECTED]
***

FC [EMAIL PROTECTED] writes:



fdisk show that disk containing a NetBSD partition and bsdlabel show
no slices. It's like if the disk was not labeled.

I thing FreeBSD gets confused because NetBSD 2.x can have up to 16
slices and FreeBSD only 8



That would make sense.
I think the size of the slice table is a compile constant;
if you traced it down and changed it, you might well be able
to import your filesystem.


In fact I have booted the machine with NetBSD mounted the FreeBSD  
disk and transfered my datas on the FreeBSD disk. Then I have  
recreated the file system on my second disk with FreeBSD.


I thinks it is a shame that all the BSD OS can get together and have  
something consistent through all the platforms. ext2fs can be mounted  
on all the Linux flavors.


-fred-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting NetBSD disk under FreeBSD.

2005-09-28 Thread Lowell Gilbert
FC [EMAIL PROTECTED] writes:

 I thinks it is a shame that all the BSD OS can get together and have
 something consistent through all the platforms. ext2fs can be mounted
 on all the Linux flavors.

You do realize that your problem had nothing to do with filesystem
format, right?  As your solution showed, both OS *do* understand UFS.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting NetBSD disk under FreeBSD.

2005-09-28 Thread FC


On Sep 28, 2005, at 2:26 PM, Lowell Gilbert wrote:


***
This message was sent to your KasMail disposable email address:
FC [EMAIL PROTECTED]
***

FC [EMAIL PROTECTED] writes:



I thinks it is a shame that all the BSD OS can get together and have
something consistent through all the platforms. ext2fs can be mounted
on all the Linux flavors.



You do realize that your problem had nothing to do with filesystem
format, right?  As your solution showed, both OS *do* understand UFS.


Yes, I understand that. The only think I am saying is kind of little  
detail give a bad customer/user experience and it can be easily  
avoided. I don't mind snorkeling around in the OS, but this came at  
some point which I ad no time to loose and I spend almost two day  
trying to figure out why this disk would not be mounted. I'm not  
accusing FreeBSD nor NetBSD people. I just think, that's sad.


Anyway, I finally got what I wanted and thanks for your patience and  
your help.


-fred-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting NetBSD disk under FreeBSD.

2005-09-27 Thread Lowell Gilbert
FC [EMAIL PROTECTED] writes:

 I am switching from NetBSD to FreeBSD and I have to get some data
 from a disk labeled on NetBSD 2.0. I would like to mount this disk on
 my new FreeBSD-5.4. But the only devices which shows on /dev are ad1
 and ad1s1. The devices for each partitions are missing (ad1s1a,
 ad1s1b, ad1s1b, ...) In the good old days I was using MAKEDEV but
 that doesn't exist anymore on 5.4
 
 Thanks for helping me switch...

What does fdisk show for that disk?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting NetBSD disk under FreeBSD.

2005-09-27 Thread FC


On Sep 27, 2005, at 9:57 AM, Lowell Gilbert wrote:


***
This message was sent to your KasMail disposable email address:
FC [EMAIL PROTECTED]
***

FC [EMAIL PROTECTED] writes:



I am switching from NetBSD to FreeBSD and I have to get some data
from a disk labeled on NetBSD 2.0. I would like to mount this disk on
my new FreeBSD-5.4. But the only devices which shows on /dev are ad1
and ad1s1. The devices for each partitions are missing (ad1s1a,
ad1s1b, ad1s1b, ...) In the good old days I was using MAKEDEV but
that doesn't exist anymore on 5.4

Thanks for helping me switch...



What does fdisk show for that disk?


fdisk show that disk containing a NetBSD partition and bsdlabel show  
no slices. It's like if the disk was not labeled.


I thing FreeBSD gets confused because NetBSD 2.x can have up to 16  
slices and FreeBSD only 8


-fred-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]