[solved] Can't format (or I destroyed) a disk

I have a USB hard disk that had three NTFS partitions on it. The drive was working fine before I started messing with it. I would turn it on, it would auto-mount, and I could read/write to/from it.
I'm trying to format the disk, but it's not cooperating. Initially I attempted to use gparted (sudo gparted /dev/sdg), but it hung on, "scanning all devices." I read that gparted sometimes hangs on NTFS partitions. Since I didn't want them anyway, I deleted them all using fdisk:
sudo fdisk /dev/sdg
Then did d, 1, d, 2, d, 3, w. fdisk said, "Partition table has been altered!" or whatever it says when it's doing its thing. Except it sat there for about 10 minutes and never finished/exited. I couldn't get it to exit (ctrl-c, esc, q...) and had to close the terminal.
After that, sudo fdisk -l /dev/sdg showed no partitions. So it seemed like fdisk had been successful despite hanging. However, gparted still couldn't get past scanning, and (oddly?) sudo fdisk -l /dev/sdg1 still showed an ntfs partition taking up the entire disk. That was strange to me because there were three NTFS partitions on the disk previously. Shouldn't sdg1 be a partition, and not have partitions? Particularly when sdg showed no partitions at all? As far as I know, there were no extended partitions on here.
Anyway, I did sudo fdisk -l /dev/sdg1 and deleted the NTFS partition. Again, fdisk hung after, "Altering table!" and I had to close the terminal. But again the changes did seem to take effect. Now if i fdisk -l on either sdg or sdg1, it prints an empty partition table. Gparted still can't read the disk. I can create partitions using fdisk on either sdg or sdg1, but the drive won't mount. (No errors, I just turn it off and back on, and nothing happens.) Every time I write a change to the disk, fdisk hangs and I need to close the terminal.
I feel like the problem is the partition table(?) on sdg1. Shouldn't the result of fdisk -l on sdg1 be, "No partition table found?" Is there anything I can do to just, like, reset the whole disk so I can get it open in gparted? Or did I kill it when I exited fdisk?
Last edited by yawns (2010-06-25 21:33:50)

/dev/sdg1 is the first partition of the device; that it exists at all means that the kernel wasn't informed that the partition table changed.  This is likely the step at which fdisk hung.  You can try to do this manually with the partprobe command.  If that hangs, I'm not sure what else to do except for unplugging and replugging the disk, and failing in that, rebooting.  Also, check dmesg for anything interesting.
EDIT: Also, weird stuff will happen if any of those partitions were mounted before you started messing with the partition table, so make sure to unmount everything relating to that disk.
Last edited by tavianator (2010-06-24 23:24:25)

Similar Messages

  • How can i format my MacBook Pro hard disk and recover my data from time capsule?

    Hello,
    My MacBook Pro is running slow, more and more. Everything started with the "upgrade" to Lion.
    Can I re-format my hard disk and recover from Time Capsule only the data and applications I really need (including Snow Leopard as OS, maybe)?
    Thanks

    The problem is that it is a Western Digital 3.5 inch internal hard drive housed inside a hard drive caddy. So the only way to connect it to my computer is through a dock.

  • Can't format ssd... Disk Utility Hangs

    Hi all!
    Too long; didn't read: I need a way of formatting clean SSD for installing OS X, as the apple Disk Utility doesn't seem to be up to the task!?
    A bit of background (UNRELEVANT for question, here to make thread useful to others when searching): A couple of days ago I upgraded my MacBook Pro mid 2010 from OS X 10.7 Lion to 10.9 Mavericks.
    It's a standard 13" Macbook Pro mid 2010, cheap edition, except for the HDD to SSD upgrade (upgrade ordered while ordering computer, this it's an Apple SSD).
    Suddenly yesterday my computer would not wake from sleep. I closed it by a long press on the power button, restarted it, it used a lot of time to show the Apple logo on white background along with the "working wheel" (around 10 or 15 minutes), then replaced the Apple logo with a "No Access"-logo.
    While runnig a Disk Repair un Disk Utilities from a Lion Setup DVD fixed the startup issue in the first attempt, the the computer just froze when I logged in, and I choose to reinstall from scratch.
    The SystemsRescueCD (small Linux with a lot of file-system support) proved very useful for making a backup of my data.
    Attempts at formatting: The Apple Disk Utility (no matter if it's run from Lion DVD or Apple Internet Recovery) is extremely slow at formatting the SSD. Sometimes it will hang for 10 to 20 minutes, and it only completed the formatting once... kinda...
    it took around 6 hours, but after trying to unmount the disk for 4 hours, I choose to kill the computer (and restart), as the partitioning step was complete. OS X could not be installed to the disk.
    Since the Apple Disk Utility couldn't format the SSD, I tried formatting in GParted (using SystemsRescueCD) to HFS+ with Master Boot Record GPT (GUID Partitioning Table). It took around one second to complete.
    When rebooting and starting the OS X installation, it did "see" the partition, but complained that the file system wasn't journaled. I used the Apple Disk Utility to enable journaling (it seemed to work!), but when I restarted the installation, it froze when it had to deal with the filesystem.
    To check if the SSD was able to boot a operation system, I installed Linux Mint. Besides from the usual driver issues with Linux, it worked.
    I really hope someone can help -- my Bs.C. thesis is due quite soon, and this computer crash couldn't happen at a worse time

    Longtallsally28 
    I was thinking that same thing but it said it only applied to MacBook Airs.
    Not so,...any and all SSD can fail.
    #1) Why does the computer not recognize SSD partitions? (i.e. revert to Disk0s1)
    A likely failed SSD
    #2) Is there a possible component within the computer causing the continued failure? ( Is there a diagram showing all the components within the MBP?)
    Yes, the SSD controller on the SSD module
    #3) What do I have to do to make this computer work?
    Contact Apple for full free in shop diagnostic
    peace

  • [Solved] Can't boot; udev not creating /dev/disk/

    After doing a system upgrade I can no longer boot.  I get the message that /dev/disk/by-uuid/{device id} cannot be found.  (There is no /dev/disk/ path at all).  I tried changing the grub boot path to dev/sdaX, but /dev/sda?? are also not created.
    I have a Fedora rescue CD lying around, and if I boot from that I can see and mount the boot device (/dev/disk/by-uuid/ is created), so I don't think it's a hardware issue.
    Last edited by rhodie (2012-03-20 18:26:53)

    Booting from a NetInstaller CD worked.
    A couple of notes in case others have the same issue.
    I had to turn on networking before I could run pacman.  I turned on networking by issuing these commands (not sure of the proper order for them or if they're all necessary, but it worked):
    /etc/rc.d/networking start
    ip link set eth0 up
    dhcpd
    I then ran through the steps listed at https://wiki.archlinux.org/index.php/Pa … nger_boot.  , but I got errors on "mkinitcpio -p linux" so I added "pacman -S linux," which seemed to include mkinitcpio, but I ran mkinitcpio again afterwards just to be sure and got no errors.
    Last edited by rhodie (2012-03-20 16:09:20)

  • [Solved] Can't Import ZFS Pool as /dev/disk/by-id

    I have a 4 disk raidz1 pool "data" made up of 3TB disks.  Each disk is so that that partition 1 is a 2GB swap partition, and partition 2 is the rest of the drive.  The zpool was built out of /dev/disk/by-id(s) pointing to the second partition.
    # lsblk -i
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 2.7T 0 disk
    |-sda1 8:1 0 2G 0 part
    `-sda2 8:2 0 2.7T 0 part
    sdb 8:16 0 2.7T 0 disk
    |-sdb1 8:17 0 2G 0 part
    `-sdb2 8:18 0 2.7T 0 part
    sdc 8:32 0 2.7T 0 disk
    |-sdc1 8:33 0 2G 0 part
    `-sdc2 8:34 0 2.7T 0 part
    sdd 8:48 0 2.7T 0 disk
    |-sdd1 8:49 0 2G 0 part
    `-sdd2 8:50 0 2.7T 0 part
    sde 8:64 1 14.9G 0 disk
    |-sde1 8:65 1 100M 0 part /boot
    `-sde2 8:66 1 3G 0 part /
    I had a strange disk failure where the controller one one of the drives flaked out and caused my zpool not to come online after a reboot, and I had to zpool export data/zpool import data to get the zpool put back together.  However, now it is fixed, but my drives are now identified by their device name:
    [root@osiris disk]# zpool status
    pool: data
    state: ONLINE
    scan: resilvered 36K in 0h0m with 0 errors on Wed Aug 13 22:37:19 2014
    config:
    NAME STATE READ WRITE CKSUM
    data ONLINE 0 0 0
    raidz1-0 ONLINE 0 0 0
    sda2 ONLINE 0 0 0
    sdb2 ONLINE 0 0 0
    sdc2 ONLINE 0 0 0
    sdd2 ONLINE 0 0 0
    errors: No known data errors
    If I try to import by-id without a zpool name, I get this (its trying to import the disks, not the partitions):
    cannot import 'data': one or more devices is currently unavailable
    [root@osiris disk]# zpool import -d /dev/disk/by-id/
    pool: data
    id: 16401462993758165592
    state: FAULTED
    status: One or more devices contains corrupted data.
    action: The pool cannot be imported due to damaged devices or data.
    see: http://zfsonlinux.org/msg/ZFS-8000-5E
    config:
    data FAULTED corrupted data
    raidz1-0 ONLINE
    ata-ST3000DM001-1CH166_Z1F28ZJX UNAVAIL corrupted data
    ata-ST3000DM001-1CH166_Z1F0XAXV UNAVAIL corrupted data
    ata-ST3000DM001-1CH166_Z1F108YC UNAVAIL corrupted data
    ata-ST3000DM001-1CH166_Z1F12FJZ UNAVAIL corrupted data
    [root@osiris disk]# zpool status
    no pools available
    ... and the import doesn't succeed.
    If I put the pool name at the end, I get:
    [root@osiris disk]# zpool import -d /dev/disk/by-id/ data
    cannot import 'data': one or more devices is currently unavailable
    Yet, if I do the same thing with the /dev/disk/by-partuuid paths, it seems to work fine (other than the fact that I don't want partuuids).  Presumably because there are no entries here for entire disks.
    [root@osiris disk]# zpool import -d /dev/disk/by-partuuid/ data
    [root@osiris disk]# zpool status
    pool: data
    state: ONLINE
    scan: resilvered 36K in 0h0m with 0 errors on Wed Aug 13 22:37:19 2014
    config:
    NAME STATE READ WRITE CKSUM
    data ONLINE 0 0 0
    raidz1-0 ONLINE 0 0 0
    d8bd1ef5-fab9-4d47-8d30-a031de9cd368 ONLINE 0 0 0
    fbe63a02-0976-42ed-8ecb-10f1506625f6 ONLINE 0 0 0
    3d1c9279-0708-475d-aa0c-545c98408117 ONLINE 0 0 0
    a2d9067c-85b9-45ea-8a23-350123211140 ONLINE 0 0 0
    errors: No known data errors
    As another approach, I tried to offline and replace sda2 with /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F28ZJX-part2, but that doesn't work either:
    [root@osiris disk]# zpool offline data sda2
    [root@osiris disk]# zpool status
    pool: data
    state: DEGRADED
    status: One or more devices has been taken offline by the administrator.
    Sufficient replicas exist for the pool to continue functioning in a
    degraded state.
    action: Online the device using 'zpool online' or replace the device with
    'zpool replace'.
    scan: resilvered 36K in 0h0m with 0 errors on Wed Aug 13 22:37:19 2014
    config:
    NAME STATE READ WRITE CKSUM
    data DEGRADED 0 0 0
    raidz1-0 DEGRADED 0 0 0
    sda2 OFFLINE 0 0 0
    sdb2 ONLINE 0 0 0
    sdc2 ONLINE 0 0 0
    sdd2 ONLINE 0 0 0
    errors: No known data errors
    [root@osiris disk]# zpool replace data sda2 /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F28ZJX-part2
    invalid vdev specification
    use '-f' to override the following errors:
    /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F28ZJX-part2 is part of active pool 'data'
    [root@osiris disk]# zpool replace -f data sda2 /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F28ZJX-part2
    invalid vdev specification
    the following errors must be manually repaired:
    /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F28ZJX-part2 is part of active pool 'data'
    I would appreciate if anyone else had any suggestions/workarounds on how to fix this
    As I was typing this up, I stumbled upon a solution by deleting the symlinks that pointed to entire devices in /dev/disk/by-id (ata-* and wwn*).  I then was able to do a zpool import -d /dev/disk/by-id data and it pulled in the partition 2's.  It persisted after a reboot and my symlinks were automatically regenerated when the system came back up:
    [root@osiris server]# zpool status
    pool: data
    state: ONLINE
    scan: resilvered 36K in 0h0m with 0 errors on Wed Aug 13 23:06:46 2014
    config:
    NAME STATE READ WRITE CKSUM
    data ONLINE 0 0 0
    raidz1-0 ONLINE 0 0 0
    ata-ST3000DM001-1CH166_Z1F28ZJX-part2 ONLINE 0 0 0
    ata-ST3000DM001-1CH166_Z1F0XAXV-part2 ONLINE 0 0 0
    ata-ST3000DM001-1CH166_Z1F108YC-part2 ONLINE 0 0 0
    ata-ST3000DM001-1CH166_Z1F12FJZ-part2 ONLINE 0 0 0
    It would appear to be an issue with specifically importing non-whole devices by-id.  Although this was mainly rambling and no longer a question, hopefully this might help someone having issues re-importing a zpool by /dev/disk/by-id.
    Matt

    This just saved my morning Thank you!
    I was using Ubuntu 14.04 and after an upgrade to 3.13.0-43-generic it somehow broke... Anyhow now the zpool survives restarts again and I don't have to import it every time using partuuids.

  • How can I format my 7610 Supernova????

    Please help me, I want to format my 7610 Supernova but I can't.
    I Tried 2 way to do this but didn't work. first I put this code: *#7370# and nothing happend.
    and then I press 3 - * - Call Button and hold it to format the phone but this way is not working on my phone to format it.
    Please help me that how can I format my phone.

    Hi
    If you have made necessary backups and your sure you want to format,
    You may select Menu> sett> restore factory sett> Restore all
    This will reset all preference settings and delete all personal data, such as contacts, messages, media files etc...
    Check your user guild (pg. 42)
    http://nds1.nokia.com/files/support/apac/phones/guides/Nokia_7610Supernova_apac_ug_en.pdf
    If this works, dont forget to click on Kudos and solution
    If this post helped to solve your enquiry, dont forget to mark me KUDOS and SOLUTION

  • Can't format my new HDD (WD3200bevt)

    i bought a new internal hard drive yesterday and i found that i can't format it (i am sure that the new HDD set in my MBP corrected). i used disk utility to erase it, then says "file system formatter failed." i googled everything but, nothing. i tried to follow the instruction i googled that change the partition type to Guid, however it says again and again too("file system formatter failed."). it almost drive me crazy. i don't know how to solve it.
    P.S. i find i can format it into FAT.
    my HDD is WD3200BEVT. also i have a wd5000bevt, it worked beautiful.

    Hi there,
    I don't have direct experience of your problem but have suggestions.
    1. Try some of the things suggested on this thread:
    http://discussions.apple.com/thread.jspa?threadID=1288978&start=0&tstart=0
    2. In disk utility click on the logical name of the HD in the side bar (in my case that's a long name with code for the drive and size), select this and not the partition name! then click on the partition tab. From the drop down select one partition. From options select GUID. Then the filesystem as HFS+ Journaled etc. Then click erase. Does that make any difference?
    3. Or download Ubuntu and try and re-format the disk using the installer.

  • Can't format ipod classic it's read only

    Can't format my ipod classic because hard drive is read only.

    Howdy miller4303,
    If you need to restore your iPod classic, use the steps in this article -
    iPod only shows an Apple logo and doesn't start up - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • My ipod no longer can be formatted by IPOD UPDATER.

    My ipod no longer can be formatted by IPOD UPDATER. It gives me a Cant mount ipod error now as well. It shows up in device manager as Player Recovery Device Class, and other pc's and macs cannot recognize it. Ive tried multiple ports and it does not work. When it is connected to the port it beeps as it should but then it will randomly beep as it is connected.
    Also it does not work at all disconnected from the computer. The light doesnt work on it at all and there is no response whatsoever.

    Hi Clayton and everybody.
    I got same problem with my Shuffle: the iPod doesnt play, it doesn't response to any button, no LED works. When i plug in the USB 2.0 port i've always used before (with any problem), WinXP Pro says "the device would work better in 2.0 usb" even though I have 2.0 usb, and i need to install a new hardware as a player recovery to get the iPod Updater recognizing it as a "recovery mode".
    As you said, there is only option to do a Recover, but when it starts the proccess, the USB unmount (DIDU sound argh!), and the iPod Updater tells me "Error when trying to write disc" after a few minutes stuck in the recover proccess. I've tried in 3 different PCs, and same error...
    I've been without using my Shuffle for 1 week (since it suddenly stopped playing music, due to low battery I thinked)...much more than 24 hours! And it doesn't work!
    Should I keep trying the "recovery mode restore" expecting for a miracle or what? What can i do? Please help, i would like to do anything possible before aplying the warranty...
    Thanks! And sorry for my bad english!
    PC   Windows XP Pro   PIV 3,2Ghz, ASUS P4P800 MOBO, 2GB DDR, 6800GT

  • Can't open disk utility at startup, can't format new hard drive

    My hard drive on my 2011 macbook pro recently went out, so I purchased a new one. I plugged it in internally and brought up disk utility in internet recovery, but it didn't recognize the drive. So I tried using an external hard drive reader, but now recovery mode can't be accessed at all, whether I press option or command r after startup, it still gives me the same gray folder with a question mark icon. Is my recovery mode damaged, and is that possible to fix?

    You can use an external USB disk/flash drive which has Recovery  (or a full OS - requires a 16GB disk space on a USB flash or a JHFS+ partition with the OSX) on it. Boot from that recovery USB drive. if Internet Recovery worked once, the MBP is already capable of repeating it. It requires an Ethernet or WiFi connection. If neither is available, or is spotty, Internet Recovery will not work. Can you try Internet recovery via Ethernet cable, if all your previous attempts have been via WiFi?
    If the drive is not recognized when plugged into the internal SATA bus, either a cable is not plugged in properly (the replacement drive never showed up successfully as per the OP even once, or the drive is DoA). It should be tested externally. Pulling the drive out and putting it back is fairly easy in the 2011/2012 MBPs. The cable could have been damaged during the replacement. The non-drive end of SATA/IR Sensor cable on the main logic board could be loose or damaged.
    If you have a external cable SATA-to-USB or SATA-to-FW (very unlikely), format the new drive using a different PC/MAC to make sure it is not DoA. What brand/model is this new drive? Is it an SSD? It may require a FW upgrade.
    If there is a second MAC available, a Target Disk Mode boot (press T while powering up the mac with the new drive) may allow the second working mac to format the new drive via Disk Utility.

  • Can i format a partition of a windows formatted HD for OS Extended?

    things have gotten a little complicated over here but i think i finally have my windows 7 and windows xp installations on my mac pro.
    the windows 7 is on my first hard drive in bay 1 "under" Lion via Boot Camp. from everything i have been able to gather we have formatted the second HD in bay 2 as a FAT32 or NTFS and actually installed windows XP right on a 300 GB partition on this drive. i know this sounds a little goofy but my understanding is that we have avoided installing Leopard (or whatever) on this second drive by going straight to the windows installation on this drive.
    here is my question.
    i just went to backup the data in my Lion OS that is on my drive in bay 1 on the remaining 700 GB in the second partition on the HD in bay 2. however, i cannot do this because this HD is formatted for windows.
    does anyone happen to know if i can just format this second /partition/ as a OSX Extended and use this leftover part of the drive as my internal backup of my Lion OS? i mean, i used to use this second HD as a daily internal backup of my Lion OS and i would like to use this space for this if at all possible.
    TIA and advance apologies for anything unclear on that.

    This is made incredibly complex by Mac OS X use of extensible GUID Partition Map including an EFI partition and (possibly a Recovery_HD partition as well) Vs. Windows insistence that:
    1) GUID Partition Map does not exist, and that
    2) MBR Partition Map is the only one in existence, and that
    3) no drive will EVER need more than four partitions total.
    When you use BootCamp to put the Windows partition on a GUID drive (such as the Boot Drive) it adds an additional MBR partition Map to the existing GUID partition map. This allows Windows to boot off the same drive (Windows just reads the MBR partition Map it wants to see and ignores the GUID partition Map). This works UNTIL you use any Windows Utilities to modify partitions, after which Mac OS X becomes unreachable and will not boot properly again until you rebuild them both.
    When you use Windows Utilities directly to partition a drive, it becomes a Window-only drive. To have Mac OS X use it as a Boot drive requires GUID partition Map and an EFI partition. Mac OS X needs to get in first, create the GUID Partition map, and then have BootCamp add and correctly maintain the MBR partition Map as well as the GUID partition Map.
    Since Linux piggybacks on the Windows booting techniques to get Installed, there are some utilities from the Linux Open Source world, such as REFIt  (has EFI in the middle of its name) that are designed to manipulate both maps in concert. They may be worth consideration.

  • Can't format external drive for Mac

    I got an external Seagate Freeagent 750GB drive to use with my new Mini. It came formatted as a windows FAT volume. Since I don't have a FW400 to FW 800 cable yet, I have it connected via USB. When I try to reformat as a Mac drive (with any of the 4 case-sensitive / journaled options), I get an error, but I can then reformat as FAT. Does anyone know how I can format this drive as mac and what the problem is?

    It may have something to do with the partition scheme. There are at least three different schemes. One is used for windows formats (so you can use FAT32 or NTFS format), one is used for Intel Mac (probably GUID, not sure), and one is used for PowerPC Mac (probably the Apple Partition Map, again not sure). I don't know whether it is smart enough to choose the appropriate scheme for you when you have selected a format for your partition. Try to select the right scheme for Intel Mac first, and then decide on the format on each (if you have more than one partition on that disk) partitions.
    I think you have to make sure the format is compatible with the scheme, especially when you have multiple partitions on one disk. You can't format one partition to FAT32 and another to HFS+, although it will try to do something, but it will end up with error.

  • My iPod Classic has decided to fill up my music files,and I can't format the disc after restoration. How do I get it operable again?

      I can't format the disc, and iTunes says I may have a corrupted iPod. The system has been restored. What do I do to get my disc space back?All the iPod is doing now is constantly syncing things. I have the latest version of iTunes. It is a 160 Gb system.

    I also had about 80 gigs of space left when the iPod decided to fill up my music files, somehow.

  • How can I format footnote fonts in pages--for all footnotes in a document?

    I am just starting to use Pages and am writing a paper with footnotes.  The paper is in Times New Roman 12, but the footnotes come automatically in Helvetica 10.  How can I format all the footnotes so they automatically appear in TNR 12?

    Change one word in a footnote
    Select that word
    In the Style drawer click on the triangle for the Footnote in the paragraph style section. You have to move the cursor to the left to see the trinagle
    Choose Redefine style from the selection

  • My External Hard Drive is now classified as RAW - can you format it - External Flash Drive

    My External Hard Drive is now classified as RAW - can you format it
    ear Forum,
    I have a Generic Flash External Disk Drive that I am having trouble formatting.
    It has data that used to be on it before I changed the Storage Policies on the Control Set in the Registry Editor after reading on how to do it on the Microsoft Knowledge Base [url=http://windows.microsoft.com/en-au/windows7/formatting-disks-and-drives-frequently-asked-questions]Formatting
    disks and drives: frequently asked questions[/url]
    I have copied and pasted the data that was originally on the disk - I just want to know if there is a way of making the Generic External Disk Drive usable again.
    I am unsure of the different names to change it to and just wish to utilise it again.
    I tried to change the Format via this link [url=http://www.wikihow.com/Format-FAT32]How to Format FAT32: 7 Steps (with Pictures) - wikiHow[/url] - It came up that I had bad sectors.
    Can someone please assist?
    This is what I did in Registry Editor - I had to create the the StorageDevicePolicies folder.
    Open Registry Editor.
    In Registry Editor, navigate to the following registry key:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\StorageDevicePolicies
    Note: This key might not exist. In that case simply create it as a new key under the parent key.
    Create the following value (DWORD):
    WriteProtect
    and give it a value of 1.
    Note: As always, before making changes to your registry you should always make sure you have a valid backup. In cases where you're supposed to delete or modify keys or values from the registry it is possible to first export that key or value(s)
    to a .REG file before performing the changes.
    Close Registry Editor.
    Done!
    I really require the information or wish to reuse the disk so can someone assist 
    or 
    https://skydrive.live.com/redir?resid=7A797BF1CB645296%211261
    Dear Forum,
    I have a Generic Flash External Disk Drive that I am having trouble formatting.
    It has data that used to be on it before I changed the Storage Policies on the Control Set in the Registry Editor after reading on how to do it on the Microsoft Knowledge Base [url=http://windows.microsoft.com/en-au/windows7/formatting-disks-and-drives-frequently-asked-questions]Formatting
    disks and drives: frequently asked questions[/url]
    I have copied and pasted the data that was originally on the disk - I just want to know if there is a way of making the Generic External Disk Drive usable again.
    I am unsure of the different names to change it to and just wish to utilise it again.
    I tried to change the Format via this link [url=http://www.wikihow.com/Format-FAT32]How to Format FAT32: 7 Steps (with Pictures) - wikiHow[/url] - It came up that I had bad sectors.
    Can someone please assist?
    This is what I did in Registry Editor - I had to create the the StorageDevicePolicies folder.
    Open Registry Editor.
    In Registry Editor, navigate to the following registry key:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\StorageDevicePolicies
    Note: This key might not exist. In that case simply create it as a new key under the parent key.
    Create the following value (DWORD):
    WriteProtect
    and give it a value of 1.
    Note: As always, before making changes to your registry you should always make sure you have a valid backup. In cases where you're supposed to delete or modify keys or values from the registry it is possible to first export that key or value(s)
    to a .REG file before performing the changes.
    Close Registry Editor.
    Done!
    I really require the information or wish to reuse the disk so can someone assist 
    or 
    https://skydrive.live.com/redir?resid=7A797BF1CB645296%211261
    Melissa Lindsay

    Hi,
    In Disk Management you could right click on your Drive I and choose Delete volume. However from the error message provided in Diskpart commands (Track 0 Bad) generally caused by hardware issue, so we may not able to fix it with software such as diskpart
    or format.
    Another possible fix is to run a Low-Level Formatting. This could be done by third party product which generally will be provided with a disk when you purchase the hard disk. You will still need to contact manufacturer if Diskpart and Disk Management
    cannot help reformat the disk. 
    If you have any feedback on our support, please send to [email protected]

Maybe you are looking for

  • IPhone 4s charger with Japan plug used in Australia

    Hi, first time question. Two years ago I bought an iPhone 4S (black) in Australia with an Australian plug for my partner. Last week I purchased an iPhone 4S (white) from an Australian supplier on Ebay Australia. The phone arrived and (somewhat unsurp

  • Connecting Nano to TV

    Is there a av cable that apple sells so I can connect the nano to the tv without having to buy the full 99 dollar pack? Thanks

  • PHP Email form, need help...

    Heya, I have a flash form that uses PHP to send the data to an email, but it causes all of the data to display on the same line with no spaces when recieved via email, can anyone help? Thanks! Code: <?php $sendTo = "[email protected]"; $subject = "Co

  • Is it possible to pass data from Flex to BlazeDS/POJO as a stream?

    Is it possible to make a remote call to a remote Java object that uses BlazeDS so that the data is gotten as a stream (InputStream)? For example when uploading a file, it would require less memory. The BlazeDS examples about file upload that I've see

  • Database search using Oracle SES

    Hi all..specially Luca, I am a new to oracle SES.I have to search my database through oracle SES from my ASP.NET pages. But before doing it from ASP.NET page , I just want to try serching from the SES tool itself. I tried to create Database source ty