Displaying 2 results from an estimated 2 matches for "file_1a".
Did you mean:
file_1
2012 May 03
2
How file store when using Btrfs on multi-devices? What happen when a device fail?
Hi, i have some questions when using Btrfs on multi-devices:
1. a large file will always be stored wholely on a device or it may
spread on some devices/partitions? Btrfs has option to specify it
explicitly?
2. suppose i have a directory tree like that:
Dir_1
|--> file_1A
|--> file_1B
|--> Dir_2
|--> file_2C
|--> file_2D
If Dir_2, file_2C on a failed device, can i still have access to file_2D?
If i use GlusterFS (mirror mode) on two nodes, each nodes run Btrfs on
multi-device. When a device on a node fail and I replace it, then
Glus...
2002 Jul 01
0
recursive scp fails on ReliantUNIX 5.43 (using OpenSSH 3.4p1)
...96 Jul 1 08:51 dir_a
drwxr-x--- 2 user1 users 96 Jul 1 08:52 dir_b
-r--r----- 1 user1 users 2590 Jul 1 08:50 file_1
-rw-r----- 1 user1 users 400 Jul 1 08:50 file_2
dir_ssh_test/dir_a:
Gesamt 8
-r--r----- 1 user1 users 2590 Jul 1 08:51 file_1a
-rw-r----- 1 user1 users 400 Jul 1 08:51 file_2a
dir_ssh_test/dir_b:
Gesamt 8
-r--r----- 1 user1 users 2590 Jul 1 08:52 file_1b
-rw-r----- 1 user1 users 400 Jul 1 08:51 file_2b
XYZ $ scp dir_ssh_test/file_1 XYZ:/tmp
file_1 100% |************...