Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
Running Kubuntu and my seagate ex drive used to show on the system but no longer does. lsusb shows it : ancer@lance-desktop:~$ lsusb Bus 002 Device 003: ID 058f:9360 Alcor ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    24

    need to mount my external HD

    Running Kubuntu and my seagate ex drive used to show on the system but no longer does. lsusb shows it :

    ancer@lance-desktop:~$ lsusb
    Bus 002 Device 003: ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card Reader
    Bus 002 Device 002: ID 045e:00f9 Microsoft Corp.
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 003: ID 0bc2:0503 Seagate RSS LLC
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    lancer@lance-desktop:~$

    I have been told all that I need to do is to mount it. Can someone help with this as I have 10 years of my life in pictures on this drive

    Thank you all

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Open a terminal and type
    Code:
    sudo fdisk -l
    mount
    and post the output here ... the -l is a small L not a one

  3. #3
    Just Joined!
    Join Date
    Jan 2009
    Posts
    24
    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xc83de532

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 18662 149902483+ 83 Linux
    /dev/sda2 18663 19457 6385837+ 5 Extended
    /dev/sda5 18663 19457 6385806 82 Linux swap / Solaris

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

    Device Boot Start End Blocks Id System
    lancer@lance-desktop:~$ mount
    /dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)
    tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
    /proc on /proc type proc (rw,noexec,nosuid,nodev)
    sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
    varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
    varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
    udev on /dev type tmpfs (rw,mode=0755)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
    devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
    fusectl on /sys/fs/fuse/connections type fusectl (rw)
    lrm on /lib/modules/2.6.27-11-generic/volatile type tmpfs (rw,mode=755)
    securityfs on /sys/kernel/security type securityfs (rw)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)

  4. #4
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    The partition information for sdb is missing.

  5. #5
    Just Joined!
    Join Date
    Jan 2009
    Posts
    24
    isk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xc83de532

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 18662 149902483+ 83 Linux
    /dev/sda2 18663 19457 6385837+ 5 Extended
    /dev/sda5 18663 19457 6385806 82 Linux swap / Solaris

    Disk /dev/sdb: 40.0 GB, 40020664320 bytes
    255 heads, 63 sectors/track, 4865 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x1ffb1ffa

    Device Boot Start End Blocks Id System

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

    Device Boot Start End Blocks Id System
    lancer@lance-desktop:~$ mount
    /dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)
    tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
    /proc on /proc type proc (rw,noexec,nosuid,nodev)
    sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
    varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
    varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
    udev on /dev type tmpfs (rw,mode=0755)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
    devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
    fusectl on /sys/fs/fuse/connections type fusectl (rw)
    lrm on /lib/modules/2.6.27-11-generic/volatile type tmpfs (rw,mode=755)
    securityfs on /sys/kernel/security type securityfs (rw)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)


    better??

  6. #6
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Quote Originally Posted by phase8 View Post
    Disk /dev/sda: 160.0 GB
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 18662 149902483+ 83 Linux
    /dev/sda2 18663 19457 6385837+ 5 Extended
    /dev/sda5 18663 19457 6385806 82 Linux swap / Solaris

    Disk /dev/sdb: 40.0 GB
    Device Boot Start End Blocks Id System

    Disk /dev/sdc: 160.0 GB
    Device Boot Start End Blocks Id System

    better??
    From the information listed you have three drives connected to the system:-
    160GB sda with 2 partitions (linux installed)
    40GB sdb with no partitions
    160GB sdc with no partitions

    What has happened to the sdb and sdc drives was other information listed with fdisk -l which you did not post?

  7. #7
    Just Joined!
    Join Date
    Jan 2009
    Posts
    24
    nope put it all on
    the 2nd and 3rd drives were just used for data storage when the system was a windows system. The 160 gb Disk identifier: 0x000035e6 is the external drive that I cant find to get into it

  8. #8
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    No partitions are being shown for the external drive ... have you disconnected the drive without unmounting it or something similar that would explain why no partitions are shown?

  9. #9
    Just Joined!
    Join Date
    Jan 2009
    Posts
    24
    Yes I did unplug the thing ....where can I go from here to get it right??

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    First of all, plug-in both disks in any Windows Machine and check if partitions of both disks detected correctly or not.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...