Find the answer to your Linux question:
Results 1 to 6 of 6
I'm having an issue with a hard drive that has a 10 gig ntfs partition and a 190 gig fat 32 partiton. The ntfs detects and reads fine but the ...
  1. #1
    Linux User hatebreed's Avatar
    Join Date
    May 2010
    Posts
    332

    [SOLVED] problem with fat 32 formatted hard drive

    I'm having an issue with a hard drive that has a 10 gig ntfs partition and a 190 gig fat 32 partiton. The ntfs detects and reads fine but the 190 fat 32 partition detects in the disk utility and fdisk -l but it says that it's unrecognized in the disk utility. I can't mount the drive and I don't want to format since I have stuff on the drive I would like to keep. I no longer have windows on this system so that's out the window. Is there any way to get linux to mount this partition so I can at least copy the info and then format?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Before try anything in Linux, I would suggest you try Hard drive in Windows OS. Check if Windows OS recognizes 190GB partition and you can access its data.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux User hatebreed's Avatar
    Join Date
    May 2010
    Posts
    332
    windows recognizes both partitions. the 10 gig is the windows partition and the 190 is the data partition. just don't understand why linux won't mount the partition even though it sees it.

  4. #4
    Linux User hatebreed's Avatar
    Join Date
    May 2010
    Posts
    332
    I ran dmesg | tail and fat: bogus number of reserved sectors and vfs:couldn't find valid fat filesystem

  5. #5
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Scandisk it in Windows.

    if not available,

    sudo fsck.vfat -av /dev/sd(disk)(partition)

    e.g. sudo fdisk.vfat -av /dev/sdb1

  6. #6
    Linux User hatebreed's Avatar
    Join Date
    May 2010
    Posts
    332
    I ended up formatting the drive. Nothing would work, kept erroring out with no valid fat and bad super block. Oh well, it works now.

Posting Permissions

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