Hello!

When I connect my camera via USB with my PC, it gets mounted
like this:

/dev/sda1 on /media/usbdisk type vfat 
(rw,nosuid,nodev,quiet,shortname=winnt,uid=1000,gid=100,umask=077,iocharset=utf8)

I dislike "shortname=winnt" and "iocharset=utf8" and would like
to add "sync". How to do that?

Is the correct way to add appropriate lines to /etc/fstab? I
now added

/dev/sda1 /media/usbdisk        auto 
rw,nosuid,nodev,quiet,users,gid=plugdev,umask=077,sync,noauto      0 0

and the device gets mounted with these options.

Problem: That's not a default for everything. With "fitting"
udev rules, I could of course make it so, that I wouldn't
have to reference /dev/sda1 but maybe something like /dev/camera.

Using:

Gentoo

sys-apps/hal-0.5.5.1-r1
sys-apps/pmount-0.9.6
sys-fs/udev-078
Gnome gnome-volume-manager 1.5.4
gnome-base/gnome-2.12.1

Thanks a lot.

Alexander Skwar
-- 
gentoo-user@gentoo.org mailing list

Reply via email to