Mount smallworld disks: Difference between revisions
Jump to navigation
Jump to search
(asdf) |
m (asdf) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
yum install epel-release -y | yum install epel-release -y | ||
yum install ntfs-3g -y | |||
then | then | ||
ls -ldt /dev/s* |head | ls -ldt /dev/s* |head | ||
Line 10: | Line 11: | ||
then, bob is your uncle. | then, bob is your uncle. | ||
=== If on private network and not set up for NAT to internet, do this... === | |||
On CentOS 7 systems do: | |||
ifconfig | |||
*find which port is private | |||
nmtui | |||
*enter port settings | |||
*remove existing gateway | |||
*replace with 10.20.0.6 | |||
*save and exit | |||
systemctl restart network | |||
systemctl restart NetworkConfig | |||
[[Category:Smallworld]] | |||
[[Category:Sysadmin]] | [[Category:Sysadmin]] |
Latest revision as of 23:28, 31 May 2024
yum install epel-release -y yum install ntfs-3g -y
then
ls -ldt /dev/s* |head
to get recent new disks after plugging them in
then
mount /dev/sdap1 /mnt/dsk1 mount /dev/sdaq1 /mnt/dsk2
then, bob is your uncle.
If on private network and not set up for NAT to internet, do this...
On CentOS 7 systems do:
ifconfig *find which port is private nmtui *enter port settings *remove existing gateway *replace with 10.20.0.6 *save and exit systemctl restart network systemctl restart NetworkConfig