My laptop is failing, but I know for sure the hard drive is okay and fine.
I want to take the data inside it, I connect my laptop's hard drive (open suse tumbleweed with btrfs filesystem) to my desktop pc (ubuntu 22.04.01 LTS with vfat filesystem), It could access the hard drive it show some linux system directory on it (bin,boot,cdrom,dev,etc,home and the rest) but when I browse the directory there is nothing on it
How to gain access to those data? I know the username and the password and the root's passwords
I have a guts its must be some permission or something and I also have a guts its should be like when people talking about saving ur data with live cd but yeah I don't know how to gain access to those data.
here is my lsblk
~ $ sudo lsblk -o +fstype | grep -v /snap/
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS FSTYPE
sda 8:0 0 223,6G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi vfat
/
sdb 8:16 0 149,1G 0 disk
└─sdb1 8:17 0 149G 0 part crypto_LUKS
sdc 8:32 0 465,8G 0 disk
└─sdc1 8:33 0 465,8G 0 part crypto_LUKS
sdd 8:48 0 298,1G 0 disk
├─sdd1 8:49 0 512M 0 part vfat
├─sdd2 8:50 0 295,6G 0 part /media/bc/a501872f-9564-4568-a942-8b913bb93166 btrfs
└─sdd3 8:51 0 2G 0 part
my open suse tumbleweed laptop harddrive is sdd, extra info: sdb and sdc is my data hardrive it's different physical hardrive
Update from chat: target filesystem is btfrs, lines in former /etc/fstab are
UUID=a501872f-9564-4568-a942-8b913bb93166 / btrfs defaults 0 0
UUID=a501872f-9564-4568-a942-8b913bb93166 /home btrfs subvol=/@/home 0 0
what is needed is a command line to mount home subvolume.
sudo suthenlsblkthenvgscan /dev/sddthen it returnCommand does not accept argument: /dev/sdd.lsblk -o +fstype | grep -v /snap/would filter out the snaps (which are not relevant in this situation) and also identify filesystem type of each partition, which would have been more useful than plainlsblk.