LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-06-2007, 07:14 PM   #1
lazeeboy
Member
 
Registered: Feb 2006
Posts: 35

Rep: Reputation: 15
NTFS vs. FAT32 File Structure Woes


I'm interested in installing a linux distro, Ubuntu 7.0.4 in all likelihood, but I've run into a problem with my external HDD. It's pretty big at 500 GB (most of that space used), and formatted in NTFS. I really need to be able to read and write on it, and as I understand it the usual linux file structure, FAT32, doesn't like to write to it, though it can handle reading NTFS. On top of that, FAT32 appears to be totally unable to handle files larger than 1 GB in size, and I've got plenty of files that big and larger on my external (big archive files, disc image backups, etc).

So it seems that what I need, if such a thing exists, is something that can allow a linux OS to read and write to NTFS in a practical and user friendly way, i.e.: I don't want to have to endure some drawn out procedure every time I need to save a file to my external HDD from Ubuntu.

I'm growing steadily more tired of Windows, so I hope there's a way to make this work.

Thanks a lot.
 
Old 08-06-2007, 07:29 PM   #2
Enochs
Member
 
Registered: Jun 2007
Location: Georgia
Distribution: Fedora
Posts: 50

Rep: Reputation: 17
Howdy..

Ok, then I misunderstood your question.... I thought you were trying to install Ubuntu onto that external hard drive.....after reading the two responses below I realized that you only need Ubuntu to be able to read to and from it.....it's late.. Sounds like the two posts below got you covered....


Jay

Last edited by Enochs; 08-06-2007 at 10:48 PM.
 
Old 08-06-2007, 07:58 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
ntfs-3g is safe to write NTFS - normal caveats re backups applying.

Should be in synaptic with latest Ubuntu I would have thought - else check the wiki.
 
Old 08-06-2007, 08:50 PM   #4
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
How about I clarify,
Go ahead and install Ubuntu onto your computer, then install ntfs-3g which should also install fuse and fuse-libs. You may also be able to select ntfs-3g during the initial installation in deselect and it will be ready when you re-boot. After a re-boot (with ntfs-3g installed) you can plug in and turn on the external drive, I'm not sure how Ubuntu will mount the drive, it may be in read only mode, it may even mount it with ntfs-3g in read/write mode. I'm guessing Ubuntu has a graphical mount utility to allow you to mount it in read/write, if not, you may have to open a terminal and mount it manually in read/write.
To mount it manually, in a terminal issue command: fdisk -l to see what device it is, if you have a SATA drive in the computer, the USB drive will be the second SATA as /dev/sdb1, the (1) is the first and possibly only partition. If you have a PATA drive in the computer, the USB drive should be the first SATA, /dev/sda1 for the first partition. Find where in the directory it can be accessed when it is read only, this may be in /media/LABEL, the "LABEL" is whatever label/name your external drive has. Now you have to un-mount it first if it's in read only mode before mounting it in read/write with ntfs-3g. In the example below, I'll assume the external drive is /dev/sdb1 and can be accessed via /media/USB and I list both commands to un-mount it, and re-mount it in read/write:
Code:
umount /media/USB
mount -t ntfs-3g /dev/sdb1 /media/USB
Now you can access it via the same directory (/media/USB) in read/write.

And Linux formats it's partitions in either extended2 (ext2), extended3 (ext3), reiserfs and others. Not FAT, that's a popular Windows format that Linux and other operating systems can all read and write to without much hassle, it is the predecessor to the popular Windows NTFS file system which is an improvement over FAT.
EDIT: The maximum file size in a FAT32 file system is 4GB minus one sector (512B).

Last edited by Junior Hacker; 08-06-2007 at 09:00 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fdisk and mount dont agree on file system type (fat32 vs. ntfs) schneidz Linux - Software 4 07-20-2006 11:17 AM
dd ntfs to fat32 sr_25 Linux - Newbie 8 07-16-2006 08:03 PM
how to convert ntfs to fat32 Longinus Linux - Newbie 7 08-05-2004 06:58 AM
NTFS vs FAT32 Santorres General 21 03-18-2004 02:48 AM
NTFS vs. FAT32 44TR Linux - General 13 06-27-2003 10:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration