Announcement

Collapse
No announcement yet.

Please help, can't access sdb1

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

    Please help, can't access sdb1

    Need help! posted over at ubforums but never got an answer.

    My system crashed, I was using an edubuntu on hdd 2 and it crashed, I'm back on hdd1 w/ kubuntu and need to get 1 file off of the edubuntu hdd.

    I'll install something on the edu hdd if needed to access something out of the home partition. I hope it made on by default, this is all still very new to me.

    To be completely honest I'm afraid to hook up my .flac hdds. I need to move data from a 200 and 400 to a 750 so they can be reformatted ext3 but I'm scared!

    Right now can someone just help me get the one file off of sdb1?

    I get this message
    hal-storage-fixed-mount refused uid 1000
    Code:
    sudo fdisk -l
    Disk /dev/sda: 20.5 GB, 20525137920 bytes
    255 heads, 63 sectors/track, 2495 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xa935a935

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 2386 19165513+ 83 Linux
    /dev/sda2 2387 2495 875542+ 5 Extended
    /dev/sda5 2387 2495 875511 82 Linux swap / Solaris

    Disk /dev/sdb: 20.4 GB, 20404101120 bytes
    255 heads, 63 sectors/track, 2480 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x8ea14af3

    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 2372 19053058+ 83 Linux
    /dev/sdb2 2373 2480 867510 5 Extended
    /dev/sdb5 2373 2480 867478+ 82 Linux swap / Solaris


    Code:
    cat /etc/fstab
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    # /dev/sda1
    UUID=59ca9f25-e838-42ca-9246-5806c87e65e6 / ext3 defaults,errors=remount-ro 0 1
    # /dev/sda5
    UUID=97e32056-da26-43dc-8657-9f5ba7154e79 none swap sw 0 0
    /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
    0
    yes
    0%
    0
    Of course
    0%
    0
    Uh huh
    0%
    0
    absolutely
    0%
    0
    [img width=400 height=138]http://img219.imageshack.us/img219/7460/rigsigeo0.jpg[/img]

    #2
    Re: Please help, can't access sdb1

    Yeah, that's a well-documented issue:

    http://kubuntuforums.net/forums/inde...opic=3089549.0

    http://kubuntuforums.net/forums/inde...opic=3087495.0

    http://kubuntuforums.net/forums/inde...opic=3089254.0

    I would guess that manually mounting your /dev/sdb1 partition in a Konsole window would work. It appears to be an ext3-formatted partition, right? So, in the Konsole:

    Code:
    sudo mkdir /media/sdb1
    Code:
    sudo mount -t ext3 /dev/sdb1 /media/sdb1
    And then use D3lphin or Konqueror or Krusader or whatever to copy your file to wherever you want it.


    Comment


      #3
      Re: Please help, can't access sdb1

      Thanks dibl, you da man. I should have just come straight here~!
      [img width=400 height=138]http://img219.imageshack.us/img219/7460/rigsigeo0.jpg[/img]

      Comment

      Working...
      X