On Monday, November 07, 2016 07:11:50 AM Richard Owlett wrote:
> I need to identify file system on all partitions of my hard drive
> whether mounted or not.
>      parted /dev/sda print | grep ext | grep -v exte
> reports the desired information [partitions formatted ext?] in a
> convenient format.
> *HOWEVER* parted requires root privileges. That is not acceptable.
> Suggestions?
> TIA

This is probably irrelevant because parted doesn't seem to meet your needs 
anyway, but your parted command does not find encrypted partitions on my disk.  
(That could be bad or good ;-)  (It also did not find an unmounted partition 
containing no filesystem, but that may be the behavior you desire.)

Reply via email to