Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2007-11-18 5:35:56 pm

tom61
Senior Member
Registered: 2007-11-09
Posts: 291

Automounter troubles "You do not have enough permission to read" MMC

The automounter daemon on my EEE isn't mounting removable media (USB thumbdrive and MMC) at all, though most of the usual stuff happens the unmounter app appears in the taskbar, and icon added in /home/user, though the icon is of a broken chain. Throws up the error "You do not have enough permission to read /home/user/MMC-SD" (or other removable media) when opening.

http://farm3.static.flickr.com/2355/2044992798_616d0dd770.jpg

Running dmesg reports the normal connection progress with no errors, but there is no mtab entry for it. Mounting the media manually works fine.

Any ideas how to fix this? It happened once before, but just went away after doing some stuff in the BIOS.


EEE PC 900 Celeron 20GB Linux with 5800mAh battery.
Had Asus White 4G with Transcend 8GB class 6 SDHC.

My flickr set for EEE

Offline

 

#2 2007-11-18 8:53:39 pm

Marauderz
Member
Registered: 2007-11-17
Posts: 10

Re: Automounter troubles "You do not have enough permission to read" MMC

I had this problem too, did a system restore wiht the dvd and it went away, no idea what I did to cause it though cause it worked with SOME devices without any problems.

Offline

 

#3 2007-11-18 9:05:15 pm

tom61
Senior Member
Registered: 2007-11-09
Posts: 291

Re: Automounter troubles "You do not have enough permission to read" MMC

What devices did work? I've tried 3 SD cards (2 1GB, 1 256MB) and a 512MB thumbdrive, none worked.

Do you do anything OS wise? All I've done is enable Advanced Desktop and updated one app in the Add/Remove Program application.


EEE PC 900 Celeron 20GB Linux with 5800mAh battery.
Had Asus White 4G with Transcend 8GB class 6 SDHC.

My flickr set for EEE

Offline

 

#4 2007-11-18 9:52:45 pm

Marauderz
Member
Registered: 2007-11-17
Posts: 10

Re: Automounter troubles "You do not have enough permission to read" MMC

My Kingston MicroSD reader worked.. and that's off myhead the ONLY thing I remember right now.

Did I do anything else? errr.... updated skype to 2.0, installed something for SMPlayer to get RMVB support. But the thing is, i still did all that after restoring from the disc and everything still works fine.

Offline

 

#5 2007-11-19 2:24:03 am

chuddy1999
Senior Member
From: Redditch, Worcestershire
Registered: 2007-11-05
Posts: 113

Re: Automounter troubles "You do not have enough permission to read" MMC

i get a related problem with my mp3 player from samsung
to be able to write to it i have to issue the following command in the terminal
there after while the unit is powered up i have no problems

pmount /dev/sdc1 /media/Yp-U1

thats just as user

i know i could go and edit the fstab file in the tc directory, but I am lazy and generally only fill up the player once or twice a week

i use the command sometimes with one of my mmc cards as well, but of course the dev point is diffierent
do a dmesg to confirm where the os is seeing the device and alter the command accordingly


Eeexcited, lol
Tested OS:Embedded XP
Unit 4G 701 in Black & White Casing, 1GB Mem, 4GB SDHC, Touchscreen

Offline

 

#6 2007-11-21 7:53:51 pm

tom61
Senior Member
Registered: 2007-11-09
Posts: 291

Re: Automounter troubles "You do not have enough permission to read" MMC

It gave an error that DVD-R/W didn't exist when I plugged it in to see if anything on the CD that comes with the EEE could help. So, ended up restoring, and all works now.

I wonder what is going on, as this seems to related to problems that other people on this forum are having trouble with as well.


EEE PC 900 Celeron 20GB Linux with 5800mAh battery.
Had Asus White 4G with Transcend 8GB class 6 SDHC.

My flickr set for EEE

Offline

 

#7 2007-12-12 10:57:41 pm

7tiger7
New member
Registered: 2007-12-12
Posts: 1

Re: Automounter troubles "You do not have enough permission to read" MMC

I'm having the same problem. I dont want to have to go through the trouble of restoing the system with the CD (I dont have any external CD rom drive) - how do I access the command prompt in Xandros?
I'm tottaly new to Linux, so any advice is great.
Thanks
Phillip

Offline

 

#8 2007-12-13 5:21:13 am

natefalls
Member
From: Los Angeles
Registered: 2007-11-22
Posts: 24
Website

Re: Automounter troubles "You do not have enough permission to read" MMC

I had the same thing.  Turns out for some reason my /media folder had disappeared like socks in the drier.

open a terminal:

sudo mkdir /media

and bob's your uncle, it was back.
Your mileage may vary, but that solution worked for me and a few others.  I dunno if this is what caused it, but make sure to right click the SD card icon in the system tray and make it safe to eject before you pull the card out.

Offline

 

#9 2007-12-13 6:09:06 am

mrmot
ExtrEmE User
From: Berkshire, UK
Registered: 2007-11-15
Posts: 1933

Re: Automounter troubles "You do not have enough permission to read" MMC

7tiger7 wrote:

how do I access the command prompt in Xandros?

Assuming you're in Easy mode: Ctrl-Alt-T

In Advanced mode there should be an item in the start menu somewhere. Or, open the run menu with Alt-F2 and run konsole from there.


Search and Wiki first, Question later!

Offline

 

#10 2007-12-13 6:25:38 pm

enystrom
Member
Registered: 2007-12-09
Posts: 27

Re: Automounter troubles "You do not have enough permission to read" MMC

Thanks, natefalls, that worked great for me.  I have a brand new SD card, and had this problem too.  The Eee wants to automount it under the /media directory then make a link from there to your home directory.  If there's no /media directory, it's not going to be able to make the link either, and that secondary linking is what seems to be failing, which is why it appears as /home/user/MMC... in the error message.

Offline

 

#11 2008-02-23 5:44:57 pm

tom61
Senior Member
Registered: 2007-11-09
Posts: 291

Re: Automounter troubles "You do not have enough permission to read" MMC

Cool. I'm glad someone figured it out, as it just happened to me again!

Adding /media back made it work. It also explains why I had troubles creating a link from the home directory on the SSD to one on the SDHC (too many symbolic links or something to that effect was the error).


EEE PC 900 Celeron 20GB Linux with 5800mAh battery.
Had Asus White 4G with Transcend 8GB class 6 SDHC.

My flickr set for EEE

Offline

 

#12 2008-02-27 11:38:22 am

syaman
Member
From: Singapore
Registered: 2007-11-30
Posts: 23

Re: Automounter troubles "You do not have enough permission to read" MMC

jj

Offline

 

#13 2008-02-27 11:41:58 am

syaman
Member
From: Singapore
Registered: 2007-11-30
Posts: 23

Re: Automounter troubles "You do not have enough permission to read" MMC

Got the same problem.  Can't remember what I did, but suddenly my eeepc just couldn't read any media device like thumbdrive or mmc card. Spent the whole day trying to figure out why it cannot read.  Luckily I come to this forum page and Followed the instructions sudo mkdir /media and it works!  Thanks for the advise and sharing.

Offline

 

#14 2008-03-18 10:25:49 pm

farpavilions
Member
Registered: 2008-03-06
Posts: 11

Re: Automounter troubles "You do not have enough permission to read" MMC

hi, i have the same problem and have scoured the forums -- updating my BIOS to 703 (I have the eeepc 4G) didn't work, so i tried creating the /media directory as the forums suggested, but this didn't work either since /media already exists.

i'm not sure why my SD card suddenly failed to mount since it was working fine until yesterday, and I don't know what I could have done to change anything, unless removing the SD card incorrectly has screwed up the drive. I've now tried 6 SD cards and none of them work.

When I insert the device, I get the Removable Device popup window which has one option: "Open in File Manager". When I click on okay, another window pops up a few seconds later saying that "You do not have enough permissions to read /media/MMC-SD".

When I go to File Manager and try to open /media/MMC-SD, I again get an error message saying "You do not have enough permissions to read /media/MMC-SD". Right-clicking on the folder and changing the permissions doesn't help either.

Going to File Manager and right-clicking on My Home--> MMC-SD brings up the properties window, which tells me that the symbolic link points to "/media/MMC-SD" but that the Full name is /home/user/MMC-SD.

When I right-click on the little SD tab in the panel (I'm running advanced mode), it tells me that the free space on the MMC-SD is 0k, which is definitely incorrect.

Other info: I followed the instructions on the wiki and combined the original partitions to regain space, and am running advanced desktop. (I'm certain that the repartitioning was successful because everything worked great for two weeks before the mounting problem started)

That's all the info I can think of that might help -- if anyone can troubleshoot the problem and give a linux newbie a step by step walkthrough, I'd be eternally grateful!

Offline

 

#15 2008-03-19 1:17:56 pm

nkferg
New member
Registered: 2008-02-18
Posts: 3

Re: Automounter troubles "You do not have enough permission to read" MMC

Thanks,
Creating the /media worked for me........

Offline

 

#16 2008-03-24 6:30:49 pm

wavesinmc
Senior Member
Registered: 2008-03-21
Posts: 152

Re: Automounter troubles "You do not have enough permission to read" MMC

very frustrating! I was able to write files to  my transcend sdhc 8gig 6 card until yesterday when I formatted it using ext2 I believe it is called.

I have tried the info at this site: http://wiki.eeeuser.com/howto:sd_permissions

No luck. Although there are a ton of lines that look the same, maybe I am editting the wrong line? can someone clarify?

I tried the suggestion of hitting F2 at boot and changing OS to start and finished and then start again as directed somewhere else, no luck

I tried safely removing the sdhc card and deleting the media folder and adding it back in as suggested. no luck

This is SO frustrating! Makes me wish I had not formatted it. At least then I c ould still save simple files on it. as it is now I have a useless sdhc card.

Can someone pretty please help me?

running linux xandros on a 4 gig eee
Thanks much!


Asus Pink 4g with 8gig SDHC 1gB RAM
Unbuntu Eee 8.04
Decorated mouse to match case cover
"PinkEee"

Offline

 

#17 2008-03-24 7:10:06 pm

wavesinmc
Senior Member
Registered: 2008-03-21
Posts: 152

Re: Automounter troubles "You do not have enough permission to read" MMC

I should add...when I formatted, I was told to type in a name for the card so I typed in "SDHC". My media directory is now: /media/MMC-SD/SDHC/lost+found. I did not put that "Lost+found" there, it must have been created? My mmc-sd does show the correct size.


Asus Pink 4g with 8gig SDHC 1gB RAM
Unbuntu Eee 8.04
Decorated mouse to match case cover
"PinkEee"

Offline

 

#18 2008-03-24 7:23:22 pm

farpavilions
Member
Registered: 2008-03-06
Posts: 11

Re: Automounter troubles "You do not have enough permission to read" MMC

I think I can help -- after googling for hours I came up with a workaround and my SD card is now readable again, without my having to reformat for the umpteenth time. Since I'm a Linux newbie, I'd appreciate it if the experts could let me know if this method is correct -- it worked for me but I'm writing the instructions from memory and may have the sequence mixed up.

First, you need to mount the SD card manually, since the eeepc is not reading it automatically.
1.) Create a folder in /home/user that you can mount the SD card to. Open File Manager --> go to /home/user --> create a new folder. My new folder is /home/user/Farpavilions, substitute the following instructions with your own folder name.

2.) Insert your SD card, which your eeepc will refuse to read. Open up the console (CTRL + ALT +T) and type "sudo mount /dev/sdb1 /home/user/Farpavilions"

Once this is done, I *think* you should be able to access and read the file from File Manager.

3.) If you don't want to have to mount the card manually everytime you reboot, follow the Wiki instructions for disabling device detection at http://wiki.eeeuser.com/howto:tempdisab … detection. I used the "disable at startup only function" to allow me to automount other devices eg. flashdrives. If you do this and subsequently want to unmount the device, make sure that you manually unmount the SD card by typing "sudo umount /home/user/Farpavilions" in the console.

4.) I suspect this is optional, but to make sure that you set the right permissions for reading/writing to SD cards, follow these instructions:
http://wiki.eeeuser.com/howto:sd_permissions

And if you really really want to make sure, you could also go to the new specified folder ("/home/user/Farpavilions" in my example), open up a console, and type in "sudo chmod -R 777".

Once you've done all this, you should be able to access your SD card directly from File Manager upon reboot. If for any reason your permissions are still giving you grief, you can probably work around it by using File Manager (Administrator) instead.

Offline

 

#19 2008-03-24 7:28:16 pm

wavesinmc
Senior Member
Registered: 2008-03-21
Posts: 152

Re: Automounter troubles "You do not have enough permission to read" MMC

Very happy to report I got it to work!

At this url: http://forum.eeeuser.com/viewtopic.php?pid=150518 The second box down, someone named SMEE gives an answer that worked perfect:

In terminal type: sudo chmod 777 /home/user/MMC-SD/partition1

I did this but substituted SDHC for "partition1"

Thank  you SMEE and hopefully someone else can use this info!!


Asus Pink 4g with 8gig SDHC 1gB RAM
Unbuntu Eee 8.04
Decorated mouse to match case cover
"PinkEee"

Offline

 

#20 2008-03-24 8:19:34 pm

wavesinmc
Senior Member
Registered: 2008-03-21
Posts: 152

Re: Automounter troubles "You do not have enough permission to read" MMC

Thank you farpavilions, saw your response after I posted


Asus Pink 4g with 8gig SDHC 1gB RAM
Unbuntu Eee 8.04
Decorated mouse to match case cover
"PinkEee"

Offline

 

#21 2008-03-29 3:05:00 pm

_cc_
Member
From: UK
Registered: 2008-01-19
Posts: 23

Re: Automounter troubles "You do not have enough permission to read" MMC

natefalls wrote:

I had the same thing.  Turns out for some reason my /media folder had disappeared like socks in the drier.

open a terminal:

sudo mkdir /media

and bob's your uncle, it was back.
Your mileage may vary, but that solution worked for me and a few others.  I dunno if this is what caused it, but make sure to right click the SD card icon in the system tray and make it safe to eject before you pull the card out.

cheers  that worked perfectly for me too   could someone in the know update   the page in the wiki  that suggest to create a directory with this info?

http://wiki.eeeuser.com/howto:sd_permis … _something

Offline

 

#22 2008-06-09 5:51:49 pm

delboy666
New member
Registered: 2008-01-03
Posts: 1

Re: Automounter troubles "You do not have enough permission to read" MMC

Fix worked for me also...no idea why suddenly stopped working hope this is not a regular occurence

Offline

 

#23 2008-07-12 6:02:18 pm

tarant8l
Senior Member
From: Vinixiah, Serenissima
Registered: 2008-04-07
Posts: 288
Website

Re: Automounter troubles "You do not have enough permission to read" MMC

http://forum.eeeuser.com/viewtopic.php? … 42#p314842

The phantom SD card. would need a youtube movie to present what is happening. The eeepc works nicely and graphics pop out and the icon is in the tray and even the SD shows and it is in the /media yet df -h show no mount, nothing..


701 4Gb white Eeepc Xandros, Easy Mode c/o icewm start menu

Offline

 

#24 2008-12-09 12:02:39 am

peterdhall56
New member
Registered: 2008-12-08
Posts: 6

Re: Automounter troubles "You do not have enough permission to read" MMC

i need to partition and format my 900pc 16 gig drive

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson