10-08-2014, 08:09 PM
Now you can see that the drive has one ntfs partition
You'll have to make this folder
then edit /etc/fstab (be carefull not to remove anything)
add this line to the end
save it and exit
you can now mount it without restart
You'll have to make this folder
Code:
sudo mkdir /media/external
Code:
gksudo leafpad /etc/fstab
Code:
/dev/sdf /media/external ntfs defaults 0 0
you can now mount it without restart
Code:
sudo mount -a