Package: mount Version: 2.13.1.1-1 Severity: important mount when run manually is not honouring some options such as user and async.
su...@animal:/tmp$ sudo mount -t udf /dev/sr0 /mnt/ mount su...@animal:/tmp$ mount | grep sr0 /dev/sr0 on /mnt type udf (rw) # Correct so far... ... su...@animal:/tmp$ sudo /etc/init.d/hal stop Stopping Hardware abstraction layer: hald. su...@animal:/tmp$ sudo mount -t udf -o async,user,noatime,rw /dev/sr0 /mnt su...@animal:/tmp$ mount | grep sr0 /dev/sr0 on /mnt type udf (rw,noexec,nosuid,nodev,noatime) # Where is "user" and "async"? ... su...@animal:/tmp$ sudo mount -t udf -o async /dev/sr0 /mnt/ su...@animal:/tmp$ mount | grep sr0 /dev/sr0 on /mnt type udf (rw) # Where is "async"? No errors were reported in syslog during any mount. Only this: Apr 29 20:48:32 animal kernel: UDF-fs INFO UDF: Mounting volume 'BOOKS', timestamp 2010/04/28 10:17 (123a) If this is not a bug in mount (it's been suggested that UDF might not support async), then it needs to be transferred to the kernel, or perhaps udftools? I discovered this when researching why I am getting only ~10KB/s write from a DVD-RAM device. As noted in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/19982 http://www.multimedia4linux.de/howto/DE-DVD-RAM-HOWTO-5.html and others, async is the solution for this. su...@animal:/tmp$ uname -a Linux animal 2.6.31 #18 SMP Thu Apr 29 20:02:28 CST 2010 i686 GNU/Linux kernel output for the device boot: aic7xxx 0000:02:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0 <Adaptec 2940 Ultra2 SCSI adapter> aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs scsi 0:0:5:0: CD-ROM ASUS DRW-22B2S 1.01 PQ: 0 ANSI: 2 scsi target0:0:5: Beginning Domain Validation scsi target0:0:5: wide asynchronous scsi target0:0:5: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 14) scsi target0:0:5: Domain Validation skipping write tests scsi target0:0:5: Ending Domain Validation su...@animal:/tmp$ ls -l /lib/libc.so.6 lrwxrwxrwx 1 root root 11 2010-01-29 08:45 /lib/libc.so.6 -> libc-2.7.so su...@animal:/tmp$ grep scd0 /etc/fstab /dev/scd0 /media/cdrom0 udf,iso9660 async,user,noauto,noatime 0 0 su...@animal:/tmp$ grep sr0 /etc/fstab su...@animal:/tmp$ gnome-desktop-environment is installed. This includes HAL and nautilus. As noted above, hal isn't interfering, but I haven't tested nautilus as I don't know how. In any case, most of the mount attempts above were tried during a single user boot with the same effect. su...@animal:/tmp$ reportbug -q --template -T none -s none -S normal -b --list-cc none -q mount *** Unable to import urwid interface: Please install the python-urwid package to use this interface. Falling back to text interface. Detected character set: UTF-8 Please change your locale if this is incorrect. Using 'Stafford Goodsell <[email protected]>' as your from address. Getting status for mount... Will send report to Debian (per lsb_release). Maintainer for mount is 'LaMont Jones <[email protected]>'. Looking up dependencies of mount... Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Stafford Goodsell <[email protected]> To: Debian Bug Tracking System <[email protected]> Subject: none X-Debbugs-Cc: none Package: mount Version: 2.13.1.1-1 Severity: normal -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.31 (SMP w/2 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages mount depends on: ii libblkid1 1.41.3-1 block device id library ii libc6 2.7-18lenny2 GNU C Library: Shared libraries ii libselinux1 2.0.65-5 SELinux shared libraries ii libuuid1 1.41.3-1 universally unique id library mount recommends no packages. Versions of packages mount suggests: ii nfs-common 1:1.1.2-6lenny1 NFS support files common to client -- no debconf information Good luck. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

