Score:0

How to save hard disk data

sy flag

I can share my damaged Ubuntu hard disk data with cable on other Ubuntu laptop, if I can then how? Please healp me

in flag
Can you edit your question to include the versions of Ubuntu you are running as well as how badly broken the damaged system is? This might make it easier to explain how to share folders over a network
Suraj Taragi avatar
sy flag
Both system is same versions 18.04
Score:3
co flag

I don't know if this could help you, but I think that the easiest way to do this is to prepare a USB Stick with the Ubuntu installer like described here: https://ubuntu.com/tutorials/create-a-usb-stick-on-ubuntu, then boot from it selecting the "Try ubuntu" option. With this you will have a live desktop that can access the disks.

After that, you can save your data in the persistance space of the USB stick or upload to your cloud o some web storage service (like Dropbox or Wetransfer) to retrieve it later.

I used this method to recover the system if it has booting problems, and it works fine.

Score:0
cn flag

If I didn't understand wrong, you need to access your files by plugging into another device.

Plug your drive boot into Ubuntu, find your device from Disks application click it, select the partition in Volumes section, click to Play button, It should appear in your File Manager.

Here I got a screenshoot for you:

Gnome Disks

Alternatively you can do it from your terminal:

  • Find your device after typing this: (In my case it's /dev/sdb2)
$ sudo lsblk

lsblk

  • Mount it:
$ sudo mount /dev/sdb2 /mnt

You can now access to your disk by going to /mnt directory (Other locations -> Computer -> /mnt in Nautilus).

  • You can unmount your drive by typing this to your terminal:
$ sudo umount /mnt

Note: If this is not related to your question (since it is little hard to understand), please edit your question I will try to edit my answer as well.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.