Results 1 to 6 of 6

Thread: Change filesystem from RAW to NTFS?

  1. #1
    Join Date
    May 2011
    Beans
    7

    Change filesystem from RAW to NTFS?

    Hello all!

    First of all, I do really like Ubuntu. Still working on getting my way around and finding things but overall I think its great!

    But I have a problem. I used my friends removable drive to watch a movie on my laptop, and when he put it back in his it doesn't work.
    He uses Windows 7. He has alot of stuff on his drive that we would rather not reformat, so Im here asking you fantastic people for help.

    So he had it formatted to NTFS and now its RAW..I have no idea how. It won't work on either my desktop (XP) or his laptop (7) but it works fine on my UBUNTU

    What gives?

  2. #2
    Join Date
    Sep 2005
    Beans
    1,596
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Change filesystem from RAW to NTFS?

    I'm not sure why it changed to raw, but you may want to get a program called testdisk to repair it. I believe it's in the repos. Just search software center or install it via apt-get like so:

    sudo apt-get install testdisk

    You can use that program and it'll look for the MFT, partition table, etc. and repair it, if it can.

    EDIT: Question did you have it hooked up like an external? If so did you unmount it properly (not just unplug it as that can cause issues like this) or shutdown then remove it?
    MBA M1 - M1 8GB 256GB - macOS Monterey
    MSI GL65 - i5-10300H 16GB 512GB GTX 1650 Windows 11
    Galaxy Book Go - Snapdragon 7c Gen 2 4GB 128GB Windows 11

  3. #3
    Join Date
    May 2011
    Beans
    7

    Re: Change filesystem from RAW to NTFS?

    I checked with my husband he says he unmounted before turning it off and going to sleep.

    If I have to get a program to fix this, I'll have to wait to tell you if it worked. I don't have wireless.

    I used my own little tiny drive to put a movie on before and all is fine. (But I have that one formatted to FAT32.)

    Is that why it corrupted?

  4. #4
    Join Date
    Jan 2009
    Location
    ::1
    Beans
    2,485

    Re: Change filesystem from RAW to NTFS?

    Quote Originally Posted by jeld View Post
    Hello all!

    But I have a problem. I used my friends removable drive to watch a movie on my laptop, and when he put it back in his it doesn't work.
    He uses Windows 7. He has alot of stuff on his drive that we would rather not reformat, so Im here asking you fantastic people for help.

    So he had it formatted to NTFS and now its RAW..I have no idea how. It won't work on either my desktop (XP) or his laptop (7) but it works fine on my UBUNTU

    What gives?
    I've never heard of a filesystem called "RAW". So, what do you mean with RAW.

    Or, better:
    if you connect your friend's removable drive to your Ubuntu computer, can you see the content? If so, type 'mount' on the command line and post the output here.

    And what's the goal: see the old contents, or let your friend use the drive again?

  5. #5
    Join Date
    Apr 2010
    Location
    England
    Beans
    3,286

    Re: Change filesystem from RAW to NTFS?

    Quote Originally Posted by sanderj View Post
    I've never heard of a filesystem called "RAW". So, what do you mean with RAW.

    Or, better:
    if you connect your friend's removable drive to your Ubuntu computer, can you see the content? If so, type 'mount' on the command line and post the output here.

    And what's the goal: see the old contents, or let your friend use the drive again?
    RAW isn't a filesystem, it's just used to describe an empty (or in this case, somewhat damaged) partition.

    I second the testdisk suggestion.
    http://xkcd.com/293/
    There are 10 kinds of people in this world: Those who understand ternary, those who don't, and those who confuse it with binary.

  6. #6
    Join Date
    Mar 2010
    Location
    Woonsocket, RI USA
    Beans
    3,195

    Re: Change filesystem from RAW to NTFS?

    Testdisk is used to recover filesystems that have been lost, but the fact that Linux recognizes it suggests that the problem is something else. I recommend getting more information by issuing the following commands from Linux with the drive plugged in and mounted:

    Code:
    sudo fdisk -lu /dev/sdb
    sudo blkid /dev/sdb*
    df -h
    This assumes the disk is the second one (/dev/sdb); it could be /dev/sdc, /dev/sdd, or even higher if the computer has more than one internal disk or if other external disks are plugged in.

    Post the results here, between [code] and [/code] tags to preserve legibility.

    It's possible that the partition table is damaged, in which case the fdisk output may provide clues. The blkid output will provide minimal information on filesystem(s) on the disk, and the df output will report what partition(s) have been mounted. My suspicion, though, is that there's been some subtle filesystem damage, not partition table damage. In that case, Windows tools will be the ultimate key to recovery. Getting the basic information from these initial diagnostic commands is the start of finding a solution, though.
    If I've suggested a solution to a problem and you're not the original poster, do not try my solution! Problems can seem similar but be different, and a good solution to one problem can make another worse. Post a new thread with your problem details.

Tags for this Thread

Bookmarks

Posting Permissions

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