»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 12-30-2003, 12:00 AM   #1 (permalink)
Registered User
 
samwichse's Avatar
 
Join Date: Oct 2001
Location: Sewanee, TN
Posts: 2,897
samwichse is on a distinguished road
mounting a digicam - must be root???

Ok, this is driving me nuts.

I've got a fuji digital camera which mounts just fine as root, access and all, but I'm looking to create a desktop link that can be easily mounted/unmounted by a desktop icon like the floppy drive more or less.

The problem is, the dang thing keeps telling me "only root can do that" when I double click the desktop icon I made (KDE btw). The fstab entry looks like this:
Code:
/dev/sda1               /mnt/camera             vfat    noauto,owner,gid=200,umask=200  0 0
I made a directory /mnt/camera, the distro is Fedora Core 1. What am I doing wrong?

Sam

samwichse is offline   Reply With Quote
Old 12-30-2003, 01:20 AM   #2 (permalink)
Registered User
 
CMonster's Avatar
 
Join Date: Oct 2001
Location: Sunny, smogy Southern California
Posts: 5,350
CMonster is on a distinguished road
/dev/sda1 /mnt/camera vfat noauto,user 0 0

works for me in SuSE and Mandrake, seems to me I needed the gid and umask in RH9 in order to mount NTFS
CMonster is offline   Reply With Quote
Old 12-30-2003, 06:20 PM   #3 (permalink)
Registered User
 
nukes's Avatar
 
Join Date: Oct 2002
Location: Scotland, UK
Posts: 2,946
nukes is on a distinguished road
Send a message via AIM to nukes Send a message via Yahoo to nukes
yeah, the user bit lets you mount it as any user.
__________________
_____
NuKeS
nukes is offline   Reply With Quote
Old 01-05-2004, 12:43 PM   #4 (permalink)
Registered User
 
samwichse's Avatar
 
Join Date: Oct 2001
Location: Sewanee, TN
Posts: 2,897
samwichse is on a distinguished road
Well, I've tried every suggestion and combination from this thread and it just will not work.

samwichse is offline   Reply With Quote
Old 01-05-2004, 01:45 PM   #5 (permalink)
Registered User
 
nukes's Avatar
 
Join Date: Oct 2002
Location: Scotland, UK
Posts: 2,946
nukes is on a distinguished road
Send a message via AIM to nukes Send a message via Yahoo to nukes
do:
Code:
ls -l /mnt/camera
You should have write access to the directory.
If it shows as root/root, then (as root)
Code:
chown root:users /mnt/camera
chmod g+rwx /mnt/camera
You can substitute "users" for whatever group you want, make sure your normal username is in the group.
ie.
It shouldn't look like this:
Code:
drwxr-xr-x    2 root     root           48 Jan  5 20:47 camera
It should look like:
Code:
root@nexus root # chown root:users camera 
root@nexus root # chmod g+rwx camera
root@nexus root # ls -l
total 2
drwxrwxr-x    2 root     users          48 Jan  5 20:47 camera
If you don't understand, pm me.
__________________
_____
NuKeS
nukes is offline   Reply With Quote
Old 01-05-2004, 03:18 PM   #6 (permalink)
Registered User
 
samwichse's Avatar
 
Join Date: Oct 2001
Location: Sewanee, TN
Posts: 2,897
samwichse is on a distinguished road
Well, I had already changed the owner of the directory to the user who will mount the camera like so:

chown -R username:username /mnt/camera

And then I just gave everybody rwx access (cause come on, the camera's gotta be in hand anyhow):

chmod -R 777 /mnt/camera
samwichse is offline   Reply With Quote
Old 01-06-2004, 09:44 AM   #7 (permalink)
Registered User
 
nukes's Avatar
 
Join Date: Oct 2002
Location: Scotland, UK
Posts: 2,946
nukes is on a distinguished road
Send a message via AIM to nukes Send a message via Yahoo to nukes
Got read/write access to the device node?
__________________
_____
NuKeS
nukes is offline   Reply With Quote
Old 01-06-2004, 11:28 AM   #8 (permalink)
Registered User
 
CMonster's Avatar
 
Join Date: Oct 2001
Location: Sunny, smogy Southern California
Posts: 5,350
CMonster is on a distinguished road
I had a similar problem with REDHAT 9 when mounting NTFS partition, here was my solution:

Code:
/dev/hda1   /mnt/WinXP   auto  ro,noauto,user,uid=500,gid=500,umask=007  0 0
-modify as you see fit of course, I don't see the need for write access to the media itself so I would go with ro

Code:
/dev/sda1               /mnt/camera             vfat    noauto,user,uid=500,gid=500,umask=007  0 0
CMonster is offline   Reply With Quote
Old 01-08-2004, 12:40 AM   #9 (permalink)
Registered User
 
CMonster's Avatar
 
Join Date: Oct 2001
Location: Sunny, smogy Southern California
Posts: 5,350
CMonster is on a distinguished road
bump -did you ever figure it out?
CMonster is offline   Reply With Quote
Old 01-08-2004, 05:17 PM   #10 (permalink)
Registered User
 
samwichse's Avatar
 
Join Date: Oct 2001
Location: Sewanee, TN
Posts: 2,897
samwichse is on a distinguished road
Well, I've been on two separate chat sessions with the owner of the computer (though note, I do have this exact same camera, but have yet to try and get it working on my computer back home in TN) trying to hash this out, but I've not been able to hook up a third, but left the instructions in an email.

I'm just a' waiting for a response myself.

Sam
samwichse is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 12:29 PM.