Re: btrfs encryption problems

2012-03-13 Thread 810d4rk
I'm not having luck getting the encrypted btrfs back since the drive the drive was unplugged during a write operation, the experimental fsck with the repair option gives no valid btrfs found, mount gives this: sudo mount -t btrfs /dev/dm-1 /media/ mount: wrong fs type, bad option, bad superblock on

Re: btrfs encryption problems

2011-12-23 Thread 810d4rk
> I've been using btrfs and luks encryption on my Acer netbook for about > a year now. I haven't had an unmountable corruption on that computer > yet. > > What are your goals now? I would like to recover the data that is not in the backup. > Are you trying to recover data from this disk, or are

Re: btrfs encryption problems

2011-12-15 Thread Mitch Harder
On Thu, Dec 15, 2011 at 1:44 PM, 810d4rk <810d...@gmail.com> wrote: > Is anyone there trying to reproduce the bug?? > I've been using btrfs and luks encryption on my Acer netbook for about a year now. I haven't had an unmountable corruption on that computer yet. What are your goals now? Are you

Re: btrfs encryption problems

2011-12-15 Thread 810d4rk
Is anyone there trying to reproduce the bug?? -- Thanks -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: btrfs encryption problems

2011-12-13 Thread 810d4rk
The disk is decrypted, after that I try to mount and it doesn't mount, this last message appears on the log after trying to mount the btrfs disk: > [ 660.040263] EXT4-fs (dm-4): VFS: Can't find ext4 filesystem On 13/12/2011, Fajar A. Nugraha wrote: > On Thu, Dec 1, 2011 at 5:15 AM, 810d4rk <810

Re: btrfs encryption problems

2011-12-12 Thread Fajar A. Nugraha
On Thu, Dec 1, 2011 at 5:15 AM, 810d4rk <810d...@gmail.com> wrote: > I plugged it directly by sata and this is what I get from the 3.1 kernel: > [  581.921417]  sdb: sdb1 > [  581.921642] sd 2:0:0:0: [sdb] Attached SCSI disk > [  660.040263] EXT4-fs (dm-4): VFS: Can't find ext4 filesystem ... and

Re: btrfs encryption problems

2011-12-12 Thread 810d4rk
What can be done about this? Is there anyone able to reproduce the problem? On 30/11/2011, 810d4rk <810d...@gmail.com> wrote: > I plugged it directly by sata and this is what I get from the 3.1 kernel: > > [ 577.850429] ata3: exception Emask 0x10 SAct 0x0 SErr 0x405 > action 0xe frozen > [ 5

Re: btrfs encryption problems

2011-11-30 Thread 810d4rk
I plugged it directly by sata and this is what I get from the 3.1 kernel: [ 577.850429] ata3: exception Emask 0x10 SAct 0x0 SErr 0x405 action 0xe frozen [ 577.850433] ata3: irq_stat 0x0040, connection status changed [ 577.850436] ata3: SError: { PHYRdyChg CommWake DevExch } [ 577.85044

Re: btrfs encryption problems

2011-11-30 Thread Chris Mason
On Fri, Nov 25, 2011 at 10:40:00AM +, 810d4rk wrote: > > My mistake, the same printks are printed when the encryption key is > > incorrect, I've seen that here. > > It looks like you have some ugly hardware errors. > > The kernel cannot read from the drive, so it cannot guess the file system

Re: btrfs encryption problems

2011-11-30 Thread 810d4rk
Is anyone able to reproduce the problems that I described? I can help if anyone is interested. > The hard drive is brand new, I also plugged it directly via eSATA and > checked the SMART data and run some tests and it succeeded in all, if > I format the drive again I have a working file-system for

Re: btrfs encryption problems

2011-11-25 Thread 810d4rk
> My mistake, the same printks are printed when the encryption key is > incorrect, I've seen that here. > It looks like you have some ugly hardware errors. > The kernel cannot read from the drive, so it cannot guess the file system on > it. > If the data is valuable, you could try to ddrescue the

Re: btrfs encryption problems

2011-11-24 Thread Jérôme Carretero
On Thu, 24 Nov 2011 21:43:50 + 810d4rk <810d...@gmail.com> wrote: > > These printks indicate that the encryption or password is not the same as > > used when creating the device. > > So at this stage, this has nothing to do with btrfs. > > No, Ive decrypted the volume with the password, I ca

Re: btrfs encryption problems

2011-11-24 Thread 810d4rk
> These printks indicate that the encryption or password is not the same as > used when creating the device. > So at this stage, this has nothing to do with btrfs. No, Ive decrypted the volume with the password, I can confirm it and also I haven't change it, BTW I have some new output from the ke

Re: btrfs encryption problems

2011-11-24 Thread Jérôme Carretero
On Wed, 23 Nov 2011 19:38:37 + 810d4rk <810d...@gmail.com> wrote: > [ 4836.897206] sd 20:0:0:0: [sdc] Attached SCSI disk > [ 4844.803652] EXT3-fs (dm-1): error: can't find ext3 filesystem on dev dm-1. > [ 4844.856054] EXT2-fs (dm-1): error: can't find an ext2 filesystem on dev > dm-1. > [ 484

Re: btrfs encryption problems

2011-11-24 Thread 810d4rk
Now when I tried to mount the disk I get this: Error mounting: mount exited with exit code 12: NTFS signature is missing. Failed to mount '/dev/mapper/udisks-luks-uuid-269300fe-1329-42f8-b7fa-4a399a71d56f-uid1000': Invalid argument The device '/dev/mapper/udisks-luks-uuid-269300fe-1329-42f8-b7fa-

Re: btrfs encryption problems

2011-11-23 Thread 810d4rk
> dd that backup disk to another disk, so you have a backup of your > backup, and work with that. OK. > You can also post the dmesg output you get when you mount the broken > filesystem, and ask the experts if it might be worth to try experimental > btrfs.fsck on it. dmesg does not output anythi

Re: btrfs encryption problems

2011-11-23 Thread Sander
810d4rk wrote (ao): > Hi to all, I have a hard drive encrypted using the gnome disk utility > and it is formated with with btrfs and GUID, the problem started when > moving a 4gb file to other disk it stooped saying input output error I > think, then when I tried to access it I entered the password

btrfs encryption problems

2011-11-23 Thread 810d4rk
Hi to all, I have a hard drive encrypted using the gnome disk utility and it is formated with with btrfs and GUID, the problem started when moving a 4gb file to other disk it stooped saying input output error I think, then when I tried to access it I entered the password to decrypt and it now says