| Article: |
Linux vs. BSD, What's the Difference? | |
| Subject: | Where do I find a BSD without Slices | |
| Date: | 2007-08-24 18:56:14 | |
| From: | cheshire_cat | |
|
Ive installed several different BSD releases but each time I have this thing in BSD talk that is created, a slice, and none of my Linux installations can see what is in a slice AND BSD cant see what is in my normal partitions. Not to mention it is a pain to set up grub to boot a partition in a slice.
|
||
Showing messages 1 through 1 of 1.
-
Where do I find a BSD without Slices
2007-08-28 07:19:07 Dru Lavigne |
[View]
The slice isn't your problem. You simply need to mount the filesystem wile specifying the correct type. To mount an EXT3 filesystem on BSD, use mount -t ext2fs (this also mounts ext3 which is really ext2 plus journalling). To mount a UFS filesystem on Linux, use mount -t ufs. I'm not sure if Linux supports UFS2 yet, this may only work on UFS1. Also, depending upon your distro, UFS support may or may not be compiled into the kernel.


