Permanently mount a USB Hard Disk for Security purpose

Tom Rivers tom at impact-crater.com
Tue Oct 21 13:40:07 UTC 2014


On 10/21/2014 09:31, Angelo Moreschini wrote:
> [root at zorro ~]# mount -t ntfs UUID=36CC878C70FF1EC2 /media/PRTZ-src_syn
>
> But now I get an error that I can not understand:
> ntfs-3g-mount: failed to access mountpoint /media/PRTZ-src_syn: No 
> such file or directory
> _
> _
> _look that the directory doesn't exist._.
>
> but this is not true:
> [root at zorro ~]# ls /media
> PRTZ-src_sync  PRTZ-svn_backup


It looks like the error says one directory and the ls command shows another:

/media/PRTZ-src_syn
/media/PRTZ-src_sync

I think you meant to type the command like this:

mount -t ntfs UUID=36CC878C70FF1EC2 /media/PRTZ-src_sync


Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20141021/1c64b307/attachment.html>


More information about the users mailing list