change from ufs to zfs

Hi.I want to change freebsd filesystem from ufs to zfs.After that,i can mount my other hdd's with write access mode?They are in ext3 filesystem and as i know zfs can mount ext3 but only in read access mode
 
sk8harddiefast said:
They are in ext3 filesystem and as i know zfs can mount ext3 but only in read access mode
ZFS has absolutely nothing to do with this. Both ZFS and EXT3 are filesystems, nothing more, nothing less.
 
OK.I asked because i have tried solaris with zfs filesystem and i couldn't mount my second hdd witch was on ext3 fs on write access mode.And i had read that zfs is "bad" with ext3 and i must format my hdd from ext3 to zfs to have write access mode to my second hdd.
Ok.If i can mount my hdd's then i will try to change my fs from ufs to zfs :)
 
sk8harddiefast said:
OK.I asked because i have tried solaris with zfs filesystem and i couldn't mount my second hdd witch was on ext3 fs on write access mode.And i had read that zfs is "bad" with ext3 and i must format my hdd from ext3 to zfs to have write access mode to my second hdd.
Ok.If i can mount my hdd's then i will try to change my fs from ufs to zfs :)

maybe thats more an opensolaris problem and has little to do with zfs.

you can mount the drive in freebsd. look for fuse in the ports
 
sk8harddiefast said:
And i had read that zfs is "bad" with ext3 and i must format my hdd from ext3 to zfs to have write access mode to my second hdd.
What you are saying makes no sense at all. Are you trying to say "Solaris is bad with ext3"?
 
sk8harddiefast said:
Hi.I want to change freebsd filesystem from ufs to zfs.After that,i can mount my other hdd's with write access mode?They are in ext3 filesystem and as i know zfs can mount ext3 but only in read access mode

Maybe you should explain more exactly what you have and what you want to get. How many harddisks you want to use with ZFS? What harddisks with ext3 you want to mount later?

:confused:
 
When i say that solaris is "bad" with ext3,i mean that solaris can mount an ext3 fs hdd but only in read access mode.
OK.
i have 320 gb with freebsd on ufs
i have 500 gb ext3
i have 1tb ext3
i have 1.5 tb ufs
If i make my 320 gb fs from ufs to zfs then i can mount my 500gb & 1tb ext3 hdds with write access?
 
Read post #2 again ... It's the operating system that mounts filesystems, not the filesystems themselves. It doesn't matter whether the mountpoint is on ufs or zfs.
 
FreeBSD doesn't support ext3. However, ext3 filesystems can be mounted as ext2, which FreeBSD supports. However, FreeBSD can only mount ext2 filesystems with 128-bit inode size. Most ext2/3 filesystems these days use a 256-bit inode.

IOW, your best bet for accessing ext3 is to use Linux. Which makes sense, since ext3 is a Linux filesystem. :)
 
As phoenix said, ext support is less than perfect. So either go for ZFS if you have the required specs, or use UFS, FreeBSD's default which is very good IMO.
 
Back
Top