Results 21 to 30 of 36
i asked for output of 'uname -a'. i can suggest you after checking kernel's version only.
casper...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-09-2006 #21
i asked for output of 'uname -a'. i can suggest you after checking kernel's version only.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-09-2006 #22Just Joined!
- Join Date
- Nov 2005
- Location
- Auburn, Maine
- Posts
- 75
ok I'm sorry for being a jerk. Anyway here's what you asked for:
Again my apologies.Code:Linux localhost 2.6.15-1.2054_FC5 #1 Tue Mar 14 15:48:33 EST 2006 i686 i686 i386 GNU/Linux
- 11-10-2006 #23
download this file and save it in your home folder.
in terminal, execute this command...
mount nfts partition....Code:rpm -ivh /home/user_name/file_name.rpm
Code:mount -t ntfs /dev/hdc2 /mount_point
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-10-2006 #24Just Joined!
- Join Date
- Nov 2005
- Location
- Auburn, Maine
- Posts
- 75
yes! it worked perfectly! thank you. I appreciate all your help! thanks again!
- 11-11-2006 #25
now add this line in /etc/fstab file for automatic mounting of NTFS partition.
press 'Enter' key after adding this line. Last line /etc/fstab should be blank. save file and reboot.......Code:/dev/hdc2 /mount_point ntfs ro,defaults,umask=0 0 0
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-12-2006 #26Just Joined!
- Join Date
- Nov 2005
- Location
- Auburn, Maine
- Posts
- 75
hmm ok it worked almost perfectly. Aparently its read only. Why don't I have write access??
- 11-12-2006 #27Linux doesn't support NTFS Write access out of box. you have to install ntfs-3g package for write access. delete NTFS entry from /etc/fstab file and follow instruction given in this Link.hmm ok it worked almost perfectly. Aparently its read only. Why don't I have write access??
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-12-2006 #28Just Joined!
- Join Date
- Nov 2005
- Location
- Auburn, Maine
- Posts
- 75
I get
when trying to mount. Of course I replaced /dev/sda1 and /mnt/ntfs_p with /dev/hdc2 and /hdc respectivley. I also noticed that this was for FC6. I'm using FC5. Should it still work?Code:mount: unkown filesystem type 'ntfs-3g'
- 11-13-2006 #29
yes ! it will work in FC5 too...
did you install ntfs-3g through 'yum'?
try to mount manually.
Code:mount -t ntfs-3g /dev/hdc2 /mount_point
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-13-2006 #30Just Joined!
- Join Date
- Nov 2005
- Location
- Auburn, Maine
- Posts
- 75
yes I installed via yum and even when I try it with that command, I still get the same error.


Reply With Quote
