Mount: Revision history

Jump to: navigation, search

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.

27 August 2024

  • curprev 00:4700:47, 27 August 2024Ardika Sulistija talk contribs 2,128 bytes +2,128 Created page with "<b>mount</b> - Command to mount partitions. ---- ====Examples==== ---- Mounts /dev/sdb2 to /mnt/[dir], you would have to create a directory in the /mnt/ directory mount /dev/sdb2 /mnt/[dir] Unmount: umount /dev/sdb2 To view all mounts for further information: mount mount | grep -i /dev/ $ mount | grep /dev/ tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) /dev/nvme0n1p2..."