Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1.  
  2. sam@securebox:~$ sudo mount -a
  3. mount: wrong fs type, bad option, bad superblock on //securenet/files,
  4. missing codepage or helper program, or other error
  5. (for several filesystems (e.g. nfs, cifs) you might
  6. need a /sbin/mount.<type> helper program)
  7. In some cases useful info is found in syslog - try
  8. dmesg | tail or so
  9.  
  10.  
  11.  
  12. THIS IS IN FSTAB!!!!!!
  13.  
  14.  
  15. # /etc/fstab: static file system information.
  16. #
  17. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  18. # for a device; this may be used with UUID= as a more robust way to name
  19. # devices that works even if disks are added and removed. See fstab(5).
  20. #
  21. # <file system> <mount point> <type> <options> <dump> <pass>
  22. proc /proc proc nodev,noexec,nosuid 0 0
  23. /dev/mapper/securebox-root / ext4 errors=remount-ro 0 1
  24. # /boot was on /dev/sda1 during installation
  25. UUID=358f5419-d2ba-4ae4-9efe-de28aec00f0f /boot ext2 defaults $
  26. /dev/mapper/securebox-swap_1 none swap sw 0 0
  27. //securenet/files /mnt/win cifs username=admin,password=mypass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement