[LINUX] several mount commands

Quick Notes on Several common mount commands

mount -t tmpfs tmpfs /mnt/ram -o size=1000M

Mount a ntfs disk:

mount -t ntfs /dev/SDX /path/to/mount_point

(ntfs-3g may be needed to support ntfs)

mout EXFAT disk:

mount -t exfat /dev/SDX /path/to/mount_point

mount a shared disk from network

sudo mount -t cifs //$HOST/public /mnt/share -o username=$USER,password=$password
edited 20.04.2024
created 23.06.2020
EOF
[+] click to leave a comment [+]
the comment system on this blog works via email. The button
below will generate a mailto: link based on this page's url 
and invoke your email client - please edit the comment there!

[optional] even better, encrypt the email with my public key

- don't modify the subject field
- specify a nickname, otherwise your comment will be shown as   
  anonymous
- your email address will not be disclosed
- you agree that the comment is to be made public.
- to take down a comment, send the request via email.

>> SEND COMMENT <<