Results 1 to 2 of 2

Thread: External HD data vanished

  1. #1
    Join Date
    Apr 2010
    Beans
    16

    Exclamation External HD data vanished

    Hi guys,

    I have some serious problem here: I have a 500Gb Samsung external HD and I saved some important back up there. The problem is that some folders content just vanished! I don't know what happened and I tried almost every solution that I found on the internet (foremost, fidentify, testdisk, etc.) but none of them worked.
    .
    Is there anyway to recover my data?
    .
    Please, it is very important!
    .
    Thank you all in advance,

  2. #2
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: External HD data vanished

    ArchGabriel; Hi !

    Have you tried to access your data from the command line ? Have you mounted the data disk manually and see what results ?

    Show us what there is to work with, and we can try and mount/access from the command line.

    Code:
    sudo fdisk -lu
    sudo parted -l
    sudo parted /dev/sda unit s print
    sudo parted /dev/sda unit s print
    If the hard disk is partitioned "GPT" then "fdisk" can not relate, we do the looking with "gdisk":
    Code:
    sudo gdisk -l /dev/sda
    sudo gdisk -l /dev/sdb
    If that data disk can not be mounted from the command line then indeed there is a serious problem.

    the longest journey starts with 1 step
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •