Announcement

Collapse
No announcement yet.

mount disk

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    mount disk

    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.

    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
    /etc/fstab
    # /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
    Does anyone knows a solution to get the harddisk mounted?

    Already thanks!

    #2
    In the console, type:
    Code:
    sudo blkid
    Copy/paste the results for a review.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Hello,

      No result.
      When the disk is attached, the command remains without output. When i check system activity, the CPU usage is 'Disk sleep'.

      When i repeat the command with the disk no longer attached:
      koenh@koenh-Kubuntu-1210:~$ sudo blkid
      /dev/sda1: UUID="E082-6D11" TYPE="vfat"
      /dev/sda2: UUID="1fa4576e-19ed-440b-b5d0-85735db49732" TYPE="ext4"
      /dev/sda5: UUID="0dc06581-ad5a-4360-8f15-206a426ed363" TYPE="swap"
      /dev/sda6: UUID="42112b0d-7b32-44e1-9376-409f92662715" TYPE="ext4"

      Comment


        #4
        try
        Code:
        sudo blkid -c /dev/null

        Comment


          #5
          Hello,

          I tried the last command, but even after 5 minutes, no result.

          I was able to mount the disk for a short time and recuperate some data. But on a certain moment, i got another error. I don't find much information about it so solve the problem:
          koenh@koenh-Kubuntu-1210:~$ sudo fdisk -lu

          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
          ^[[23~^[[23~^[[21~^[[20~
          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
          koenh@koenh-Kubuntu-1210:~$ sudo mount /dev/sdb6 /mnt -t ext4
          mount: wrong fs type, bad option, bad superblock on /dev/sdb6,
          missing codepage or helper program, or other error
          In some cases useful info is found in syslog - try
          dmesg | tail or so
          The message is immediately after entering the command. When i try the same with fe. sdb3 (with is ntfs), it takes about a minute before the message is present...

          Already thanks.

          Comment


            #6
            Have you tried running fsck on the partition yet?

            Comment

            Working...
            X