ShellHacks
Command-Line Tips and Tricks

mount

  • Blog

Mounting an ISO Image in Linux

Posted on December 27, 2016August 17, 2017by admin

You can easily access an ISO image of a CD or DVD (e.g. RHEL DVD) from the command line in Linux. To access an ISO disc image, you have to create a mount point (empty folder that will be used as a root filesystem) and mount an ISO file to it. In this article, i’ll […]

Read More
2 Comments
  • Blog

HowTo: Remount /etc/fstab Without Reboot in Linux

Posted on December 27, 2016February 24, 2017by admin

The configuration file /etc/fstab contains the necessary information to automate the process of mounting partitions. You would normally have to reboot your Linux system, after editing this file. There is a simple way which will remount all the partitions from your /etc/fstab file without restarting the system. Run the following command as root: # mount […]

Read More
10 Comments
  • Blog

HowTo: Mount Remote Windows Partition (Share) under Linux

Posted on December 27, 2016February 24, 2017by admin

The article describes how to mount CIFS shares manually. The shares can be on a Windows computer or on a Linux/UNIX server running Samba. Prerequisites 1. Install cifs-utils, if it hasn’t been installed yet. This package contains tools for mounting shares on Linux using the SMB/CIFS protocol. # yum install cifs-utils # sudo apt-get install […]

Read More
4 Comments

Online Tools

  • Base64 Decode
  • Base64 Encode

Tags

access-control anonymity ansible apache archive arduino artifactory bash boot cmd command-line curl dns docker encryption git gitlab helm java jenkins kubernetes linux macos mail mongodb mysql network openssl pdf php powershell prometheus python raspberry pi ssh sublime text systemd telegram telnet text-processing tor tsm windows wordpress yum
  • Telegram
  • Twitter
  • RSS
Privacy
Copyright © 2011-2022 | www.ShellHacks.com