Results 1 to 4 of 4
I'm trying to make it so that I don't have to mount my digital camera via command line in Sarge each time I want to use it. Currently I have ...
- 08-27-2005 #1Just Joined!
- Join Date
- May 2005
- Location
- Dallas, Texas
- Posts
- 95
fstab line switches for digital camera in Debian Sarge?
I'm trying to make it so that I don't have to mount my digital camera via command line in Sarge each time I want to use it. Currently I have to type the following whenever I want to pull photos off of it:
This works until I reboot or remove and reattach the camera, but ideally I'd like to be able to have it automatically mounted whenever I hook it up. I've been reading the fstab and mount man pages, but I'm not sure I understand this well enough to put the line together that I need. Can anyone help me write the line I need to add to fstab?Code:mount /dev/sdb1 /camera
Camera: HP R707 set to act as a USB drive.
Results for camera using "fdisk -l":
Disk /dev/sdb: 255 MB, 255853056 bytes
16 heads, 30 sectors/track, 1041 cylinders
Units = cylinders of 480 * 512 = 245760 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1042 249835+ 6 FAT16
- 08-27-2005 #2
Try adding the following line to fstab.
Code:/dev/sdb1 /mnt/camera vfat noauto,users,dev 0 0
Dell Precision T7400 Workstation
Dual 3.33Ghz Xeon "Harpertown" Core
16GB PC5300 DDR2 ECC CL5
BFG GeForce GTX 285 OC 2GB
X-Fi Platinum
HP w2408 24" Monitor
Dual Boot:openSUSE 11.2/Win 7 Ultimate
- 08-27-2005 #3Just Joined!
- Join Date
- May 2005
- Location
- Dallas, Texas
- Posts
- 95
Thanks a million LondoJowo! This does exactly what I was hoping for!
- 08-27-2005 #4
No problem, glad to have helped
Dell Precision T7400 Workstation
Dual 3.33Ghz Xeon "Harpertown" Core
16GB PC5300 DDR2 ECC CL5
BFG GeForce GTX 285 OC 2GB
X-Fi Platinum
HP w2408 24" Monitor
Dual Boot:openSUSE 11.2/Win 7 Ultimate


Reply With Quote
