Hallo zusammen,
ich habe folgende Hardware:
Eine SSD mit dem Einhängepunkt / und /swap = /dev/sdb1
Eine normale Festplatte mit dem Einhängepunkt /home = /dev/sdc1
Eine normale Festplatte mit dem Einhängepunkt /media/Archiv = /dev/sda1
Läuft, bis auf zwei Probleme, alles wunderbar. Wie funktioniert es, daß /dev/sda1
automatisch "für alle Benutzer" und "ohne" Passwortabfrage eingehängt wird?
Die fstab sieht so aus:
Code: Alles auswählen
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=566b06b7-9309-4782-8395-367b9151bdf6 / ext3 errors=remount-ro 0 1
# /home was on /dev/sdb1 during installation
UUID=2ae7a3f8-a156-4948-9417-c0678df92ad4 /home ext3 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=8f6666b4-c285-4b28-b64f-f2e8904549d6 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
Gruß, Puma