On Tue, 20 Sep 2016 21:56:39 -0400
Walt Sullivan <[email protected]> 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
[email protected]
http://oclug.on.ca/mailman/listinfo/linux

Reply via email to