Infinite loop mounting disk

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default Infinite loop mounting disk

    Hi,

    I had an old disk lying around and thought I put it in with my existing
    Ubuntu system. I used fdisk to create just one partition.
    It worked for a while but I found out that there was lots of old stuff on it
    so I did an "rm -rf" on the disk (since I don't know the *NIX-equivalent of
    format, though now I think I could've just mv'ed it to /dev/null, but
    anyways...) only now I can't mount the disk anymore.

    I'm getting continuously looping error messages on # mount -t ext3 /dev/hdb1
    /data, namely
    hdb: task_out_intr: status = 0x61 {DriveReady DeviceFault Error}
    hdb: task_out_intr: status = 0x61 {DriveStatusError}
    ide: failed opcode was: unknown
    ide: reset: succes
    and back to the first line. I have no control over the system anymore, hard
    reset is the only option.

    There's no important data on the disk anyway, so any solution you can come
    up with other than "smash it with a hammer" (i.o.w.: that will keep the disk
    intact) I'll try.

    Thanks in advance

    Kind regards

    Michael.


    Michael Guest

  2. Similar Questions and Discussions

    1. Mysql infinite loop?!
      this query doesnt work: SELECT d.cID,d.cLName,d.cFName , k.kid FROM cname d, cu_key e, rep_key f , `key` k WHERE (d.cLName LIKE '%') and (((e.cID...
    2. kernel2.6.15 and sdb1 disk not mounting
      hi i've just compiled 2.6.15-2 from 2.6.10-12, but now i can't mount \dev\sdb1 (my 250gb) while my sda1 and sda2 (80gb) are working without...
    3. Weird Infinite loop
      Hello, I have this piece of code, and since i put it on a new webserver, it has caused an infinite loop. As you can see, n begins at 1, and B_x...
    4. How do i stop an infinite loop in MX director?
      "hanct2002" <webforumsuser@macromedia.com> wrote in message news:bfvrfa$1p$1@forums.macromedia.com... end up having to ctrl-alt-delete .....is...
    5. Disk Copy quits before Mounting!@! (OSX)-
      In <jades-8ECD73.06005824072003@news-uk.onetel.net.uk> Alan Howard wrote: My impression is that this is nearly always due to a botched install,...
  3. #2

    Default Re: Infinite loop mounting disk


    "Michael" <mischa.tbaINSERTATHERExs4all.nl> wrote in message
    news:44675650$0$31637$e4fe514c@news.xs4all.nl...
    > Hi,
    >
    > I had an old disk lying around and thought I put it in with my existing
    > Ubuntu system. I used fdisk to create just one partition.
    > It worked for a while but I found out that there was lots of old stuff on
    > it so I did an "rm -rf" on the disk (since I don't know the
    > *NIX-equivalent of format, though now I think I could've just mv'ed it to
    > /dev/null, but anyways...) only now I can't mount the disk anymore.
    >
    > I'm getting continuously looping error messages on # mount -t ext3
    > /dev/hdb1 /data, namely
    > hdb: task_out_intr: status = 0x61 {DriveReady DeviceFault Error}
    > hdb: task_out_intr: status = 0x61 {DriveStatusError}
    > ide: failed opcode was: unknown
    > ide: reset: succes
    > and back to the first line. I have no control over the system anymore,
    > hard reset is the only option.
    >
    > There's no important data on the disk anyway, so any solution you can come
    > up with other than "smash it with a hammer" (i.o.w.: that will keep the
    > disk intact) I'll try.
    >
    > Thanks in advance
    >
    > Kind regards
    >
    > Michael.
    >
    Try mkfs (make a file system) - get the instructions from man mkfs. I would
    be a little more specific but i'm currently working on a Windows sytsem.
    Good luck. (O'Reilly has a pocket guide of essential commands which would
    seem to enhance your knowledge level.)

    Tom


    Tom Clydesdale Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139