Hi Clive,

> Should the swap show a mount point and if so where?  (/?)

No, a mount point is a directory where the filesystem's root directory
appears, e.g. /home is a common one.  Whilst it's mounted, the contents
of the original /home directory are inaccessible as accesses pass across
to the mounted filesystem instead.

> probably won't get the time to run other commands till weekend

Well when you do, here's an updated version that tells us similar
information to above, and more.

     (
         set -x
         grep -w swap /etc/fstab
         lsblk -o type,name,fstype,label,uuid,mountpoint,size,partuuid
         sudo -i blkid
         ls -l /dev/disk/*
     ) |&
     curl -sSF 'f:1=<-' ix.io

-- 
Cheers, Ralph.

-- 
  Next meeting: BEC, Bournemouth, Tuesday, 2019-08-06 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk/
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk

Reply via email to