Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Other Things Gentoo
  • Search

NTFS -> FAT32

Still need help with Gentoo, and your question doesn't fit in the above forums? Here is your last bastion of hope.
Post Reply
Advanced search
13 posts • Page 1 of 1
Author
Message
adrox
n00b
n00b
Posts: 13
Joined: Thu Jun 13, 2002 10:15 pm

NTFS -> FAT32

  • Quote

Post by adrox » Sun Jun 16, 2002 4:29 am

I was wondering if it would be safe to convert my NTFS drive to FAT32 so I could write on it in Gentoo. I know my Partition Magic has the option to convert the drive but I'm not sure how reliable that is.

Anyone have any experience doing this?
Top
delta407
Bodhisattva
Bodhisattva
User avatar
Posts: 2876
Joined: Tue Apr 23, 2002 12:16 am
Location: Chicago, IL
Contact:
Contact delta407
Website

  • Quote

Post by delta407 » Sun Jun 16, 2002 4:58 am

NTFS <-> FAT tends to be quite perilous, especially for programs like Partition Magic that have decent track records but have been seen to destroy file systems, partition tables, and boot records. Really, you would probably be better off getting a second hard drive and shuffling your data around that way.

Or, you could just enable NTFS support in your kernel configuration, though it's read only... hmm...
Top
craftyc
Guru
Guru
Posts: 443
Joined: Thu May 23, 2002 3:27 pm
Location: Behind You.

  • Quote

Post by craftyc » Sun Jun 16, 2002 1:30 pm

I found a partitioning utility that allowed this facility, however I can't remeber what it's name was. :oops: . I think it was called System Commander.

Anyway, this partitioning utility allowed one to safely convert NTFS --> FAT32 or even FAT.
Postcount ++
Top
neuron
Advocate
Advocate
User avatar
Posts: 2371
Joined: Tue May 28, 2002 7:43 pm

  • Quote

Post by neuron » Sun Jun 16, 2002 2:29 pm

if you have the posibility to make a image of the partition before you begin the conversion that's... profitable ;)

also, you can use chkdsk "fix" option, that unmounts the hd (unless you got windows / swap on it), then use partition magic and convert it while in windows, for some reason I'v had that work better than in dos..

and, it generaly works... mostly.... possibly ;)
Top
rogue
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 99
Joined: Wed May 15, 2002 3:27 am
Location: Falls Church, VA
Contact:
Contact rogue
Website

  • Quote

Post by rogue » Sun Jun 16, 2002 11:28 pm

i've used partition magic 7 in windows 2k and xp to convert fat32 -> ntfs -> fat32

never lost any data..i've repartitioned ntfs and fat32 drives to create ext2 partitions and everything works fine. sometimes it complains about the boot sector since i have grub there and it doesn't expect anything in the boot sector..but it's never been a problem..converts fine.
(rob)
Top
delta407
Bodhisattva
Bodhisattva
User avatar
Posts: 2876
Joined: Tue Apr 23, 2002 12:16 am
Location: Chicago, IL
Contact:
Contact delta407
Website

  • Quote

Post by delta407 » Mon Jun 17, 2002 3:34 am

neuron wrote:and, it generaly works... mostly.... possibly ;)
Yeah, but it's that other "unlikely" section that gets ya.

Do what you want, it's your system... but people have lost data, and no "partition converter" is completely safe (given the nature of what it's doing; rearranging filesystem structures in-place).
Top
syadnom
Guru
Guru
User avatar
Posts: 531
Joined: Thu May 09, 2002 10:49 pm

slightly dangerous

  • Quote

Post by syadnom » Wed Jun 19, 2002 4:38 pm

it not 100% safe because no matter what program your running, it CAN'T copy file permission from the NTFS to FAT32, and if you just happen to be running windows2k or xp, then they might get quite confused by the lack of file permissions....

i have never 'lost' data, but if your running windows on this partition, re-think it ...
Top
masseya
Bodhisattva
Bodhisattva
User avatar
Posts: 2602
Joined: Wed Apr 17, 2002 3:56 pm
Location: Baltimore, MD
Contact:
Contact masseya
Website

Partition Magic..

  • Quote

Post by masseya » Wed Jun 19, 2002 7:04 pm

I have used Partition Magic since version 5. I have only done ONE operation that resulted in no loss of data on a drive that was running windows. Perhaps I'm inept, but the only thing that I've been able to do is resize a partition. Every conversion I've attempted has either not worked or killed the disk. It's not a program that I trust. I heard a bunch of people liked version 7 and I've tried it, but still haven't got it to work responsibly. It especially hates computers that have a hidden partition for restoring the HD to it's original configuration. (like Compaq laptops..) Just my two cents on Partition Magic...
if i never try anything, i never learn anything..
if i never take a risk, i stay where i am..
Top
Malakin
Veteran
Veteran
User avatar
Posts: 1692
Joined: Sun Apr 14, 2002 4:19 am
Location: Victoria BC Canada

  • Quote

Post by Malakin » Thu Jun 20, 2002 7:22 am

In all my experiences with Partition Magic it's always worked as expected.

The only time I've had data loss was once I deled a partition using the windows 2000 disk management all my partitions suddently dissapeared.
Top
leej
Apprentice
Apprentice
Posts: 280
Joined: Sat May 18, 2002 9:13 pm

  • Quote

Post by leej » Thu Jun 20, 2002 9:10 am

Malakin wrote:In all my experiences with Partition Magic it's always worked as expected.
It seems very hit and miss. I've read some horror stories in linux newsgroups from users who trusted it enough not to backup their data (how silly is that?) only to lose the lot after partition conversion/resizing.
Top
klieber
Bodhisattva
Bodhisattva
User avatar
Posts: 3657
Joined: Wed Apr 17, 2002 4:48 pm
Location: San Francisco, CA
Contact:
Contact klieber
Website

  • Quote

Post by klieber » Thu Jun 20, 2002 12:16 pm

As some of the other posters have said, converting from NTFS to FAT32 is a Bad Idea if you plan to still boot into Windows. It's not supported by Microsoft, and for good reason -- there are a lot of significant differences between the two formats.

If you really, really need to convert, then back up the data off of your NTFS partition, delete and recreate the partition using FAT32 and restore your data from there. I still wouldn't do this because you never know how Windows will respond to having a sudden and drastic change like that.

Note that the kernel does have support for writing to NTFS partitions, though it's currently marked as DANGEROUS, which usually means stay away. However, thought I'd mention it as an option. (albeit a scary option. :))
The problem with political jokes is that they get elected
Top
masseya
Bodhisattva
Bodhisattva
User avatar
Posts: 2602
Joined: Wed Apr 17, 2002 3:56 pm
Location: Baltimore, MD
Contact:
Contact masseya
Website

experienced users?

  • Quote

Post by masseya » Thu Jun 20, 2002 1:08 pm

I have a computer that I would like to switch from NTFS to FAT32 because I would like to be able to write to it from my Gentoo partition. Has anyone here actually used the "Dangerous writing" supported by the kernel? I won't be writing to it all that often and would like to know what I would be risking. :)
if i never try anything, i never learn anything..
if i never take a risk, i stay where i am..
Top
klieber
Bodhisattva
Bodhisattva
User avatar
Posts: 3657
Joined: Wed Apr 17, 2002 4:48 pm
Location: San Francisco, CA
Contact:
Contact klieber
Website

Re: experienced users?

  • Quote

Post by klieber » Thu Jun 20, 2002 1:12 pm

Tristam29 wrote:I won't be writing to it all that often and would like to know what I would be risking. :)
File corruption, loss of data, locusts, tornadoes and other Bad Things. :)

Generally, things marked "DANGEROUS" in the kernel are marked that way for a reason. They're intended for developers to test out, debug, file bug reports, etc. Not for production use.

You can probably learn more about the problems associated with it by searching google or reading the LKML archives. (search for "NTFS AND write")

--kurt
The problem with political jokes is that they get elected
Top
Post Reply

13 posts • Page 1 of 1

Return to “Other Things Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic