0
votes
1answer
108 views

Migrate FreeBSD ZFS to Ubuntu

I have a HP microserver running FreeBSD 9.1 on a 3-disks RAID-Z pool, and uses this pool as root. Now I would like to replace FreeBSD with Ubuntu server (because I am more familiar with Ubuntu/deb). ...
0
votes
1answer
113 views

Using ZFS with little RAM?

I have an Acer EasyStore with a RAID5 mdraid array I use for storing my home files (photos, movies, etc), and I want to migrate it to ZFS with Ubuntu (the native kernel module from zfsonlinux.org). I ...
2
votes
1answer
320 views

Will custom kernel module persist through kernel upgrades?

I was wondering if custom kernel modules that I compile and install via a package will persist through a kernel upgrade. I am trying to install ZFS as kernel module in Ubuntu but the problem is ...
1
vote
2answers
270 views

Can you migrate an installation of Ubuntu Server from one volume to another?

Apparently, this question might be subjective (though I don't know how). Essentially, here's what I have in mind: I'm going to be building a NAS and am considering Ubuntu for the OS due to some of ...
2
votes
1answer
246 views

Rendundant & versioned filesystem [closed]

Introduction Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it! (Linus Torvalds) That was a long time ago (well... 1996!). ...
1
vote
1answer
304 views

Recommendations for Filesystem

I have built the bones of a NAS system (which comprises of Ubuntu server 11.04 on 500GB SATA drive, and 3 2TB SATA disks in software RAID5 configuration)... I'm looking for some advice on what ...
1
vote
1answer
3k views

How can I tell if ZFS (zfs-fuse) dedup/compression is applied to a particular file?

I have a zfs formatted partition using zfs-fuse for linux (Ubuntu). I had used it for a while, and then enabled dedup and compression on it (zfs set compression=on/dedup=on). Now I think I have some ...