0 Members and 1 Guest are viewing this topic.
ls ~/
OK, your call .. but if you've mounted it somewhere other than YOUR Home directory, you may run into permission problems.
sudo chown -R peter:peter /peter/StorageDicrectoryHere
sudo chown -R peter:peter /media/NameOfDriveHere
Just run (if it's a directory in YOUR HOME folder:Code: [Select]sudo chown -R peter:peter /peter/StorageDicrectoryHereIf it's mounted outside it run:Code: [Select]sudo chown -R peter:peter /media/NameOfDriveHere
sudo chown -R root:root /path/to/lost+found
ls -a /media
mount
sudo fdisk -l
gedit /etc/fstab
Erm .. why reformat if he says it's already formatted ?What is the output from:Code: [Select]ls -a /media
andCode: [Select]mount
andCode: [Select]sudo fdisk -l
and the contents of:Code: [Select]gedit /etc/fstab
[EDIT]I think it's likely you've formatted as a Linux file system ? .. but are still using ntfs-3g as the file system helper in fstab