Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Volltextergebnisse:

ecryptfs
67 Treffer, Zuletzt geändert:
rnet]] ''~/Private'' entsperren: <code>ecryptfs-mount-private</code> Wieder sperren: <code>ecryptfs-um... e> ====== Files ====== <code> ~/.ecryptfs/auto-mount ~/.Private - underlying directory containing encr... ecryptfs/wrapped-passphrase - file containing the mount passphrase, wrapped with the login passphrase ~/.... ogin passphrase </code> ===== Recovering Your Mount Passphrase ===== Quelle((https://help.ubuntu.com
cryptsetup
36 Treffer, Zuletzt geändert:
werden. ==== Partition benutzen - cryptsetup und mount ==== Um die Partition nun zu mounten muss sie en... dev/mapper verknüpft, welche dann ganz normal mit mount eingehängt werden kann. Der Name dieser Datei is... sselt und dann ausgegeben. Die Partition kann mit mount eingehängt werden: <code> sirius:~# mount /dev/mapper/hda3_crypt /mnt sirius:~# mount | grep hda3 /dev/m
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 w
remove_unionfs @eepc
12 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
mount
9 Treffer, Zuletzt geändert:
====== mount ====== besonderes Mounten ===== NFS ===== bei neueren Ubunuts (13.04) scheint das NFS-mount standardmäßig gar nicht mehr dabei zu sein. Man ... s.1h.com/Bind_mounts]] Using bind mounts, we can mount all, or even part of an already-mounted filesyste... ion, and have the filesystem accessible from both mount points at the same time! For example, you can use
nfs4 @nfs
9 Treffer, Zuletzt geändert:
in desperation I have decided to set up NFSv4 and mount my shares using that. The reason for the upgrade ... s under this directory that clients will actually mount. In this example I'm aiming to provide two main ... 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
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 Verfahren, wobei ich ([[user:Lemmi|Lemmi]]) das zweite Verfahren (LemmiNFS) empfehle: === /var/etc/mount.smbfs.tab === {{Baustelle}} === LemmiNFS === Fü
nfs
7 Treffer, Zuletzt geändert:
(kernel support must be given!) Testing: <code> mount -t nfs 192.168.123.95:/home/files/ /mnt/files (-w... ly on boot, or if you want to allow your users to mount the filesystem, you will want to edit this file. The /etc/fstab entry to mount the above exported filesystem would look somethin... command, the bob.domain.com host will be able to mount /some/directory and 192.168.0.3 can mount /anothe
sshfs
7 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... nce you have done the above, you can use sshfs to mount the directory you need on the remote host to your
linux_commands
5 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> <tr><td>&nb
lvm2_member
4 Treffer, Zuletzt geändert:
Raid 5 ====== mount: unknown filesystem type 'LVM2_member' ====== Quelle((http://www.linux-sxs.org/s... l00): <code> $ sudo lvs</code> * Create a mount point for that volume: <code> $ sudo mkdir /mnt/fcroot</code> * Mount it: <code> $ sudo mount /dev/VolGroup00/LogVol00 /mnt/fcroot -o ro,user</code> * Copied my file
1.6 @virtualbox
4 Treffer, Zuletzt geändert:
=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... ode> Paste the 2 lines below above the line: "# Mount spufs, if Cell Broadband processor is detected" <code> ## Mount the usbfs for use with Virtual Box domount usbfs
heimserver
3 Treffer, Zuletzt geändert:
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/mapper/sda3_crypt /root/backup exit 0 </code
tmpfs
3 Treffer, Zuletzt geändert:
cherplatz hat (ist eine eigene Partition): <code> mount -t tmpfs -o size=4G none /tmp/kuskus </code> ==... . Der Inhalt von /tmp wird gelöscht. Es wird "mount /tmp" ausgeführt. Ab jetzt werden temporäre Datei... eugen, zu beenden und dann mit <code> umount /tmp mount /tmp </code> den Müll zu entsorgen. Und wer ni
dingoo
2 Treffer, Zuletzt geändert:
ssage: Kernel panic - not syncing VFS: unable to mount root fs * Symptom: Dingux can't deal with rootf... Observation: Dingux error message: FATAL: cannot mount /dev/mmcb1k0/dev/mmcb1k0p1 on /boot (17) * Symp
docker
2 Treffer, Zuletzt geändert:
nfs @acer_aspire_one
2 Treffer, Zuletzt geändert:
samba @acer_aspire_one
2 Treffer, Zuletzt geändert:
bootable_usb-stick
1 Treffer, Zuletzt geändert:
du
1 Treffer, Zuletzt geändert:
iso-to-usb
1 Treffer, Zuletzt geändert:
m740av
1 Treffer, Zuletzt geändert:
ramdisk
1 Treffer, Zuletzt geändert:
shell
1 Treffer, Zuletzt geändert:
ssd
1 Treffer, Zuletzt geändert:
history @acer_aspire_one
1 Treffer, Zuletzt geändert:
modify @kernel
1 Treffer, Zuletzt geändert:
advancecd @mame
1 Treffer, Zuletzt geändert:
qnap @nas
1 Treffer, Zuletzt geändert:
rebuild_raid5 @raid:software
1 Treffer, Zuletzt geändert:
 
Nach oben
mount.txt · Zuletzt geändert: 2024/02/29 13:36 von 127.0.0.1
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