Hedonist18
New Member
Hallo,ich kann meine Externe USB-Festplatte (EXT3 Dateisystem) als user unter OpenSuse 10.2 nicht mounten.Ich muß mich immer zuerst als root anmelden, um die Platte zu mounten.Beim nächsten Systemstart habe ich immer wieder das gleiche Problem.
	
	
	
		
	
	
	
		
	
	
	
		
	
	
	
		
	
	
	
		
THX
Hedonist18
								
		Code:
	
	mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
		Code:
	
	linux-Lightstorm-tne2:/home/harald # dmesg | tail
dazuko: loaded, version=2.3.2
eth0: no IPv6 routers present
IA-32 Microcode Update Driver: v1.14a <tigran@veritas.com>
microcode: CPU0 updated from revision 0x24 to 0x37, date = 06042003
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
bootsplash: status on console 0 changed to on
SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC=01:00:5e:00:00:01:00:04:0e:1e:2c:79:08:00 SRC=192.168.178.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=30466 DF OPT (94040000) PROTO=2
EXT3-fs: Unrecognized mount option "umask=0002" or missing value
		Code:
	
	linux-Lightstorm-tne2:/home/harald # sudo /usr/sbin/lsusb
Bus 005 Device 002: ID 04a9:1086 Canon, Inc.
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 002: ID 04b4:6830 Cypress Semiconductor Corp. USB-2.0 IDE Adapter
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 002: ID 22b8:4902 Motorola PCS E398 GSM Phone
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
linux-Lightstorm-tne2:/home/harald # sudo /usr/sbin/lsusb
Bus 005 Device 002: ID 04a9:1086 Canon, Inc.
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 002: ID 04b4:6830 Cypress Semiconductor Corp. USB-2.0 IDE Adapter
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 002: ID 22b8:4902 Motorola PCS E398 GSM Phone
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
		Code:
	
	linux-Lightstorm-tne2:/home/harald # fdisk -l
Platte /dev/hda: 120.0 GByte, 120060444672 Byte
255 heads, 63 sectors/track, 14596 cylinders
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/hda1   *           1        9494    76260523+   7  HPFS/NTFS
/dev/hda2            9495       11535    16394332+  83  Linux
/dev/hda3           11536       14596    24587482+  83  Linux
Platte /dev/hdb: 120.0 GByte, 120060444672 Byte
255 heads, 63 sectors/track, 14596 cylinders
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/hdb1   *           1       14335   115145856    7  HPFS/NTFS
/dev/hdb2           14336       14596     2096482+  82  Linux Swap / Solaris
Platte /dev/sda: 400.0 GByte, 400088457216 Byte
255 heads, 63 sectors/track, 48641 cylinders
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1               1       48641   390708801   83  Linux
		Code:
	
	linux-Lightstorm-tne2:/home/harald # cat /etc/fstab
/dev/hda2            /                    ext3       acl,user_xattr        1 1
/dev/hda3            /home                ext3       acl,user_xattr        1 2
/dev/hda1            /windows/C           ntfs       ro,users,gid=users,umask=00                                                           02,nls=utf8 0 0
/dev/hdb1            /windows/D           ntfs       ro,users,gid=users,umask=00                                                           02,nls=utf8 0 0
/dev/hdb2            swap                 swap       defaults              0 0
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
usbfs                /proc/bus/usb        usbfs      noauto                0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
/dev/fd0             /media/floppy        auto       noauto,user,sync      0 0
/dev/sda1            /media/disk          ext3       acl,user,users,umask=0002,u                                                           tf8=true      1 2THX
Hedonist18