search for: 2067kf

Displaying 1 result from an estimated 1 matches for "2067kf".

Did you mean: 2067kb
2010 Apr 11
1
Can't mount removable device if device name changes.
.../dev/sdh2 [15035.538462] open /dev/sdd2 failed If I plug it back into the internal reader, it mounts fine on /dev/sdd2. An strace of btrfsctl -a shows it reading /dev/sdh2, and there''s no mention of /dev/sdd: > open("/dev/sdh2", O_RDONLY) = 4 > pread(4, "\2067kF\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2859, 65536) = 2859 The fs mounts fine on the external reader on a different machine. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More maj...