Received: (at submit) by bugs.debian.org; 8 Mar 2001 14:55:04 +0000 From kilian@koepsell.de Thu Mar 08 08:55:04 2001 Return-path: Received: from dialin4.aei-potsdam.mpg.de (chebang) [::ffff:194.94.224.233] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14b1ok-0005BJ-00; Thu, 08 Mar 2001 08:55:03 -0600 Received: from kilian by chebang with local (Exim 3.20 #1 (Debian)) id 14b1oi-0000UM-00; Thu, 08 Mar 2001 15:55:00 +0100 To: submit@bugs.debian.org Cc: kilian@koepsell.de From: Kilian Koepsell Subject: options noauto and user cause an error message X-Mailer: bug-buddy 1.2 Message-Id: Date: Thu, 08 Mar 2001 15:55:00 +0100 Delivered-To: submit@bugs.debian.org Package: smbfs Severity: normal Version: 2.0.7-4 Synopsis: options noauto and user cause an error message Class: sw-bug Distribution: Debian testing/unstable System: Linux 2.4.0 i686 unknown Description: i want to include the information for a windows share in my fstab file, but i don't want to mount it automatically. for other filesystem types this works with the option 'noauto'. furthermore i would like to be able to mount the share as non-root. for other filsystem types this works with the option 'user'. both options cause an error message: ------------------------------------------ /etc/fstab: //r2d2/labor /mnt/r2d2 smbfs rw,noauto,username=kilian error message: smbfs: Unrecognized mount option noauto actually, i just found out, that the error message does only appear on the console, not in a x-terminal. the mounting succeeds, anyway.