jetzt geht der umount au sder bash...gui und Desktop machen imernoch die selben probleme:
vorab gleich mal meine fstab
Code: Alles auswählen
# /etc/fstab: static file system information.
# /lib/udev/vol_id /dev/??? # figure out the UUID
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda7 / ext3 defaults,errors=remount-ro 0 1
/dev/sda6 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660,user,auto 0 0
/dev/fd0 /media/floppy0 auto,rw,user,auto 0 0
UUID=13fcae0f-10db-47b2-8fa6-58644cd0a8b5 /mnt/data ext3 auto,nouser,exec,rw,sync 0 0
UUID=ef5633a7-4da7-416c-9f19-01273d225ad7 /mnt/movies ext3 auto,nouser,exec,rw,sync 0 0
UUID=f0a7d7d2-a7c1-434a-ab70-2122f4c511af /mnt/temp ext3 auto,nouser,exec,rw,sync 0 0
UUID=f8610653-0a0f-4c9a-8747-4dd2e40f114f /mnt/vdi_partition ext3 auto,nouser,exec,rw,sync 0 0
das ist sie einzige datei dich ICH bearbeitet habe. nun ist aber wohl noch irgendein prozess am dazwischenfunken. denn ein unmount en unter gnome vom Desktp aus mit "rechtsklick-aushängen" der UUID partitionen ist nicht möglich. in der bash gehts problemlos.
fehlermeldung ist:
Error: mount point /mnt/data is not below /media/
was ist da los??