Results 1 to 10 of 16
A few months ago I bought a 500 GB USB external hard drive. It work great on Ubuntu. but my Windoz Xp wont open It. I have it formated as ...
- 01-04-2011 #1Linux Newbie
- Join Date
- Aug 2010
- Posts
- 132
WinXP: External Hard Drive
A few months ago I bought a 500 GB USB external hard drive. It work great on Ubuntu. but my Windoz Xp wont open It. I have it formated as fat32 should I reformat it to ntfs and if so can I do that on Ubuntu or do I have to do it in Xp.
- 01-04-2011 #2
I think it might be better to reformat it to ntfs and you can use a linux tool called gparted. You can get it through your ubuntu. It has a very simple, easy to use, drag and click GUI.
If you don't have gparted yet, you can go to your ubuntu terminal and execute:
$ sudo apt-get install gparted
- 01-05-2011 #3
You can reformat to NTFS in Linux with gparted, as nujinini says.
However, I wouldn't really suggest that. FAT is great because everything understands it; I haven't followed Linux's NTFS support for a long time, but it used to have a lot of problems.
It sounds to me that your FAT partitioning may be incorrect, as all of my computers (Linux, Mac, and Windows) have always been able to read any of my FAT drives. So I would suggest sticking with FAT and figuring out what's wrong instead of going over to NTFS.DISTRO=Arch
Registered Linux User #388732
- 01-05-2011 #4Linux User
- Join Date
- Dec 2007
- Location
- Idaho USA
- Posts
- 351
I will mostly agree with Cabhan, unless you will want to put big files on it. Do not remember the max file size (4g?) but I have hit the limit and had to think why it would not save. Very irritating.
What error in XP do you get ? You could use 'testdisk' and check the boot record. Did you format it with fat32 using linux or XP ? Did you change the default cluster size when you formated ? Post the output of 'fdisk -l'.
- 01-06-2011 #5Linux Newbie
- Join Date
- Aug 2010
- Posts
- 132
I formated it in Linux , Windoz can see the Hard drive but is location is a 0 and their is no drive letter assigned to it. and it won't give me the choice to assing a drive letter to is.
- 01-06-2011 #6
Can you post the output from FDISK for this device?
runThen press p and report that information.Code:fdisk /dev/<ext. drive>
- 01-06-2011 #7
- 01-08-2011 #8Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,956
If you are using the drive mostly for Windows, but also Linux, my experience is that NTFS is far more reliable than FAT, especially for large drives (>40GB). Windows doesn't do well with Linux file systems, other than with some add-on software that gives you read-only access. However, Linux in its current incarnations can deal with NTFS partitions without problems, though I'm not sure about encrypted directories. For external drives that are used solely with Linux, I use generally either ext2 or ext3 file systems. For external drives that are used with both Linux and Windows I use NTFS for big ones, and fat32 for small ones, such as thumb drives.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 01-08-2011 #9Linux Newbie
- Join Date
- Aug 2010
- Posts
- 132
Thanks I put ntfs on half of the drive and I'll change the fat32 to ext what is the difference between ext2 and ext3
- 01-08-2011 #10Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,956
FWIW, I use ext2 for file systems that contain mostly large files (videos, etc), and ext3 for those that have a more general mix of files.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote

