Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 19-11-2006, 11:33 AM   #1 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Unhappy NTFS kernel upgraded, but no access


I'm using Fedora Core 5(64-bit) and the rest of the drives are NTFS format. I followed a guide posted by a member here to access NTFS partition and I was successful, but I had to remove Fedora to install SuSE, but having a bad experience I had to remove SuSE and came back to FC5. I used the guide from http://www.fedorafaq.org/ I followed the steps given to install the package to read the NTFS partition. I did follow it and yum installed all the dependencies, actually, it upgraded my kernel from 2.6.15-1.2054 to 2.6.18-1.2239. Now, I am getting 2 options when I boot up. One is for the 2.6.15 kernel and the other for 2.6.18 kernel. Even after updating, I am not able to access my NTFS partition. When I try to access the drives, it shows as permission denied. Should I log in as root all the time to access my NTFS partition? If so, are there no workarounds to fix it so that I can access it being a normal user?

Thanks in advance.

Bye!
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 19-11-2006, 01:02 PM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: NTFS kernel upgraded, but no access

In fedora default for local user read access even is restricted for local user(ie; You).if u want read ntfs partn u need to install the matching linux-ntfs rpm as ur kernel number from linux-ntfs.org as u may have already done.
for local user to read,edit using gedit /etc/fstab and set umask=0222
and correct ur ntfs partn number may be hda1 or sda1 as below:
Code:
/dev/hda1               /mnt/windows              ntfs    umask=0222    0 0
for complete read/write access to ntfs partn,u can get ntfs-3g which allows you to do so.it is available for debian/ubuntu,hopefully for fedora also.
tip:just search google linux for ntfs-3g fc6 rpm also check fedora extras repository
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 19-11-2006, 03:38 PM   #3 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: NTFS kernel upgraded, but no access

Nope!! Not working and it shows while starting up that there is no /mnt/windows. Where have I gone wrong? I think the upgrade went well right?? Please do let me know.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 19-11-2006, 03:58 PM   #4 (permalink)
In The Zone
 
Join Date: Oct 2006
Location: Mumbai
Posts: 365
Default Re: NTFS kernel upgraded, but no access

first of all r u able to access ntfs drive as root?
if not than download kernel from here
Code:
 
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.2.tar.bz2
now compile it and install it u will be able to access ntfs drive.
if u want to access ntfs driver as a user than change the permision of the mounted directory.
but to write any thing in ntfs drive u have to login as root.
__________________
Dhiraj Thakur
thakur.dheeraj(@)gmail.com
Desi-Tek.com is offline  
Old 19-11-2006, 03:59 PM   #5 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: NTFS kernel upgraded, but no access

Have u created a folder named /mnt/windows?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 19-11-2006, 05:06 PM   #6 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: NTFS kernel upgraded, but no access

@PhreakOutt, First of all ,create a directory by name 'windows' in the '/mnt' directory. Here is how:
$ su -
(Enter root password)

# mkdir /mnt/windows

#gedit /etc/fstab

Add the following line to the file & save it:

Code:

/dev/hda1               /mnt/windows              ntfs    umask=0222    0 0 
__________________
* Imagination is more important than knowledge.
-Albert Einstein
JGuru is offline  
Old 19-11-2006, 07:33 PM   #7 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Red face Re: NTFS kernel upgraded, but no access

Quote:
Originally Posted by JGuru
@PhreakOutt, First of all ,create a directory by name 'windows' in the '/mnt' directory. Here is how:
$ su -
(Enter root password)

# mkdir /mnt/windows

#gedit /etc/fstab

Add the following line to the file & save it:

Code:

/dev/hda1               /mnt/windows              ntfs    umask=0222    0 0 
Sorry guys, I had forgotten to make the windows directory. I got the actual site which I was looking for. Missed it the first time. Here it is: http://www.fc64.org/index.php Well, I was successful to mount only my C drive. But not other drives. Is there a method to mount the other drives as well??
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 19-11-2006, 07:48 PM   #8 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: NTFS kernel upgraded, but no access

if ur using gnome fire up nautilus file manager browse to /mnt directory;make win_D,win_E,win_F etc folders,find their device number corresponding by the command in terminal- "fdisk -l",then edit your /etc/fstab as root using gedit editor and add as below as we did with C drive.
repeating FYI,run:
Code:
~~#fdisk   -l
Code:
/dev/hda1               /mnt/windows              ntfs    umask=0222    0 0 
/dev/hda1               /mnt/win_D           ntfs    umask=0222    0 0 
/dev/hda5               /mnt/win_E            ntfs    umask=0222    0 0 
/dev/hda6               /mnt/win_F             ntfs    umask=0222    0 0 
...etc
if FAT32 partition,
/dev/hdax               /mnt/win_F             vfat    defaults      0 0
Hope this helps!
Fedora 6 extra installia guide:
http://www.mjmwired.net/resources/mjm-fedora-fc6.html
Atrpms is also a good site for Fedorakkars!
http://atrpms.net/dist/fc6/

U can WRITE using ntfs-3g rpm if installed!
http://rpm.pbone.net/index.php3/stat....i386.rpm.html
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 19-11-2006 at 08:03 PM.
praka123 is offline  
Old 19-11-2006, 08:03 PM   #9 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Red face Re: NTFS kernel upgraded, but no access

I expected the same mistake which you have pointed out. Well, I did learn something today. Thanks a lot to all of you
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by clmlbx
- by icebags
- by Sujeet

Advertisement




All times are GMT +5.5. The time now is 10:31 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2