Advertisement
Guest User

Untitled

a guest
Jan 25th, 2014
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Line in fstab:
  2. //192.168.1.1/hdd/ /media/hdd ntfs auto,rw,user 0 0
  3.  
  4. Error:
  5. root@lord:~# mount -a
  6. ntfs-3g: Failed to access volume '//192.168.1.1/hdd/': No such file or directory
  7.  
  8. ntfs-3g 2012.1.15AR.5 external FUSE 29 - Third Generation NTFS Driver
  9. Configuration type 7, XATTRS are on, POSIX ACLS are on
  10.  
  11. Copyright (C) 2005-2007 Yura Pakhuchiy
  12. Copyright (C) 2006-2009 Szabolcs Szakacsits
  13. Copyright (C) 2007-2011 Jean-Pierre Andre
  14. Copyright (C) 2009 Erik Larsson
  15.  
  16. Usage: ntfs-3g [-o option[,...]] <device|image_file> <mount_point>
  17.  
  18. Options: ro (read-only mount), remove_hiberfile, uid=, gid=,
  19. umask=, fmask=, dmask=, streams_interface=.
  20. Please see the details in the manual (type: man ntfs-3g).
  21.  
  22. Example: ntfs-3g /dev/sda1 /mnt/windows
  23.  
  24. News, support and information: http://tuxera.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement