Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 11 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 11

You should be able to see all of your disks & partitions with the root command:
# fdisk -l
or using sudo from a regular user account:
$ sudo fdisk -l

Share: