Mount smallworld disks: Difference between revisions

From DISI
Jump to navigation Jump to search
(asdf)
(No difference)

Revision as of 18:23, 8 January 2021

yum install epel-release -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...