On 11 April 2010 20:01, Jens Seidel <[email protected]> wrote: > Hi, > > after filing bug http://bugs.debian.org/576649 I noticed that it is indeed a > SHR-U bug. The udev automounter /etc/udev/scripts/mount.sh mounts > filesystems such as the second partition of SD cards below /media with > option "sync" which is very, very, very slow. The command "apt-get update" > was 60 times slower with this option! > > I suggest to omit this option. It may be useful for USB sticks but as it > causes such harm let the user properly umount a device before detaching it. > > To what package does this file belong? > # opkg search /etc/udev/scripts/mount.sh > returns nothing.
I think it belongs to udev. I've added a line "/dev/mmcblk" to /etc/udev/mount.blacklist to keep hands off the SD card and do the mounting with my own options via /etc/fstab. When udev is upgraded I have to redo this. _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
