LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-26-2002, 02:32 PM   #1
boowax
LQ Newbie
 
Registered: Jun 2002
Distribution: Red Hat 7.1, Slackware 7.0/8.1
Posts: 13

Rep: Reputation: 0
reading NTFS


I'm dual booting Red Hat 7.1 and Win2k, and I want to be able to see the stuff on the Win2k partition (actually a separate hard drive, but that should matter). The Win2k drive is NTFS and I have been told that in order to mount ntfs that I would have to recompile the kernel with a module that allows it to read ntfs (read-only btw). Is there any truth to this? And, what do I have to do to accomplish that task if it is indeed necessary?

Also, I can't seem to mount any of the floppies I have made in Win2k. I believe that even Win2k floppies are still in a FAT format of some kind but I can't seem to mount them with "mnt -f vfat /dev/fd0 /mnt/floppy" or "mnt -f msdos /dev/fd0 /mnt/floppy" . Is my drive just acting up or is there something I'm supposed to be doing that I'm not doing? As far as I know its just a normal TEAC floppy drive.

Thanks for the help, I definitely need it!
 
Old 06-26-2002, 04:46 PM   #2
shoot2kill
Member
 
Registered: Jan 2002
Location: California
Distribution: Red Hat
Posts: 402

Rep: Reputation: 30
Re: reading NTFS

Quote:
Originally posted by boowax
The Win2k drive is NTFS and I have been told that in order to mount ntfs that I would have to recompile the kernel with a module that allows it to read ntfs (read-only btw). Is there any truth to this?
yes, it is true.

Quote:
And, what do I have to do to accomplish that task if it is indeed necessary?
compile it. check the linuxdoc.org for details

Quote:
Also, I can't seem to mount any of the floppies I have made in Win2k. I believe that even Win2k floppies are still in a FAT format of some kind but I can't seem to mount them with "mnt -f vfat /dev/fd0 /mnt/floppy" or "mnt -f msdos /dev/fd0 /mnt/floppy" . Is my drive just acting up or is there something I'm supposed to be doing that I'm not doing? As far as I know its just a normal TEAC floppy drive.

Thanks for the help, I definitely need it!
try mount -t vfat /dev/fd0 /mnt/floppy or use the man page to check for the right options to use.

Last edited by shoot2kill; 06-26-2002 at 04:55 PM.
 
Old 06-27-2002, 12:48 PM   #3
doublefailure
Member
 
Registered: Mar 2002
Location: ma
Distribution: slackware
Posts: 747

Rep: Reputation: 30
i have a question about NFTS

i 'm gonna install mand8.2 for my friend..
he has winXP on NTFS by the way

instead of recompiling kernel..
can i give an option to include proper module for the purpose
at installation time?

thank you..
 
Old 06-27-2002, 03:01 PM   #4
Stephanie
LQ Addict
 
Registered: May 2001
Location: Arizona
Distribution: 9.2 Mandy 1.4 Gentoo 5.1 FreeBSD WinXP
Posts: 1,166

Rep: Reputation: 45
I run Mandy, and I do not believe that it has that option. You will have to go to the sourceforge website and download the NTFS driver, then recompile the kernel after installation.
 
Old 06-29-2002, 06:59 AM   #5
fatgod
Member
 
Registered: Mar 2002
Location: Edinburgh, Scotland
Distribution: Suse 7.2, Gentoo 1.4, Solaris 9
Posts: 661

Rep: Reputation: 30
or install SuSE which has support included by default
 
Old 06-29-2002, 08:21 AM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Or go ahead and install Mandy 8.2 because it has it by default as well.
 
Old 06-29-2002, 01:50 PM   #7
sewer_monkey
Member
 
Registered: May 2002
Location: Toronto, ON, Canada
Distribution: Ubuntu, Debian, RedHat/CentOS
Posts: 624

Rep: Reputation: 31
Quote:
Originally posted by doublefailure
i have a question about NFTS

i 'm gonna install mand8.2 for my friend..
he has winXP on NTFS by the way

instead of recompiling kernel..
can i give an option to include proper module for the purpose
at installation time?

thank you..
OK, I want to set some things straight here:

By default, Linux allows read-only access to the NTFS partitions (and only root can read it, unless you explicitly specify otherwise in /etc/fstab or at mount time). Most distros support this out of the box.

To get read-write access (which is experimental and requires a chkdsk after each mount), you'll have to recompile the ntfs.o module with the read-write access option. Basically, you'll have to recompile the kernel.

Finally, a pearl of wisdon: if you don't need NTFS, don't use it. Especially at home, I fail to see how you can benefit from NTFS. FAT32 should be good enough for most people... unless you work with files more than 4 GB in size, which I doubt. My friend ended up in a pretty sh!tty situation after Windoze 2000 crapped out on him with a STOP error at boot time. We've tried everything, the recovery console, installing Win2k and XP over his hard drive without formatting, but nothing worked. Finally, I just lost my patience and fired up DemoLinux copying all his files over to another hard drive formatted with FAT32, installed XP on his messed up partition (this time formatting it with FAT32), and everyone was happy.
 
Old 06-29-2002, 04:29 PM   #8
Dunkalis
Member
 
Registered: Jun 2002
Distribution: Debian Woody
Posts: 30

Rep: Reputation: 15
I still don't understand why MS doesn't go with a SMART filesystem, instead of crappy FAT or NTFS?
 
Old 07-16-2002, 08:58 AM   #9
stewe151
Member
 
Registered: Jan 2002
Posts: 49

Rep: Reputation: 15
is there any way to conert a filesystem from NTFS to FAT without data loss?
 
Old 07-16-2002, 03:42 PM   #10
jetblackz
Member
 
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711

Rep: Reputation: 30
sewer_monkey nailed it.

I don't understand why there's a tendency that some of the experienced here tells the inexperienced to recompile kernel, which is a daunting task to say the least for the newbies, when all they want would be just copying a wallpaper or Word doc.

That the latter is read-only issue. All distros I used had built-in support for this.

The more desireable approach to file management is to have TWO or more partition for ONE OS. In the case of this thread starter, you would be best off having NTFS, I know it's choice for the security-concisous, for the OS and a seperate FAT32 for files.

10gb, ntfs, w2k/xp
5gb, fat32, d:/my doc
5gb, ext2, linux

Almost all places I worked at used a similar approach: multiple partitions on a computer. So when you decide to start over or something is messed up, no sweat, install away! And yes! You can save Linux files on FAT32.
 
  


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
Reading NTFS Partitions contrasutra Slackware 13 03-20-2006 02:01 AM
reading ntfs lordfoul Debian 2 09-05-2004 10:49 AM
reading a ntfs partition... a3Rogue Linux - Hardware 2 06-29-2004 09:31 AM
Live CD reading NTFS Bull Terrier Linux - Software 1 05-03-2004 06:53 AM
Reading NTFS N_A_J_M Linux - Software 5 11-04-2002 08:30 PM

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

All times are GMT -5. The time now is 11:55 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