Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. root@pkara-pc01:~# mkdir -p /tmp/shared
  2. root@pkara-pc01:~# mount -t tmpfs -o size=1G mymount /tmp/shared/
  3. root@pkara-pc01:~# mount -t tmpfs -o size=1G mymount /tmp/shared/
  4. root@pkara-pc01:~# mount | grep -i shared
  5. mymount on /tmp/shared type tmpfs (rw,relatime,size=1048576k)
  6. mymount on /tmp/shared type tmpfs (rw,relatime,size=1048576k)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement