Linux FS Mount: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 October 2024

  • curprev 12:3912:39, 10 October 2024413vhcu1lq0463ob talk contribs 931 bytes +231 No edit summary Tag: Visual edit
  • curprev 12:3812:38, 10 October 2024413vhcu1lq0463ob talk contribs 700 bytes +700 Created page with "== /etc/fstab == The /etc/fstab is used to configure all mounting file system on Linux, with this file we can configure the mounting of SWAP, local blocks and nfs. === File architecture === origin destiny type options dump-option check-option === Mounting SWAP === /swapfile none swap sw 0 0 === Mounting local blocks === /dev/myvg/mylv /mnt ext4 defaults 0 0 === Mounting remote smb shares === //remote_host/sharename /mnt/cifs-share cifs username=user,password=pas..."