Check partition type in linux
Just
$ df -T -h
or
$ sudo fdisk -l
ref : http://www.cyberciti.biz/faq/linux-how-to-determine-find-out-file-system-type/
$ df -T -h
or
$ sudo fdisk -l
ref : http://www.cyberciti.biz/faq/linux-how-to-determine-find-out-file-system-type/
Comments
Post a Comment