Hardware - Support > Hard Drives and SSDs

My external device SSD not able to mount for my data files

(1/4) > >>

stevef:
My apologies for another typing error.  I have edited the mistake in my earlier post.

The commands should have been

--- Code: ---sudo dumpe2fs -h /dev/sdc5
--- End code ---

--- Code: ---sudo dumpe2fs /dev/sdc5 | grep superblock
--- End code ---

You need to check and confirm that the SSD is still at /dev/sdc5 and not mounted.

I don't know what scalpel is - sorry.  If you wish to go down another path to try to solve the problem I completely understand.

Muhammad Umar Farooq:
 linuxlite  ~  sudo dump2fs -h /dev/sdc5
sudo: dump2fs: command not found
 linuxlite  ~  1  sudo dump2fs /dev/sdc5 | grep superblock
sudo: dump2fs: command not found
 linuxlite  ~  1  1 
I have applied the following command and get the result segmentation fault

0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 30.3 kB of archives.
After this operation, 87.0 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 scalpel amd64 1.60-9 [30.3 kB]
Fetched 30.3 kB in 1s (38.2 kB/s) 
Selecting previously unselected package scalpel.
(Reading database ... 455227 files and directories currently installed.)
Preparing to unpack .../scalpel_1.60-9_amd64.deb ...
Unpacking scalpel (1.60-9) ...
Setting up scalpel (1.60-9) ...
Processing triggers for man-db (2.10.2-1) ...
 linuxlite  ~  scalpel -o block_info.bin /dev/sdb5
Scalpel version 1.60
Written by Golden G. Richard III, based on Foremost 0.69.

Opening target "/dev/sdb5"

Segmentation fault
 linuxlite  ~  SIGSEGV  remove fault
Command 'remove' not found, did you mean:
  command 'remote' from snap remote (1.09)
See 'snap info <snapname>' for additional versions.
 linuxlite  ~  127  


















stevef:
Without adding or removing any devices so that the sdc device doesn't change, please run these commands to examine the block information on the SSD
You may need to enter your password


--- Code: ---sudo dumpe2fs -h /dev/sdc5
--- End code ---

--- Code: ---sudo dumpe2fs /dev/sdc5 | grep superblock
--- End code ---

Post back with the results

Edit - Typo was "dump2fs" in original. Corrected to "dumpe2fs"

Muhammad Umar Farooq:
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop13: 40.86 MiB, 42840064 bytes, 83672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sdc: 119.24 GiB, 128035675136 bytes, 250069678 sectors
Disk model: Storage Device 
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x29de2ba9

Device     Boot   Start       End   Sectors   Size Id Type
/dev/sdc1  *       2048   1050623   1048576   512M  b W95 FAT32
/dev/sdc2       1052670 250068991 249016322 118.7G  5 Extended
/dev/sdc5       1052672 250068991 249016320 118.7G 83 Linux
 linuxlite  ~  

loop5    7:5    0 349.7M  1 loop /snap/gnome-3-38-2004/140
loop6    7:6    0  73.9M  1 loop /snap/core22/864
loop7    7:7    0  63.5M  1 loop /snap/core20/2015
loop8    7:8    0 349.7M  1 loop /snap/gnome-3-38-2004/143
loop9    7:9    0 496.9M  1 loop /snap/gnome-42-2204/132
loop10   7:10   0   497M  1 loop /snap/gnome-42-2204/141
loop11   7:11   0  91.7M  1 loop /snap/gtk-common-themes/1535
loop12   7:12   0  40.8M  1 loop /snap/snapd/20092
loop13   7:13   0  40.9M  1 loop /snap/snapd/20290
sda      8:0    0  74.5G  0 disk
├─sda1   8:1    0     1M  0 part
├─sda2   8:2    0   513M  0 part /boot/efi
└─sda3   8:3    0    74G  0 part /run/timeshift/backup
                                 /var/snap/firefox/common/host-hunspell
                                 /
sdb      8:16   0 232.9G  0 disk
├─sdb1   8:17   0   512M  0 part
├─sdb2   8:18   0     1K  0 part
└─sdb5   8:21   0 232.4G  0 part
sdc      8:32   0 119.2G  0 disk
├─sdc1   8:33   0   512M  0 part /media/linuxlite/F435-8CF4
├─sdc2   8:34   0     1K  0 part
└─sdc5   8:37   0 118.7G  0 part
 linuxlite  ~  

stevef:
With the SSD connected, run this command in a terminal - enter your password if asked.

--- Code: ---sudo fdisk -l
--- End code ---
This command with the -l option lists partitions connected to your system.
Next, run this command

--- Code: ---lsblk
--- End code ---
This command lists block storage devices connected to the system along with mount status
Please post the results of both commands.

Navigation

[0] Message Index

[#] Next page

Go to full version