LinuxQuestions.org
Help answer threads with 0 replies.
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 01-10-2008, 07:16 PM   #1
G0D15R0UX
LQ Newbie
 
Registered: Jan 2008
Posts: 1

Rep: Reputation: 0
acces to partiton


hi

i have made a partition with mandriva and now i use fedore and im not able to have acces iv try to mount it ant its say

org.freedesktop.hal.storage.mount-fixed auth_admin_keep_always <-- (action, result)

did some body can save my music ??

i use fedore from live cd with kde

fred
 
Old 01-10-2008, 07:43 PM   #2
marciobarbalho
Member
 
Registered: Dec 2007
Location: Brazil
Distribution: slackware 13
Posts: 151

Rep: Reputation: 30
I didnt understand. Are u trying to do a backup from a partition (mandriva) by using a "Fedore" live CD?
 
Old 01-10-2008, 07:58 PM   #3
er0c13
LQ Newbie
 
Registered: Jan 2008
Posts: 10

Rep: Reputation: 0
did you mount the disk with the live cd? or just try to access it from KDE desktop? If from desktop you probably have to mount it.

mkdir /path/to/mount
mount -o loop /dev/hdx /path/to/mount

that works for me nearly every time i need to mount a drive. i used that to mount my NTFS file system to copy the files over before I formatted.

E
 
Old 01-24-2008, 03:10 AM   #4
rev918
LQ Newbie
 
Registered: Jan 2008
Posts: 1

Rep: Reputation: 0
Quick & Dirty solution:

in /etc/PolicyKit/PolicyKit.conf insert into section <config> permission for all users to mount all disks
Code:
<match action="org.freedesktop.hal.storage.*">
    <return result="yes"/>
</match>
 
Old 05-23-2008, 03:09 AM   #5
Posilo
LQ Newbie
 
Registered: May 2008
Posts: 7

Rep: Reputation: 0
EDIT: Solved the issue and deleted the question.

Last edited by Posilo; 05-24-2008 at 09:16 AM. Reason: Solved the issue.
 
Old 05-25-2008, 09:20 PM   #6
Trickster
LQ Newbie
 
Registered: Aug 2003
Location: Ireland
Distribution: Mandriva 2008.1
Posts: 8

Rep: Reputation: 0
Posilo, what was your solution? I followed rev918's solution and it works. Has anyone found a "proper" fix for this or the reason for it happening?
 
Old 05-25-2008, 11:34 PM   #7
Posilo
LQ Newbie
 
Registered: May 2008
Posts: 7

Rep: Reputation: 0
Quote:
Originally Posted by Trickster View Post
Posilo, what was your solution?
Oh, sorry for being so secretive: I also followed rev918's suggestion and it worked. As an absolute beginner with Linux I was just unsure how to deal with the command lines... but figured it out myself.

(By the way, if you want to hear something funny(?!), after doing that, I managed to format the whole HD of my laptop with GParted while all I meant to do was resize the newly created partitions and leave WinXP as a secondary option... But that's another story, and now I have just Xubuntu and I'm happy with it. )
 
Old 06-16-2009, 11:54 PM   #8
cristi1979
Member
 
Registered: Jun 2003
Posts: 71

Rep: Reputation: 15
Thanks. I had the same problem and this fixed it.
 
Old 12-27-2010, 12:25 PM   #9
bikrmagi
LQ Newbie
 
Registered: Mar 2007
Posts: 17

Rep: Reputation: 0
Exclamation had this prb too

I am still trying to find a distro I want to commit to. Some of the minimal things I like a distro to do are:
1. Access my NTFS partition
2. Play MP3's
3. Watch vids
4. View Graphics
5. Open Word and Excel docs
6. Connect to wireless Internet
7. Use Firefox to do internet stuff
8. (Ideally) run small Win32 apps in Wine

I was just trying out the latest Mandriva 2010.2 KDE live CD and it wouldn't let me access my HDD in my HP 2530p ... got the the org.freedesktop.hal.device.PermissionDeniedByPolicy org.freedesktop.hal.storage.mount-fixed issue.

So it failed to get past item number one.

Yeah I've done the command-line thing in the past, but most modern distros can just mount the partition when I click on its link in the file browser, so I viewed this as an error:
Attached Thumbnails
Click image for larger version

Name:	policy denied.png
Views:	13
Size:	79.5 KB
ID:	5663  
 
Old 12-27-2010, 12:34 PM   #10
silvyus_06
Member
 
Registered: Oct 2010
Distribution: Ubuntu 10.04 , Linux Mint Debian Edition , Microsoft Windows 7
Posts: 390

Rep: Reputation: 50
Quote:
Originally Posted by bikrmagi View Post
I am still trying to find a distro I want to commit to. Some of the minimal things I like a distro to do are:
1. Access my NTFS partition
2. Play MP3's
3. Watch vids
4. View Graphics
5. Open Word and Excel docs
6. Connect to wireless Internet
7. Use Firefox to do internet stuff
8. (Ideally) run small Win32 apps in Wine

I was just trying out the latest Mandriva 2010.2 KDE live CD and it wouldn't let me access my HDD in my HP 2530p ... got the the org.freedesktop.hal.device.PermissionDeniedByPolicy org.freedesktop.hal.storage.mount-fixed issue.

So it failed to get past item number one.

Yeah I've done the command-line thing in the past, but most modern distros can just mount the partition when I click on its link in the file browser, so I viewed this as an error:
don't hijack threads ..

try linux mint .

also if this thread got solved mark it as [SOLVED]
 
Old 12-28-2010, 09:08 AM   #11
bikrmagi
LQ Newbie
 
Registered: Mar 2007
Posts: 17

Rep: Reputation: 0
didnt hijack

Didn't hijack the thread ... same error message "org.freedesktop.hal.storage.mount-fixed auth_admin_keep_always "


I just put in a pic... and some background info, but I didn't know if it might be relevant.


Oh and the latest Linux mint refuses to mount the partition also, but that's a different forum...
 
  


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
Mythtv Partiton Help biruru Linux - Software 5 11-06-2006 12:58 AM
Can see but not access a partiton Rollotamasi Linux - Newbie 5 06-16-2006 01:32 AM
fat32 partiton marjan Linux - Hardware 7 06-15-2006 05:03 PM
Partiton westcor Linux - General 5 12-01-2005 02:01 AM
Partiton names gag Linux - Newbie 3 10-19-2003 05:42 AM

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

All times are GMT -5. The time now is 05:59 AM.

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