search for: using_btrfs_with_multiple_devices

Displaying 5 results from an estimated 5 matches for "using_btrfs_with_multiple_devices".

2013 May 13
7
Remove a materially failed device from a Btrfs "single-raid" using partitions
...ents or :~$ sudo btrfs device delete missing /media/single-raid/ Nothing happen. If I try to mount the failed device, and remove /dev/sde1 from the mountpoint, my console doesn''t respond anymore. I''ve also read the official documentation https://btrfs.wiki.kernel.org/index.php/Using_Btrfs_with_Multiple_Devices#Removing_devices using degraded mode: mount -o degraded /dev/sda3 /media/single-raid/ The fstab line is however: /dev/sda3 /media/single-raid/ btrfs device=/dev/sda3,device=/dev/sdb1,device=/dev/sdc1,device=/dev/sdd1 0 2 Then perform :~$ sudo btrfs filesystem sho...
2009 Jun 15
1
Mounting multiple regular files as a filesystem
I''m trying to create a multi-device filesystem on top of regular files (not actual disks), and mount that to a loopback device. For a filesystem created on a single file, it works fine, but for a filesystem across multiple files, it doesn''t. dd if=/dev/zero of=img1 bs=4096 count=65536 dd if=/dev/zero of=img2 bs=4096 count=65536 dd if=/dev/zero of=img3 bs=4096 count=65536 dd
2010 Feb 24
2
Resizing a btrfs managed partition
Hi, Let me know if this is the wrong place to ask... I''m using Fedora 12 x86_64, mostly with the newer 21.6.32 kernel, and have a single btrfs filesystem within a 120Gb partition. I''d like to extend the space btrfs can use. One option is presumably add a new device to btrfs, but I was hoping to simple resize the existing partition to say 160Gb. With ext4 I might do
2009 Nov 19
10
Unable to mount loopback devices in RAID mode
...rfectly reproducible, no matter what RAID type I specify (raid0, raid1 or raid10). I used the latest version from the btrfs-unstable and btrfs-progs-unstable git repositories. When using real block devices, however, everything works fine. Cheers, Andi [1] http://btrfs.wiki.kernel.org/index.php/Using_Btrfs_with_Multiple_Devices -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2008 Apr 29
26
Btrfs v0.14 Released
...r reads finish and duplicate copies are used if the checksums don''t match. Multi-device design details can be found here: http://btrfs.wiki.kernel.org/index.php/Multiple_Device_Support And sample usage to create and add volumes can be found here: http://btrfs.wiki.kernel.org/index.php/Using_Btrfs_with_Multiple_Devices I''m putting up some benchmarks of the new multi-device code as the runs finish: http://btrfs.wiki.kernel.org/index.php/Multi-device_Benchmarks Next up on the Btrfs todo list is finishing off the device removal and IO error handling code. After that I''ll add more fine grained...