parent
84739d9e4d
commit
399ba862c9
|
@ -77,7 +77,7 @@
|
|||
#include "security.h"
|
||||
|
||||
const char *ntfs_home =
|
||||
"News, support and information: http://tuxera.com\n";
|
||||
"News, support and information: https://github.com/tuxera/ntfs-3g/\n";
|
||||
|
||||
static const char *invalid_ntfs_msg =
|
||||
"The device '%s' doesn't seem to have a valid NTFS.\n"
|
||||
|
@ -121,7 +121,7 @@ static const char *fakeraid_msg =
|
|||
static const char *access_denied_msg =
|
||||
"Please check '%s' and the ntfs-3g binary permissions,\n"
|
||||
"and the mounting user ID. More explanation is provided at\n"
|
||||
"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n";
|
||||
"https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n";
|
||||
|
||||
/**
|
||||
* ntfs_volume_alloc - Create an NTFS volume object and initialise it
|
||||
|
|
|
@ -300,13 +300,13 @@ static const char *setuid_msg =
|
|||
"external FUSE library. Either remove the setuid/setgid bit from the binary\n"
|
||||
"or rebuild NTFS-3G with integrated FUSE support and make it setuid root.\n"
|
||||
"Please see more information at\n"
|
||||
"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n";
|
||||
"https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n";
|
||||
|
||||
static const char *unpriv_fuseblk_msg =
|
||||
"Unprivileged user can not mount NTFS block devices using the external FUSE\n"
|
||||
"library. Either mount the volume as root, or rebuild NTFS-3G with integrated\n"
|
||||
"FUSE support and make it setuid root. Please see more information at\n"
|
||||
"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n";
|
||||
"https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n";
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -4398,7 +4398,7 @@ static const char *fuse26_kmod_msg =
|
|||
" message to disappear then you should upgrade to at least kernel\n"
|
||||
" version 2.6.20, or request help from your distribution to fix\n"
|
||||
" the kernel problem. The below web page has more information:\n"
|
||||
" http://tuxera.com/community/ntfs-3g-faq/#fuse26\n"
|
||||
" https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n"
|
||||
"\n";
|
||||
|
||||
static void mknod_dev_fuse(const char *dev)
|
||||
|
|
|
@ -235,13 +235,13 @@ static const char *setuid_msg =
|
|||
"external FUSE library. Either remove the setuid/setgid bit from the binary\n"
|
||||
"or rebuild NTFS-3G with integrated FUSE support and make it setuid root.\n"
|
||||
"Please see more information at\n"
|
||||
"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n";
|
||||
"https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n";
|
||||
|
||||
static const char *unpriv_fuseblk_msg =
|
||||
"Unprivileged user can not mount NTFS block devices using the external FUSE\n"
|
||||
"library. Either mount the volume as root, or rebuild NTFS-3G with integrated\n"
|
||||
"FUSE support and make it setuid root. Please see more information at\n"
|
||||
"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n";
|
||||
"https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n";
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -4106,7 +4106,7 @@ static const char *fuse26_kmod_msg =
|
|||
" message to disappear then you should upgrade to at least kernel\n"
|
||||
" version 2.6.20, or request help from your distribution to fix\n"
|
||||
" the kernel problem. The below web page has more information:\n"
|
||||
" http://tuxera.com/community/ntfs-3g-faq/#fuse26\n"
|
||||
" https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n"
|
||||
"\n";
|
||||
|
||||
static void mknod_dev_fuse(const char *dev)
|
||||
|
|
Loading…
Reference in New Issue