Tagged Questions

1
vote
1answer
38 views

What do programs see when ZFS can’t deliver uncorrupted data?

Say my program attempts a read of a byte in a file on a ZFS filesystem. ZFS can locate a copy of the necessary block, but cannot locate any copy with a valid checksum (they're all …
0
votes
2answers
85 views

What is the status of ZFS on Mac OS X?

In 10.5, Apple released a read-only kernel extension/filesystem to allow ZFS pools to be mounted. A later open-source project was hosted at http://zfs.macosforge.org and was announ …
4
votes
5answers
313 views

Does anyone have experience with ZFS?

I am considering to adopt ZFS and I would be happy to know your experience in both production and testing environment.
9
votes
17answers
3k views

Best Filesystem to use for Desktop Linux?

I'm going to be building a fancy new desktop soon, and I want to experiment with file systems. I know that ext3 is the most common for linux, but what about ext4, or zfs? Are their …
1
vote
5answers
605 views

Can ZFS mirror an entire hard drive in OpenSolaris?

I am upgrading an OpenSolaris development workstation and recently purchased two 500GB SATA hard drives expecting to use the features of the motherboard to mirror the drives. OpenS …
9
votes
6answers
1k views

Best Filesystem for Solid State Disk? [closed]

I know that filesystems that journal are a bad idea, but what other considerations come into play?
1
vote
0answers
115 views

What was the term used to describe data transfer with disks/tapes and physical transportation mentioned in the Stackoverflow show? [closed]

Like many of you I am "the guy who takes care of backup" in the company. Luckily we are a software shop and most of the mission critical data are kept in a bunch of mercurial repos …
2
votes
2answers
269 views

Using java, how do you get the amount of free space on a solaris zfs file system?

Using java, how do you get the amount of free space on a solaris zfs file system? I have a SunFire x4140 with built-in hdd mounted as /. It also has a connected JBOD with 7.6TB of …
1
vote
4answers
236 views

ZFS vdev naming?

I have no idea what is the rationale behind naming the vdev (virtual devices) used while creating zfs pools in Solaris. Suppose, I have a disk c4d0, what is meant by c4d0p0 and c4d …
0
votes
1answer
286 views

Is it possible to offline a disk in a raidz zfs pool?

When i try to offline a disk in a zfs raidz pool (the raidz pool is not mirrored), zfs says that the disk cannot be taken offline because it has no valid mirror. Isn't one of the …