On Tue, 20 Sep 2016 21:56:39 -0400
Walt Sullivan <remotew...@magma.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.
_______________________________________________
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux

Reply via email to