crypted fs

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Benutzeravatar
Voyager_MP
Beiträge: 628
Registriert: 22.06.2004 10:04:07
Wohnort: Aachen

crypted fs

Beitrag von Voyager_MP » 23.01.2005 14:40:52

/dev/loop0 on /home/michel/crypt type ext2 (rw,noexec,nosuid,nodev,user=michel)


warum steht da noexec ??? In meiner fstab steht das nicht !

Code: Alles auswählen

root@mp:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>               <type>      <options>                               <dump>  <pass>
/dev/hda3       /boot                           ext3    defaults                                0           2
/dev/hda6           /                               ext3        errors=remount-ro                   0       1
/dev/hda5       /var                            ext3    defaults                                0           2
/dev/loop0      /home/michel/crypt          ext2    rw,user,noauto              0           0
/dev/dvd        /dvd                            iso9660 ro,user,noauto                      0       0
#
#/dev/hda8          none                                swap    sw                                          0       0
sysfs               /sys                                sysfs   defaults                                0           0
proc                /proc                               proc    defaults                                0           0
/dev/hda8       none                    swap    sw,loop=/dev/loop1,encryption=AES128 0 0
Gruß Michel

Benutzeravatar
SubOptimal
Beiträge: 1709
Registriert: 10.01.2005 23:25:46
Lizenz eigener Beiträge: GNU Free Documentation License
Wohnort: bei Frankfurt

Beitrag von SubOptimal » 23.01.2005 15:09:31

Hi Voyager_MP,

man mount -> Option user
Allow an ordinary user to mount the file system. The name of the mounting user is written to mtab so that he can unmount the file system again. This option implies the options noexec, nosuid, and nodev (unless overridden by subsequent options, as in the option line user,exec,dev,suid).
SubOptimal

Antworten