Hello,
I had the disk mounted a few days ago after it had fallen on the ground. Not everything was readable, but most was.
Today, i want to copy all information to another harddisk, but the disk does not want to mount anymore...
I have putted the content/output of fdisk and fstab.
/etc/fstab
Does anyone knows a solution to get the harddisk mounted?
Already thanks!
I had the disk mounted a few days ago after it had fallen on the ground. Not everything was readable, but most was.
Today, i want to copy all information to another harddisk, but the disk does not want to mount anymore...
I have putted the content/output of fdisk and fstab.
koenh@koenh-Kubuntu-1210:~$ sudo fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000bdddb
Device Boot Start End Blocks Id System
/dev/sda1 2048 195311615 97654784 b W95 FAT32
/dev/sda2 * 195311616 244140031 24414208 83 Linux
/dev/sda3 244142078 976771071 366314497 5 Extended
Partition 3 does not start on physical sector boundary.
/dev/sda5 244142080 927733759 341795840 83 Linux
/dev/sda6 967008256 976771071 4881408 82 Linux swap / Solaris
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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 identifier: 0x21050c65
Device Boot Start End Blocks Id System
/dev/sdb1 2048 206847 102400 de Dell Utility
/dev/sdb2 206848 30926847 15360000 7 HPFS/NTFS/exFAT
/dev/sdb3 30926848 263948251 116510702 7 HPFS/NTFS/exFAT
/dev/sdb4 * 263948286 976771071 356411393 5 Extended
/dev/sdb5 263948288 303009791 19530752 83 Linux
/dev/sdb6 303011840 888946687 292967424 83 Linux
/dev/sdb7 967008256 976771071 4881408 82 Linux swap / Solaris
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000bdddb
Device Boot Start End Blocks Id System
/dev/sda1 2048 195311615 97654784 b W95 FAT32
/dev/sda2 * 195311616 244140031 24414208 83 Linux
/dev/sda3 244142078 976771071 366314497 5 Extended
Partition 3 does not start on physical sector boundary.
/dev/sda5 244142080 927733759 341795840 83 Linux
/dev/sda6 967008256 976771071 4881408 82 Linux swap / Solaris
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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 identifier: 0x21050c65
Device Boot Start End Blocks Id System
/dev/sdb1 2048 206847 102400 de Dell Utility
/dev/sdb2 206848 30926847 15360000 7 HPFS/NTFS/exFAT
/dev/sdb3 30926848 263948251 116510702 7 HPFS/NTFS/exFAT
/dev/sdb4 * 263948286 976771071 356411393 5 Extended
/dev/sdb5 263948288 303009791 19530752 83 Linux
/dev/sdb6 303011840 888946687 292967424 83 Linux
/dev/sdb7 967008256 976771071 4881408 82 Linux swap / Solaris
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=1fa4576e-19ed-440b-b5d0-85735db49732 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=42112b0d-7b32-44e1-9376-409f92662715 /home ext4 defaults 0 2
# /windows was on /dev/sda1 during installation
UUID=E082-6D11 /windows vfat utf8,umask=007,gid=46 0 1
# swap was on /dev/sda5 during installation
UUID=0dc06581-ad5a-4360-8f15-206a426ed363 none swap sw 0 0
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=1fa4576e-19ed-440b-b5d0-85735db49732 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=42112b0d-7b32-44e1-9376-409f92662715 /home ext4 defaults 0 2
# /windows was on /dev/sda1 during installation
UUID=E082-6D11 /windows vfat utf8,umask=007,gid=46 0 1
# swap was on /dev/sda5 during installation
UUID=0dc06581-ad5a-4360-8f15-206a426ed363 none swap sw 0 0
Already thanks!
Comment