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-12-06 9:06:54 pm

el_ms2000
Member
Registered: 2007-12-02
Posts: 28

EEE PC Permissions problem

I m a new user of E-PC and Linux
I have a USB thumbdrive and a MMC card
When i plug these storage into my E-PC, a message pops out:

"You do not have enough permissions to read /home/user/MMC-SD"

I read a thread, and created a "super file manager" under the directory "/root". However, I can't find the devices under this director "/root". Anyone can give me a hint or explain why?

Offline

 

#2 2007-12-07 2:12:12 am

md81544
Senior Member
From: SW3
Registered: 2007-11-05
Posts: 149

Re: EEE PC Permissions problem

The drive is automatically mounted under your home directory.  Whereas /root is the home directory of root (i.e. the administrator).  In your "super file manager", go to the directory /home/user and you should see your files, included the mounted disk.

Offline

 

#3 2007-12-07 2:44:25 am

o2smartphone
Senior Member
Registered: 2007-10-28
Posts: 569

Re: EEE PC Permissions problem

el_ms2000 wrote:

I m a new user of E-PC and Linux
I have a USB thumbdrive and a MMC card
When i plug these storage into my E-PC, a message pops out:

"You do not have enough permissions to read /home/user/MMC-SD"

I read a thread, and created a "super file manager" under the directory "/root". However, I can't find the devices under this director "/root". Anyone can give me a hint or explain why?

That's odd, are you with the original Easy Desktop ?


windows or linux, who cares !  I just want to use eeePC My Way

Offline

 

#4 2007-12-07 4:33:31 am

el_ms2000
Member
Registered: 2007-12-02
Posts: 28

Re: EEE PC Permissions problem

Yes i m with the Xandros

I did go under the /home/user as administrator (/root), but it's not working.
I  m thinking to inject XP this weekend if i can't fix it.

Offline

 

#5 2007-12-07 5:34:43 am

RogueStar
Member
Registered: 2007-10-31
Posts: 93

Re: EEE PC Permissions problem

Something that worked for me when i was having a similar problem

1. open a terminal with CONTROL+ALT+T
2. type
sudo XandrosFileManager
3. make sure your usb key is DETACHED and SD card is REMOVED
4. delete the MMC-SD folder in /home/user/ (if it still shows)
5. try inserting the USB key or SD card
6. try accessing it
7. when removing either device make sure you remove it safely using the icons by the clock

if you can see it after that but still have problems, you'll probably have to read up on changing the automount options mentioned in other threads regarding this issue.

Offline

 

#6 2007-12-07 5:57:57 am

Fried
New member
Registered: 2007-12-07
Posts: 4

Re: EEE PC Permissions problem

I encountered the same problem after using several USB memory devices. What I found was that my USB memory devices attempted to mount in "/media" as "/media/MMC-SD", but the "/media" directory itself was missing for some reason. I fixed my problem by going to by the following in terminal (with media removed):

sudo -1
mkdir /media

Good luck!

Offline

 

#7 2007-12-08 4:56:43 am

el_ms2000
Member
Registered: 2007-12-02
Posts: 28

Re: EEE PC Permissions problem

Fried wrote:

I encountered the same problem after using several USB memory devices. What I found was that my USB memory devices attempted to mount in "/media" as "/media/MMC-SD", but the "/media" directory itself was missing for some reason. I fixed my problem by going to by the following in terminal (with media removed):

sudo -1
mkdir /media

Good luck!

Thanks for your advice.
But i tried to make the directory, it doesn't work!

<img src="http://tkfiles.storage.live.com/y1piuzuis2r9Qa4aIt38cVrtfqMHHBQa7IreJiYPzKkf954BK3iQisEN3SbBY_UHBhKtb-fppgEtxQ">

Last edited by el_ms2000 (2007-12-08 4:58:55 am)

Offline

 

#8 2007-12-08 11:52:43 am

RogueStar
Member
Registered: 2007-10-31
Posts: 93

Re: EEE PC Permissions problem

i know its silly, but it looks like you missed a space there with the "mkdir /media" command

Offline

 

#9 2007-12-08 12:31:12 pm

el_ms2000
Member
Registered: 2007-12-02
Posts: 28

Re: EEE PC Permissions problem

RogueStar wrote:

i know its silly, but it looks like you missed a space there with the "mkdir /media" command

mkdir: cannot create directory '/media': Permission denied

is something what i m getting

Offline

 

#10 2007-12-08 2:08:34 pm

Fried
New member
Registered: 2007-12-07
Posts: 4

Re: EEE PC Permissions problem

sorry made a typo there... "sudo -i" instead of "sudo -1".

Offline

 

#11 2007-12-08 11:17:55 pm

el_ms2000
Member
Registered: 2007-12-02
Posts: 28

Re: EEE PC Permissions problem

Fried wrote:

sorry made a typo there... "sudo -i" instead of "sudo -1".

sudo -i
mkdir /media

it works, it works! ha-li-lu-ya. Thanks god.
Thanks for all your help.

Offline

 

#12 2007-12-12 7:58:23 am

gavinfabl
New member
Registered: 2007-12-07
Posts: 2

Re: EEE PC Permissions problem

That worked for me too.

Offline

 

#13 2007-12-12 12:16:28 pm

RainmanP
Senior Member
From: New Orleans, LA USA
Registered: 2007-11-21
Posts: 256

Re: EEE PC Permissions problem

Thanks, Fried!  It worked for me as well.  This is the second time I have encountered this problem.  In both cases I did not actually remove the SD card but touched it slightly, really just pointing it out to someone.  Last time I did a BIOS update through Add/Remove Software, and that fixed it.  Today someone else actually touched the card while looking at my new toy.  Glad to have this easy fix for the next time!


Standard 4 GB running stock Xandros OS
16 GB A-Data SDHC Class 6

Offline

 

#14 2007-12-30 1:21:35 am

gallen1119
New member
Registered: 2007-12-30
Posts: 2

Re: EEE PC Permissions problem

Fried wrote:

I encountered the same problem after using several USB memory devices. What I found was that my USB memory devices attempted to mount in "/media" as "/media/MMC-SD", but the "/media" directory itself was missing for some reason. I fixed my problem by going to by the following in terminal (with media removed):

sudo -i
mkdir /media

Good luck!

It worked!  It worked!

I had the same problem.

Thanks Fried

Greg

Offline

 

#15 2007-12-30 1:43:02 am

albkwan
ExtrEmE User
From: Hong Kong
Registered: 2007-11-04
Posts: 1440
Website

Re: EEE PC Permissions problem

gallen1119 wrote:

Fried wrote:

I encountered the same problem after using several USB memory devices. What I found was that my USB memory devices attempted to mount in "/media" as "/media/MMC-SD", but the "/media" directory itself was missing for some reason. I fixed my problem by going to by the following in terminal (with media removed):

sudo -i
mkdir /media

Good luck!

It worked!  It worked!

I had the same problem.

Thanks Fried

Greg

Can someone put this in the wiki?


EeePC 4G white,
Default Xandros (Easy Mode + icewm start menu) on 1st SSD/2nd 16GB SSD added/SD/USB/
http://eeepc.fire.prohosting.com/
http://eeepc-albkwan.blogspot.com/

Offline

 

#16 2008-01-04 1:16:03 am

Ian OD
New member
Registered: 2007-12-26
Posts: 1

Re: EEE PC Permissions problem

I plugged in an external drive via the USB port. The drive was evidentially faulty and it must have removed the media folder. Any subsequent flash drive or SD card plugged in came up with the ""You do not have enough permissions to read ......." message. Creating the media folder fixed the problem.

Offline

 

#17 2008-01-04 2:57:37 am

o2smartphone
Senior Member
Registered: 2007-10-28
Posts: 569

Re: EEE PC Permissions problem

el_ms2000 wrote:

I m a new user of E-PC and Linux
I have a USB thumbdrive and a MMC card
When i plug these storage into my E-PC, a message pops out:

"You do not have enough permissions to read /home/user/MMC-SD"

I read a thread, and created a "super file manager" under the directory "/root". However, I can't find the devices under this director "/root". Anyone can give me a hint or explain why?

can never simulate this, plugging all the SD, SDHC, and USB thumb and HD, my cards are nomal cards readable by window, and I am on Easy Desktop. Kind of Odd.


windows or linux, who cares !  I just want to use eeePC My Way

Offline

 

#18 2008-09-15 4:19:52 pm

S. Chapelin
New member
Registered: 2008-09-15
Posts: 5

Re: EEE PC Permissions problem

Sudo -i kudos to you. Worked for me too.

Offline

 

#19 2008-10-08 4:51:38 am

magsonthemove
New member
Registered: 2008-10-08
Posts: 1

Re: EEE PC Permissions problem

You guys rock.  This worked instantly for a total eee-innocent like me.  Thanks a lot.

Offline

 

#20 2008-11-26 12:12:24 am

CheezStnsAlone
New member
Registered: 2008-01-07
Posts: 3

Re: EEE PC Permissions problem

What do you do when /media already exists? As in my case? haha kill me now

Offline

 

#21 2009-09-01 2:52:28 pm

PeterBill
New member
Registered: 2009-02-24
Posts: 9

Re: EEE PC Permissions problem

Did a search on "permissions" and found this thread ... worked for me too :-)

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson