On Tue, 20 Sep 2016 21:56:39 -0400
Walt Sullivan <remotewalt [ at ] magma [ dot ] ca> wrote:
> Executing
>
> mount
>
> will show you the file system type, probably "vfat", and the options
> it was mounted with. Read
>
> man mount
>
> to understand the options.
Try:
mount | column -t
`column` reformats `mount`s output to an easier to read table.