Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25th May 2012, 03:51 PM
Solo1959 Offline
Registered User
 
Join Date: May 2012
Location: Albany, NY
Posts: 4
linuxfirefox
Can Not Access windows C: Drive as other user

I use Fedora 15. I have two accounts on the computer.

When I start the computer under either of the two accounts, everything works perfectly and I can view, read, and write to any of the hard drives after entering the administrator password.

If I log off and then log into the other account, I seem to be locked out of the other hard drives and I can not access them at all.

It doesn't matter which account I use first after turning on the computer. It will always work. But when I log off that account and go to the other account, that is when I get the problem.

Is there a way to fix this?
Reply With Quote
  #2  
Old 25th May 2012, 05:04 PM
errorxp's Avatar
errorxp Offline
Registered User
 
Join Date: Jul 2007
Posts: 371
linuxfirefox
Re: Can Not Access windows C: Drive as other user

Maybe you should mount your partitions on bootup (need to edit /etc/fstab).
I'm guessing that when the user first logs in and mounts the partition in /run/media/user/whatever it's not available for other users.
__________________
these command lines are like casino slot machines, every time I input commands NOTHING HAPPENS
Reply With Quote
  #3  
Old 25th May 2012, 05:17 PM
Gareth Jones Online
Official Gnome 3 Sales Rep. (and Adminstrator)
 
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,711
linuxfirefox
Re: Can Not Access windows C: Drive as other user

Yes, if it's a fixed internal disk, it's best to add it to /etc/fstab. Create a permanent mount point:
Code:
sudo mkdir /mnt/windows
Get the UUID of the Windows partition:
Code:
blkid /dev/sdxn    # Use appropriate device here.
Add the following line to /etc/fstab:
Code:
UUID=blkid_UUID_output_here    /mnt/windows    ntfs-3g    defaults    0    0
Take a look through the manual page ("man ntrfs-3g") for mount options you might want to add (after "defaults,opt2,opt3..." in fstab) – you can change things like permissions and ownership, or even map Windows users to Linux users etc.
Reply With Quote
Reply

Tags
access, drive, mount, user, windows

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] user cant access drive filesystem UghUgh Using Fedora 5 5th December 2011 10:41 PM
[SOLVED] Seagate USB drive not mounting with user rw access seanrawlings Using Fedora 2 25th June 2010 02:00 PM
Ntfs 3g + Usb External Drive User access? electroconvulsi Using Fedora 1 4th October 2006 04:53 PM
User write access to /mnt/windows pmreid Using Fedora 3 4th February 2006 09:07 PM
access FC4 drive from Windows XP pespinoza EOL (End Of Life) Versions 4 8th August 2005 10:10 PM


Current GMT-time: 15:19 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

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

FedoraForum is Powered by RedHat