Results 1 to 7 of 7
How can I access my flash drive or Camera via USB in Debian? My SuSE install always detects and mounts them. But Debian doesn't seem to be as competent. How ...
- 11-16-2005 #1Just Joined!
- Join Date
- Nov 2005
- Location
- The 909
- Posts
- 36
Flash Drives in Debian?
How can I access my flash drive or Camera via USB in Debian? My SuSE install always detects and mounts them. But Debian doesn't seem to be as competent. How do I go about this?
- 11-16-2005 #2
you need to edit your /etc/fstab and include a line like
thenCode:/dev/sda1 /mnt/usb vfat noauto,users,rw 1 0
now you can just mount it manuallyCode:mkdir /mnt/usb
Brilliant Mediocrity - Making Failure Look Good
- 11-17-2005 #3Just Joined!
- Join Date
- Nov 2005
- Location
- The 909
- Posts
- 36
it says premision denied and I was under su.
Any ideas?
- 11-17-2005 #4
at what point does that come up?
Brilliant Mediocrity - Making Failure Look Good
- 11-17-2005 #5Just Joined!
- Join Date
- Nov 2005
- Location
- The 909
- Posts
- 36
Originally Posted by Vergil83 Code:su
then I get the premissions error.Code:/dev/sda1
and yes I understand that su is followed by the password. I also tried it by logging in as root
thats exaclty what I get on my screen when logged in as root or james su makes no differnceCode:bash: /dev/sda1: Permission denied
- 11-17-2005 #6
oh, I see. No, that is not what I meant. You need to edit a file, that is called
and add that line I posted. So you could runCode:/etc/fstab
(or replace gedit with your editor of choice, like kate) and then navigate to /etc/fstabCode:su "-c gedit"
or use vim
Code:su vim /etc/fstab
Brilliant Mediocrity - Making Failure Look Good
- 11-17-2005 #7Just Joined!
- Join Date
- Jan 2005
- Location
- Topeka, KS, USA
- Posts
- 88
Or you can just run the mount command with all of the options Virgil gave.


Reply With Quote
