Announcement

Collapse
No announcement yet.

[SOLVED]I can't get into 2 of my hdd's

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

    [SOLVED]I can't get into 2 of my hdd's

    Hi
    I'm new here, installed Kubuntu yesterday, first time Linux for me and there are many new things and so far i have found all the answers here, but now i got a problem i can't find a solution for yet.

    So, to my problem: I have 6 harddrives, 4 of them work properly, 2 i cant reach, i can see them in dolphin on the left menu but cant get in on them.

    It can be so that those two are on my controllercard, a Sunsway/ST Lab PCI SATA 2P, SiL3512, but i am not sure.
    If it is like that, how can i find a working driver?
    But since i can recon them it doesnt seem like a driverproblem, so what can it then be?

    I use kubuntu 8.10.

    Hope anyone got an idé.

    #2
    Re: I can't get into 2 of my hdd's

    First welcome to Linux and to the KFN. Glad to have a new member among us.

    The two HDs that you can see in Dolphin but can't access. How are they formatted? Where they used in Windoze XP or Vista?
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: I can't get into 2 of my hdd's

      Thank you, feels good to have joined =)

      It was used in Wondows XP, filesystem NTFS.
      3 of the others that i can access were also used in Win XP before.

      Comment


        #4
        Re: I can't get into 2 of my hdd's

        Open a console and type the following commands. Copy and paste the output of each into your reply for review:
        Code:
        sudo fdisk -l
        (that's a lower case L)
        Code:
        cat /etc/fstab
        The first command will list all the HDs that are known, and how they are partitioned. The second command lists the contents of the fstab file that controls the mounting of filesystems at boot time.
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: I can't get into 2 of my hdd's

          I can't seem to access my extra drive either. I keep getting denied access, even though I can see it.

          Comment


            #6
            Re: I can't get into 2 of my hdd's

            Well ok, i dont really understand what it means, so i post it here, maybe that was your idé.

            Disk /dev/sda: 320.0 GB, 320072933376 bytes
            255 heads, 63 sectors/track, 38913 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes
            Disk identifier: 0x07265414

            Device Boot Start End Blocks Id System
            /dev/sda1 * 1 38913 312568641 7 HPFS/NTFS

            Disk /dev/sdb: 320.0 GB, 320072933376 bytes
            255 heads, 63 sectors/track, 38913 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes
            Disk identifier: 0xcb603eb5

            Device Boot Start End Blocks Id System
            /dev/sdb1 1 38913 312568641 7 HPFS/NTFS

            Disk /dev/sdc: 500.1 GB, 500107862016 bytes
            255 heads, 63 sectors/track, 60801 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes
            Disk identifier: 0xcb6fc6d9

            Device Boot Start End Blocks Id System
            /dev/sdc1 * 1 60801 488384001 7 HPFS/NTFS

            Disk /dev/sdd: 500.1 GB, 500107862016 bytes
            255 heads, 63 sectors/track, 60801 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes
            Disk identifier: 0xf4b7f4b7

            Device Boot Start End Blocks Id System
            /dev/sdd1 * 1 60801 488384001 7 HPFS/NTFS

            Disk /dev/sde: 160.0 GB, 160041885696 bytes
            255 heads, 63 sectors/track, 19457 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes
            Disk identifier: 0x1fc21fc1

            Device Boot Start End Blocks Id System
            /dev/sde1 * 1 1216 9767488+ 83 Linux
            /dev/sde2 1217 17270 128953755 5 Extended
            /dev/sde5 1217 1465 2000061 82 Linux swap / Solaris
            /dev/sde6 1466 17270 126953631 83 Linux

            Disk /dev/sdf: 500.1 GB, 500107862016 bytes
            255 heads, 63 sectors/track, 60801 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes
            Disk identifier: 0x0002b394

            Device Boot Start End Blocks Id System
            /dev/sdf2 5101 60800 447410250 f W95 Ext'd (LBA)
            /dev/sdf5 5101 60800 447410218+ 7 HPFS/NTFS

            Disk /dev/sdg: 500.1 GB, 500107862016 bytes
            255 heads, 63 sectors/track, 60801 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes
            Disk identifier: 0x9b239b23

            Device Boot Start End Blocks Id System
            /dev/sdg1 1 60800 488375968+ 7 HPFS/NTFS




            # /etc/fstab: static file system information.
            #
            # <file system> <mount point> <type> <options> <dump> <pass>
            proc /proc proc defaults 0 0
            # /dev/sda1
            UUID=ecb3bee0-9ecc-4839-8faf-7c8e6a384631 / ext3 relatime,errors=remount-ro 0 1
            # /dev/sda6
            UUID=2d7b290b-a675-42a5-8a0a-7224f60af49a /home ext3 relatime 0 2
            # /dev/sda5
            UUID=f5c1adb1-6404-4dc9-94ba-ddb8140208e5 none swap sw 0 0
            /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0



            Comment


              #7
              Re: I can't get into 2 of my hdd's

              Wow, that looks like a can of worms...

              Could you also be so kind as to post the output of
              Code:
              blkid -L
              And could you use the "quote" thingy around the output so it is easier to see.

              Thanks
              Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

              Comment


                #8
                Re: I can't get into 2 of my hdd's

                device fs_type label mount point UUID
                --------------------------------------------------------------------------------------
                /dev/sda1 ntfs Film (not mounted) E0345C29345C04C6
                /dev/sdc1 ntfs x264 /media/x264 7084F03584EFFF80
                /dev/sdd1 ntfs Mp3 (not mounted) 8418313818312A96
                /dev/sde1 ext3 / ecb3bee0-9ecc-4839-8faf-7c8e6a384631
                /dev/loop0 squashfs (not mounted)
                /dev/sdg1 ntfs Xvid /media/Xvid 62445CD2445CAA95
                /dev/sdb1 ntfs Blandat /media/Blandat B614CE4014CE037B
                /dev/sde5 swap <swap> f5c1adb1-6404-4dc9-94ba-ddb8140208e5
                /dev/sde6 ext3 /home 2d7b290b-a675-42a5-8a0a-7224f60af49a
                /dev/sdf5 ntfs TV /media/TV 8CFC548BFC547186
                Well, now i can see that those to TV and MP3 is "Not Mounted", so guess that is the problem =)
                So how do i mount them?


                Need the others in a better order also?

                Comment


                  #9
                  Re: [SOLVED]I can't get into 2 of my hdd's

                  After a lots of searching here and googling i got a good hunch of what the problem was and with a nice guide i found from dibl about mounting NTFS-drives in kubuntu i finally solved it =)

                  Thanks for the help anyway, i will probably need more times >.<

                  Comment

                  Working...
                  X