Announcement

Collapse
No announcement yet.

Drive has no mount point and other drives are read only.

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

    Drive has no mount point and other drives are read only.

    Hi ,

    I just fixed the problem with nvidia drivers which seems to have scrambled the hard drives.

    First, one drive does n`t mount as it lacks a mount point and the other drives are read only.

    Never had to mount the drives before as Reelbox ( my htpc ) did this for me.

    A copy of fstab file :

    Click image for larger version

Name:	fstab.jpg
Views:	1
Size:	49.1 KB
ID:	648807

    A copy of gparted showing the 3tb unmounted drive :

    Click image for larger version

Name:	discos6.jpg
Views:	1
Size:	41.3 KB
ID:	648808

    Basically just want to write to the drives again.

    Thanks for your help.
    Last edited by kdeuser; Nov 25, 2014, 05:35 PM.

    #2
    Originally posted by Teunis
    Regretfully your links don't open up.
    Admin is notified.
    This is because these files do not have the allowed file extensions (.doc, .txt, etc ) as described in the attachment management area.

    it is easy enough to paste the text in these files into a post, these are not large files

    Comment


      #3
      What's the output of lsblk?

      Comment


        #4
        Here`s the lsblk output :

        Click image for larger version

Name:	lsblk-output.jpg
Views:	1
Size:	63.6 KB
ID:	642621

        Does not look good.
        Last edited by kdeuser; Nov 26, 2014, 02:10 AM.

        Comment


          #5
          The lsblk utility is part the package util-linux. That should be present on nearly every Ubuntu system. Perhaps it's missing from yours. Install it:
          Code:
          sudo apt-get install util-linux
          Also, kdesudo is used only when running graphical applications with elevation. Use sudo for text-mode commands. Oh, and a gentle reminder -- when working through troubleshooting steps, try not to second-guess. Randomly adding sudo to a command could have unintended side effects.

          Comment


            #6
            Ok , thanks for that advice .

            The print from `util-linux` :

            Click image for larger version

Name:	util-linux-output1.jpg
Views:	1
Size:	112.6 KB
ID:	642622

            Comment


              #7
              Hm. The package is installed...I don't understand why the command isn't working for you.

              What's the output of these two commands:
              Code:
              dpkg -L util-linux | grep ls
              
              which lsblk

              Comment


                #8
                Code:
                dpkg -L util-linux | grep ls
                
                which lsblk
                Click image for larger version

Name:	util-linux-output2.jpg
Views:	1
Size:	29.5 KB
ID:	642623

                Comment


                  #9
                  Originally posted by Teunis
                  Just out of curiosity I ran
                  teunis@W520:~$ which lsblk
                  /bin/lsblk
                  No surprise.

                  teunis@W520:~$ dpkg -L util-linux | grep lsblk
                  /bin/lsblk
                  /usr/share/bash-completion/completions/lsblk
                  /usr/share/man/man8/lsblk.8.gz
                  Is there a fix or do i have to buy another drive and load data off the unmountable one .

                  That`s expensive for me at the moment .

                  Guess free computing comes at a price - lol .

                  P. S. - Is there a way i could write to the other drives ?
                  Last edited by kdeuser; Nov 26, 2014, 12:43 PM.

                  Comment


                    #10
                    I'm trying to figure out what disk devices your system sees when it boots normally. The GParted output isn't too helpful, as the device node names aren't guaranteed to match.

                    The fact that your lsblk command is missing is confusing. What's the output of these commands? They'll help me understand a bit more about what's installed on your computer.
                    Code:
                    lsb_release -a
                    
                    uname -a
                    
                    apt-cache policy util-linux
                    And also these commands? They'll provide similar information about your disks:
                    Code:
                    sudo fdisk -l
                    
                    cat /proc/mounts
                    
                    ll -R /dev/disk

                    Comment


                      #11
                      Requested readouts :

                      Click image for larger version

Name:	sys-inf.jpg
Views:	1
Size:	75.2 KB
ID:	642624

                      Code:
                      reel@ReelBox:~$ sudo fdisk -l
                      
                      WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
                      
                      
                      Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
                      255 heads, 63 sectors/track, 243201 cylinders
                      Units = cylinders of 16065 * 512 = 8225280 bytes
                      Sector size (logical/physical): 512 bytes / 512 bytes
                      I/O size (minimum/optimal): 512 bytes / 512 bytes
                      Disk identifier: 0x00000000
                      
                         Device Boot      Start         End      Blocks   Id  System
                      /dev/sdb1               1      243202  1953514583+  ee  GPT
                      
                      Disk /dev/sda: 320.1 GB, 320072933376 bytes
                      255 heads, 63 sectors/track, 38913 cylinders
                      Units = cylinders of 16065 * 512 = 8225280 bytes
                      Sector size (logical/physical): 512 bytes / 512 bytes
                      I/O size (minimum/optimal): 512 bytes / 512 bytes
                      Disk identifier: 0x000b714a
                      
                         Device Boot      Start         End      Blocks   Id  System
                      /dev/sda1   *           1        1701    13663251   83  Linux
                      /dev/sda2            1702        1702        8032+  83  Linux
                      /dev/sda3            1703        1884     1461915   82  Linux swap / Solaris
                      /dev/sda4            1885       38913   297435442+  83  Linux
                      
                      WARNING: GPT (GUID Partition Table) detected on '/dev/sdd'! The util fdisk doesn't support GPT. Use GNU Parted.
                      
                      
                      Disk /dev/sdd: 2000.4 GB, 2000398934016 bytes
                      255 heads, 63 sectors/track, 243201 cylinders
                      Units = cylinders of 16065 * 512 = 8225280 bytes
                      Sector size (logical/physical): 512 bytes / 512 bytes
                      I/O size (minimum/optimal): 512 bytes / 512 bytes
                      Disk identifier: 0x00000000
                      
                         Device Boot      Start         End      Blocks   Id  System
                      /dev/sdd1               1      243202  1953514583+  ee  GPT
                                                                                                                                                                     
                      WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util fdisk doesn't support GPT. Use GNU Parted.                                
                                                                                                                                                                     
                      
                      Disk /dev/sdc: 3000.6 GB, 3000592982016 bytes
                      255 heads, 63 sectors/track, 364801 cylinders
                      Units = cylinders of 16065 * 512 = 8225280 bytes
                      Sector size (logical/physical): 512 bytes / 4096 bytes
                      I/O size (minimum/optimal): 4096 bytes / 4096 bytes
                      Disk identifier: 0x00000000
                      
                         Device Boot      Start         End      Blocks   Id  System
                      /dev/sdc1               1      267350  2147483647+  ee  GPT
                      Partition 1 does not start on physical sector boundary.
                      reel@ReelBox:~$
                      Code:
                      reel@ReelBox:~$ cat /proc/mounts
                      rootfs / rootfs rw 0 0
                      none /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
                      none /proc proc rw,nosuid,nodev,noexec,relatime 0 0
                      none /dev devtmpfs rw,relatime,size=1608728k,nr_inodes=212586,mode=755 0 0
                      none /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
                      /dev/disk/by-uuid/5560458c-847a-4cba-abfd-7ef64b4e0182 / ext4 rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
                      tmpfs /media tmpfs rw,relatime,size=10240k 0 0
                      none /sys/fs/fuse/connections fusectl rw,relatime 0 0
                      none /sys/kernel/debug debugfs rw,relatime 0 0
                      none /sys/kernel/security securityfs rw,relatime 0 0
                      none /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
                      none /tmp tmpfs rw,relatime,size=806488k 0 0
                      none /var/run tmpfs rw,nosuid,relatime,mode=755 0 0
                      none /var/lock tmpfs rw,nosuid,nodev,noexec,relatime 0 0
                      none /lib/init/rw tmpfs rw,nosuid,relatime,mode=755 0 0
                      /dev/sdb1 /media/hd1 jfs rw,relatime 0 0
                      /dev/sda4 /media/hd jfs rw,relatime 0 0
                      rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
                      nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
                      binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime 0 0
                      /dev/sdd1 /media/hd2 jfs rw,relatime 0 0
                      reel@ReelBox:~$
                      Code:
                      reel@ReelBox:~$ ll -R /dev/disk
                      /dev/disk:
                      total 0
                      drwxr-xr-x  6 root root  120 2014-11-26 00:17 .
                      drwxr-xr-x 17 root root 4160 2014-11-26 00:18 ..
                      drwxr-xr-x  2 root root  700 2014-11-26 00:17 by-id
                      drwxr-xr-x  2 root root   60 2014-11-26 00:17 by-label
                      drwxr-xr-x  2 root root  280 2014-11-26 00:17 by-path
                      drwxr-xr-x  2 root root  180 2014-11-26 00:17 by-uuid
                      
                      /dev/disk/by-id:
                      total 0
                      drwxr-xr-x 2 root root 700 2014-11-26 00:17 .
                      drwxr-xr-x 6 root root 120 2014-11-26 00:17 ..
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 ata-SAMSUNG_HM320II_S1X4J9AB105493 -> ../../sda
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 ata-SAMSUNG_HM320II_S1X4J9AB105493-part1 -> ../../sda1
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 ata-SAMSUNG_HM320II_S1X4J9AB105493-part2 -> ../../sda2
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 ata-SAMSUNG_HM320II_S1X4J9AB105493-part3 -> ../../sda3
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 ata-SAMSUNG_HM320II_S1X4J9AB105493-part4 -> ../../sda4
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 ata-ST32000542AS_9XW00C8Z -> ../../sdb
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 ata-ST32000542AS_9XW00C8Z-part1 -> ../../sdb1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 ata-WDC_WD20EARS-00MVWB0_WD-WMAZA3639904 -> ../../sdd
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 ata-WDC_WD20EARS-00MVWB0_WD-WMAZA3639904-part1 -> ../../sdd1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 ata-WDC_WD30EZRS-00J99B0_WD-WCAWZ0025233 -> ../../sdc
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 ata-WDC_WD30EZRS-00J99B0_WD-WCAWZ0025233-part1 -> ../../sdc1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 scsi-SATA_SAMSUNG_HM320IIS1X4J9AB105493 -> ../../sda
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 scsi-SATA_SAMSUNG_HM320IIS1X4J9AB105493-part1 -> ../../sda1
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 scsi-SATA_SAMSUNG_HM320IIS1X4J9AB105493-part2 -> ../../sda2
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 scsi-SATA_SAMSUNG_HM320IIS1X4J9AB105493-part3 -> ../../sda3
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 scsi-SATA_SAMSUNG_HM320IIS1X4J9AB105493-part4 -> ../../sda4
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 scsi-SATA_ST32000542AS_9XW00C8Z -> ../../sdb
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 scsi-SATA_ST32000542AS_9XW00C8Z-part1 -> ../../sdb1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 scsi-SATA_WDC_WD20EARS-00_WD-WMAZA3639904 -> ../../sdd
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 scsi-SATA_WDC_WD20EARS-00_WD-WMAZA3639904-part1 -> ../../sdd1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 scsi-SATA_WDC_WD30EZRS-00_WD-WCAWZ0025233 -> ../../sdc
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 scsi-SATA_WDC_WD30EZRS-00_WD-WCAWZ0025233-part1 -> ../../sdc1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 wwn-0x5000c5001581702c -> ../../sdb
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 wwn-0x5000c5001581702c-part1 -> ../../sdb1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 wwn-0x50014ee20534bde8 -> ../../sdc
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 wwn-0x50014ee20534bde8-part1 -> ../../sdc1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 wwn-0x50014ee6ab8699bf -> ../../sdd
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 wwn-0x50014ee6ab8699bf-part1 -> ../../sdd1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 wwn-0x50024e92046730b8 -> ../../sda
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 wwn-0x50024e92046730b8-part1 -> ../../sda1
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 wwn-0x50024e92046730b8-part2 -> ../../sda2
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 wwn-0x50024e92046730b8-part3 -> ../../sda3
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 wwn-0x50024e92046730b8-part4 -> ../../sda4
                      
                      /dev/disk/by-label:
                      total 0
                      drwxr-xr-x 2 root root  60 2014-11-26 00:17 .
                      drwxr-xr-x 6 root root 120 2014-11-26 00:17 ..
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 Reel\x20Media\x20Drive -> ../../sdd1
                      
                      /dev/disk/by-path:
                      total 0
                      drwxr-xr-x 2 root root 280 2014-11-26 00:17 .
                      drwxr-xr-x 6 root root 120 2014-11-26 00:17 ..
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 pci-0000:00:12.0-scsi-0:0:0:0 -> ../../sda
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 pci-0000:00:12.0-scsi-0:0:0:0-part1 -> ../../sda1
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 pci-0000:00:12.0-scsi-0:0:0:0-part2 -> ../../sda2
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 pci-0000:00:12.0-scsi-0:0:0:0-part3 -> ../../sda3
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 pci-0000:00:12.0-scsi-0:0:0:0-part4 -> ../../sda4
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 pci-0000:00:12.0-scsi-1:0:0:0 -> ../../sdb
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 pci-0000:00:12.0-scsi-1:0:0:0-part1 -> ../../sdb1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 pci-0000:00:12.0-scsi-2:0:0:0 -> ../../sdc
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 pci-0000:00:12.0-scsi-2:0:0:0-part1 -> ../../sdc1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 pci-0000:00:12.0-scsi-3:0:0:0 -> ../../sdd
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 pci-0000:00:12.0-scsi-3:0:0:0-part1 -> ../../sdd1
                      lrwxrwxrwx 1 root root   9 2014-11-26 00:17 pci-0000:00:14.1-scsi-0:0:1:0 -> ../../sr0
                      
                      /dev/disk/by-uuid:
                      total 0
                      drwxr-xr-x 2 root root 180 2014-11-26 00:17 .
                      drwxr-xr-x 6 root root 120 2014-11-26 00:17 ..
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 3144cee9-df98-4db0-b259-c6f3de638e2d -> ../../sda4
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 41c3909e-78ab-4bf7-b2dc-5d541a6aa8b9 -> ../../sdc1
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 5560458c-847a-4cba-abfd-7ef64b4e0182 -> ../../sda1
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 77dcd436-432a-43d1-8a74-789bb27a672e -> ../../sdb1
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 93834c7b-1e8c-4157-8116-6d1ba4242199 -> ../../sda2
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 ad73c128-bd08-4cd6-ab6c-a4524165c271 -> ../../sda3
                      lrwxrwxrwx 1 root root  10 2014-11-26 00:17 c36f1885-62ea-4fcc-9570-1cf15d96bc3a -> ../../sdd1
                      reel@ReelBox:~$

                      Comment


                        #12
                        Oh wow, you're on 10.04? That's four and a half years old. No wonder you don't have lsblk -- it's not part of the util-linux package in that release.

                        And the output of fdisk tells me that three of your drives -- sdb, sdc, and sdd -- have GPT rather than MBR partitioning schemes. We'll have to use a different tool to see the partitions. First, install it:
                        Code:
                        sudo apt-get install gdisk
                        If Apt tells you it's already installed, that's fine.

                        Now, what's the output of:
                        Code:
                        sudo gdisk -l /dev/sdb
                        
                        sudo gdisk -l /dev/sdc
                        
                        sudo gdisk -l /dev/sdd
                        BTW, you really should consider rebuilding that machine with the current version of Kubuntu. All support for 10.04 ceases in April 2015.

                        Comment


                          #13
                          Gdisk is installed and yes , i know the pc needs upgrading however, being a shoe horned version of kubuntu the machine would fail to work.

                          The prints :

                          Code:
                          reel@ReelBox:~$ sudo gdisk -l /dev/sdb
                          [sudo] password for reel: 
                          GPT fdisk (gdisk) version 0.5.1
                          
                          Partition table scan:
                            MBR: protective
                            BSD: not present
                            APM: not present
                            GPT: present
                          
                          Found valid GPT with protective MBR; using GPT.
                          Disk /dev/sdb: 3907029168 sectors, 1.8 TiB
                          Disk identifier (GUID): 1620D9E7-4A61-4353-BD5A-38BE43F58419
                          Partition table holds up to 128 entries
                          First usable sector is 34, last usable sector is 3907029134
                          Total free space is 0 sectors (0 bytes)
                          
                          Number  Start (sector)    End (sector)  Size       Code  Name
                             1              34      3907029134   1.8 TiB     0700  Linux/Windows data
                          reel@ReelBox:~$
                          Code:
                          reel@ReelBox:~$ sudo gdisk -l /dev/sdc
                          GPT fdisk (gdisk) version 0.5.1
                          
                          Partition table scan:
                            MBR: protective
                            BSD: not present
                            APM: not present
                            GPT: present
                          
                          Found valid GPT with protective MBR; using GPT.
                          Disk /dev/sdc: 5860533168 sectors, 2.7 TiB
                          Disk identifier (GUID): A655CF9C-A8DC-4254-BA3F-9EF7E3EF97B0
                          Partition table holds up to 128 entries
                          First usable sector is 34, last usable sector is 1565565838
                          Total free space is 0 sectors (0 bytes)
                          
                          Number  Start (sector)    End (sector)  Size       Code  Name
                             1              34      1565565838   2.7 TiB     0700  Linux/Windows data
                          reel@ReelBox:~$
                          Code:
                          reel@ReelBox:~$ sudo gdisk -l /dev/sdd
                          [sudo] password for reel: 
                          GPT fdisk (gdisk) version 0.5.1
                          
                          Partition table scan:
                            MBR: protective
                            BSD: not present
                            APM: not present
                            GPT: present
                          
                          Found valid GPT with protective MBR; using GPT.
                          Disk /dev/sdd: 3907029168 sectors, 1.8 TiB
                          Disk identifier (GUID): F3000037-F1DA-4B45-A2AA-6AE84D1FCB1A
                          Partition table holds up to 128 entries
                          First usable sector is 34, last usable sector is 3907029134
                          Total free space is 0 sectors (0 bytes)
                          
                          Number  Start (sector)    End (sector)  Size       Code  Name
                             1              34      3907029134   1.8 TiB     0700  Linux/Windows data
                          reel@ReelBox:~$

                          Comment


                            #14
                            Each of those drives has a single partition. And none of them are in your fstab -- thats why they aren't mounting. Let's create some mount points, and then mount those drives to the points and take a look.

                            First the mount points:
                            Code:
                            sudo mkdir /mnt/sdb /mnt/sdc /mnt/sdd
                            Now mount them:
                            Code:
                            sudo mount /dev/sdb /mnt/sdb
                            
                            sudo mount /dev/sdc /mnt/sdc
                            
                            sudo mount /dev/sdd /mnt/sdd
                            Now, you should be able to open Dolphin and explore these drives. Can you?

                            Comment


                              #15
                              Code:
                              reel@ReelBox:~$ sudo mkdir /mnt/sdb /mnt/sdc /mnt/sdd
                              [sudo] password for reel: 
                              reel@ReelBox:~$ sudo mount /dev/sdb /mnt/sdb
                              mount: /dev/sdb already mounted or /mnt/sdb busy
                              reel@ReelBox:~$ sudo mount /dev/sdc /mnt/sdc
                              mount: you must specify the filesystem type
                              reel@ReelBox:~$ sudo mount /dev/sdd /mnt/sdd
                              mount: /dev/sdd already mounted or /mnt/sdd busy
                              reel@ReelBox:~$
                              Drives sdb and sdd are fine just can not write to them and sdc still gives error.

                              Comment

                              Working...
                              X