Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Volltextergebnisse:

ecryptfs
82 Treffer, Zuletzt geändert:
g directory containing encrypted data ~/Private - mountpoint containing decrypted data (when mounted) ~/.ecryptfs/Private.sig - file containing sign... ur keyring keys. This requires that you have your mount passphrase. You recorded when you setup the mount--this passphrase is different from your login passphrase. If you don't have your mount passphrase please read here (Recovering Your Mount Passphrase). Lets move on to getting those keyrin... dd-passphrase --fnek * Passphrase: (Enter the mount passphrase you recorded when you setup the mount--this passphrase is different from your login pas
cryptsetup
44 Treffer, Zuletzt geändert:
u erstellen. Dann funktionieren auch die Scripte "mount.crypt" und "umount.crypt" aus der Sammlung pam-mount. # ln -s /usr/sbin/cryptsetup-luks /sbin/cryptset... session optional pam_mount.so use_first_pass pam-mount Modul: Das Modul wird in der Datei "/etc/security/pam_mount.conf" konfiguriert. Das Source-Archiv enthält im ... folgende Zeilen einzutragen: cryptmount /sbin/mount.crypt %(VOLUME) %(MNTPT) Werden verschlüsselte... r das Einbinden hinzuzufügen: cryptmount /sbin/mount.crypt %(VOLUME) %(MNTPT) -o loop Außerdem ist
nfs4 @nfs
16 Treffer, Zuletzt geändert:
situations I expect there will be a number of bid mounted directories under this directory that clients will actually mount. In this example I'm aiming to provide two main ... The idea behind this is that I don't want people mounting / and writting files to it when what I really want them to do is mount /home or /data. It also means that in the future ... root export which is done as follows. Create bind mount points under /nfs4exports called, wait for it, ho... m 1777 data mkdir -m 1777 home</code> Then bind mount /data and /home to /nfs4exports/data and /nfs4exp
nfs
16 Treffer, Zuletzt geändert:
The /etc/fstab file is the central file for all mounted or mountable filesystems on your Linux machine. It speci... ser mountable. If you want the NFS volume to be mounted automatically on boot, or if you want to allow your users to mount the filesystem, you will want to edit this file. ... command, the bob.domain.com host will be able to mount /some/directory and 192.168.0.3 can mount /another/exported/directory. Because no options a... e second line allows users from bob.domain.com to mount the directory read-only (the default), but the rest of the world can mount it read-write. Be careful where space characters
mount
15 Treffer, Zuletzt geändert:
[[http://docs.1h.com/Bind_mounts]] Using bind mounts, we can mount all, or even part of an already-mounted filesystem to another location, and have the filesystem accessible from both mount points at the same time! For example, you can use bind mounts to mount your existing root filesystem to /home/drobbins/nifty, as follows: <code> # mount --bind / /home/drobbins/nifty</code> eintrag in... h none bind 0 0</code> ===== loop ===== <code># mount -t iso9660 -o ro,loop=/dev/loop0 cd.iso /mnt/cdro
remove_unionfs @eepc
13 Treffer, Zuletzt geändert:
Modus installieren:** Folgendes eingeben: * mount /dev/sda1 /mnt-system * vi /mnt-system/boo... -eeepc.img | cpio –i nano init * Zeile 12 (mount -t ext2 -o ro $ROOT /mnt-system) in folgendes ändern: ''mount -t ext2 -o rw,noatime $ROOT /mnt'' * Zeile 18 ... eren. Sollte dann so aussehen: #!/bin/sh mount -t proc proc /proc if [ -n "$XANDROSBOOT
crypt_system @cryptsetup
12 Treffer, Zuletzt geändert:
epunkte erstellen und belegen === Es werden nun [:mount:Einhängepunkte] erstellt, in die die eben angelegten Partitionen [:mount:gemountet] werden: <code>mkdir /media/{boot,home,root} cd /media mount /dev/sda1 boot mount /dev/sda3 root mount /dev/sda4 home</code> == /boot verschieben == Als nächstes wird der existierende
sshfs
10 Treffer, Zuletzt geändert:
le((http://ubuntu.wordpress.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/)) SSH is pr... p command. However, it would be neat if you could mount a remote folder that you can access using ssh on ... local files on your pc, right? Well now you can! Mount a folder in an ssh account, edit the files locall... there’s nothing to do. On the client side mounting the filesystem is as easy as logging into the
1.6 @virtualbox
9 Treffer, Zuletzt geändert:
machine. To correct this, you'll need to edit the mountdevsubfs.sh file: <code> sudo gedit /etc/init.d/mountdevsubfs.sh You'll see a block of code that looks li... =0644 #ln -s .usbfs/devices /dev/bus/usb/devices #mount --rbind /dev/bus/usb /proc/bus/usb Now uncomment ... de=0644 ln -s .usbfs/devices /dev/bus/usb/devices mount --rbind /dev/bus/usb /proc/bus/usb </code> Ok now
nfs @m740av
8 Treffer, Zuletzt geändert:
wendung von NFS. Hiezu wurde das Programm [[/sbin/mount.smbfs]] durch ein Script ausgetauscht. Dieses Script 'biegt' dann den SMB-mount zu einem NFS-mount um. Es existieren nun zwei Ver... [[umount.pc]]''' trennt alle PC-Freigaben. Die [[mount]] und [[umount]]-Vorgänge werden in der Datei [[/var/log/mount.log]] protokolliert. Das Protokoll geht aber mit
linux_commands
8 Treffer, Zuletzt geändert:
ver</td></tr> <tr><td>&nbsp;</td><td class="nw">mount -t smbfs -o fmask=666,guest //windows_box/share /mnt/share</td><td>Mount a windows share</td></tr> <tr><td>&nbsp;</td><t... dir</td></tr> <tr><td>&nbsp;</td><td class="nw">mount -o loop cdrom.iso /mnt/dir</td><td>Mount the cdrom image at /mnt/dir (read only)</td></tr>... USB info</td></tr> <tr><td>•</td><td class="nw">mount | column -t</td><td>List mounted filesystems on the system (and align output)</t
heimserver
6 Treffer, Zuletzt geändert:
die Kameras funktionieren * Ruft Skript auf zum mounten der verschlüsselten Partitionen (darum ist das ... o* cpufreq lo #eigener Befehl. Siehe 'longhaul' ./mount_backup.sh exit 0 </code> mount_backup.sh <code bash> #!/bin/bash # mountet backup # cryptsetup luksOpen /dev/sda3 sda3_crypt mount /dev
nfs @macos
6 Treffer, Zuletzt geändert:
ar. 'Aktivierungen' ist der richtige (auf engl. 'Mounts') Auf Pluszeichen klicken und dann als entf. UR... : <code>nfs://192.168.123.95/var/pictures</code> Mountpoint (Aktivierungsort): <code>/Volumes/Server-Pic... ures</code> Ich habe mich daher entschlossen, die Mounts auf /nfs/ (mkdir /nfs) zu legen. Dann einen Ali... Verzeichnisdienste sind wieder verschwunden. NFS-Mounts findet man jetzt bei den Disk-Utilities (Festpla
nfs @acer_aspire_one
5 Treffer, Zuletzt geändert:
chnell installiert... Aber: dann immer noch beim mounten: ''mount.nfs: Protocol not supported'' Lösung: Version angeben beim mounten: <code>mount 192.168.122.222:/var/Daten -t nfs -o nfsvers=2 /home/user/Server</code> Juhuu! Meine /e
modify @kernel
5 Treffer, Zuletzt geändert:
troller modules reside on a filesystem that isn't mounted yet?" As stated in Chapter 7, "The Linux Boot... ns just enough modules to get the root filesystem mounted. **Note:** In Fedora Linux, the /boot/grub/gr... s the init program located on the RAM disk, which mounts the root filesystem and loads the remaining modu... the isolinux subdirectory of the CD. This example mounts the newly created CD-ROM and takes a look at the
advancecd @mame
5 Treffer, Zuletzt geändert:
ha @docker
4 Treffer, Zuletzt geändert:
lvm2_member
4 Treffer, Zuletzt geändert:
docker
4 Treffer, Zuletzt geändert:
ramdisk
4 Treffer, Zuletzt geändert:
apache @webdav
4 Treffer, Zuletzt geändert:
tmpfs
3 Treffer, Zuletzt geändert:
usb-rules @cryptsetup
3 Treffer, Zuletzt geändert:
samba @acer_aspire_one
2 Treffer, Zuletzt geändert:
dingoo
2 Treffer, Zuletzt geändert:
bootable_usb-stick
2 Treffer, Zuletzt geändert:
rebuild_raid5 @raid:software
2 Treffer, Zuletzt geändert:
iso-to-usb
2 Treffer, Zuletzt geändert:
debian @truecrypt
2 Treffer, Zuletzt geändert:
disk_usage
2 Treffer, Zuletzt geändert:
qnap @nas
1 Treffer, Zuletzt geändert:
history @acer_aspire_one
1 Treffer, Zuletzt geändert:
ssd
1 Treffer, Zuletzt geändert:
du
1 Treffer, Zuletzt geändert:
m740av
1 Treffer, Zuletzt geändert:
shell
1 Treffer, Zuletzt geändert:
tune2fs
1 Treffer, Zuletzt geändert:
komba2 @kde
1 Treffer, Zuletzt geändert:
linux @upnp
1 Treffer, Zuletzt geändert:
truecrypt
1 Treffer, Zuletzt geändert:
 
Nach oben
mount.txt · Zuletzt geändert: von gerald
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0
DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp   Dogecoin Donations Accepted Here    DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp  DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp