LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-19-2003, 08:19 PM   #61
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
ok i'll look into it


i'll give that a shot, i'll have to install windows again to look at it. if i convert it FAT32 will i be able to do anything which might allow me to convert it to SFS or somethin linux can use??

/Jason
 
Old 10-19-2003, 08:23 PM   #62
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
okey dokey hang on. i've been scouring google and it looks like others have seen this happen.

what i found so far:

Quote:
You could try issuing a "modprobe ntfs" before mounting. That works for here
running Slackware, but not I'm sure about RedHat.



You may also want to "cat /proc/filesystems" before and after to see if NTFS
support was really loaded.
 
Old 10-19-2003, 08:25 PM   #63
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
Re: ok i'll look into it

Quote:
Originally posted by jasonmcneil0
i'll give that a shot, i'll have to install windows again to look at it. if i convert it FAT32 will i be able to do anything which might allow me to convert it to SFS or somethin linux can use??

/Jason
well hold off on that. try my above post. if you do end up converting your windows partition to fat32, you don't have to do anything in linux to read those partitions. you can write to those partitions too. but you lose features of ntfs doing that.
 
Old 10-19-2003, 08:27 PM   #64
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
ok thanks again

lol, the way i look at it is that if they stay ntfs they are useless anyways, so will linux automatically pick up the fat32, or do i gotta do somethin similar to the above?
 
Old 10-19-2003, 08:28 PM   #65
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
also it could be that you said you were running rh 9.1 ? it could be that. it could be that there isn't ntfs support yet for rh 9.1.
 
Old 10-19-2003, 08:30 PM   #66
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
ummm

i ran the first one u gave and it was not found, assuming it's just a mandrake command. the second gave this::

nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev tmpfs
nodev shm
nodev pipefs
ext2
nodev ramfs
iso9660
nodev devpts
ext3
nodev usbdevfs
nodev usbfs
nodev autofs
ntfs


so ntfs is listed

/Jason
 
Old 10-19-2003, 08:32 PM   #67
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
Re: ok thanks again

Quote:
Originally posted by jasonmcneil0
lol, the way i look at it is that if they stay ntfs they are useless anyways, so will linux automatically pick up the fat32, or do i gotta do somethin similar to the above?
no in linux, all you have to do is change the lines in /etc/fstab that have ntfs. change ntfs to vfat.

/dev/hda2 /winpar/winH vfat auto,owner,umask=0000,exec,rw 0 0
/dev/hdb1 /winpar/winI vfat auto,owner,umask=0000,exec,rw 0 0

umask=0000 will allow every user to write to those partitions. if you don't want that, and only want your user to be able to write to your windows partitions, you can use these lines instead:

/dev/hda2 /winpar/winH vfat auto,owner,gid=your_user_name,umask=0002,exec,rw 0 0
/dev/hdb1 /winpar/winI vfat auto,owner,gid=your_user_name,umask=0002,exec,rw 0 0

where your_user_name is your regular user's account's log in name.
 
Old 10-19-2003, 08:37 PM   #68
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
Re: ummm

Quote:
Originally posted by jasonmcneil0
i ran the first one u gave and it was not found, assuming it's just a mandrake command. the second gave this::

nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev tmpfs
nodev shm
nodev pipefs
ext2
nodev ramfs
iso9660
nodev devpts
ext3
nodev usbdevfs
nodev usbfs
nodev autofs
ntfs


so ntfs is listed

/Jason
you could try to load the module. as root (su):

insmod -o ntfs
 
Old 10-19-2003, 09:02 PM   #69
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
thanks

ok man, thanks for ur help, i'm gonna call er a day today, but i will give it shot tomorrow

if that fails i'll just convert to fat, not a big deal at all

thanks for ur help all day. and i'm sure we shall talk again.

/Jason
 
Old 10-19-2003, 09:08 PM   #70
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
well take it easy. then and g'luck to ya.
 
  


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
can't get amsn and tcl/tk to intsall Gnixon Linux - Newbie 5 09-26-2004 02:10 PM
TCL/TK installation for amsn salmanucit Linux - Software 1 09-23-2004 11:45 AM
AMSN Interface Isn't Working after install of Tcl/Tk on RH9 kingofcamel Linux - Software 0 06-28-2004 08:48 PM
amsn says tcl/tk not correctly installed? please help! phiqtion Linux - Newbie 2 05-29-2004 12:08 AM
How To Install TCL? (For amsn messenger) Nukem Linux - Software 1 12-05-2003 09:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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