Logo 
Search:

Unix / Linux / Ubuntu Answers

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

  
Question Answered By: Adah Miller   on Dec 02

The command

sudo mount -t vfat /dev/sda6


is missing a mount point. You should first make a directory im /media/

such as sudo /media/somedir

then modify your command to

sudo mount -t vfat /dev/sda6 /media/somedir

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Mount Fat32 partition issue Or get search suggestion and latest updates.


Tagged: