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
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
====== 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
(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... hinweise unten beachten!
Für NFSv3:
<code>sudo mount -t nfs 192.168.123.151:/var/pictures test</code>
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
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ü
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
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
=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
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