Update ntfs-3g.org references

This commit is contained in:
Szaka 2011-03-27 15:29:48 +03:00
parent 04f3e94dff
commit f246d6ce97
7 changed files with 16 additions and 14 deletions

4
NEWS
View File

@ -1,5 +1,5 @@
Project news are at http://www.ntfs-3g.org Project news are at http://tuxera.com/community/ntfs-3g-download/
Release notes are maintained at http://www.ntfs-3g.org/releases.html Release notes are maintained at http://tuxera.com/community/release-history/

View File

@ -412,7 +412,7 @@ static int do_mount(const char *mnt, char **typep, mode_t rootmode,
if (errno_save == EPERM) if (errno_save == EPERM)
fprintf(stderr, "User doesn't have privilege to mount. " fprintf(stderr, "User doesn't have privilege to mount. "
"For more information\nplease see: " "For more information\nplease see: "
"http://ntfs-3g.org/support.html#unprivileged\n"); "http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n");
} }
goto err; goto err;
} else { } else {

View File

@ -70,7 +70,7 @@
#include "misc.h" #include "misc.h"
const char *ntfs_home = const char *ntfs_home =
"Ntfs-3g news, support and information: http://ntfs-3g.org\n"; "News, support and information: http://tuxera.com\n";
static const char *invalid_ntfs_msg = static const char *invalid_ntfs_msg =
"The device '%s' doesn't seem to have a valid NTFS.\n" "The device '%s' doesn't seem to have a valid NTFS.\n"
@ -113,7 +113,7 @@ static const char *fakeraid_msg =
static const char *access_denied_msg = static const char *access_denied_msg =
"Please check '%s' and the ntfs-3g binary permissions,\n" "Please check '%s' and the ntfs-3g binary permissions,\n"
"and the mounting user ID. More explanation is provided at\n" "and the mounting user ID. More explanation is provided at\n"
"http://ntfs-3g.org/support.html#unprivileged\n"; "http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n";
/** /**
* ntfs_volume_alloc - Create an NTFS volume object and initialise it * ntfs_volume_alloc - Create an NTFS volume object and initialise it

View File

@ -58,7 +58,7 @@ ntfs\-3g\-devel@lists.sf.net
.hy .hy
.SH AUTHOR .SH AUTHOR
.B ntfscmp .B ntfscmp
was written by Szabolcs Szakacsits (szaka@sienet.hu). was written by Szabolcs Szakacsits.
It was ported to ntfs-3g by Erik Larsson. It was ported to ntfs-3g by Erik Larsson.
.SH AVAILABILITY .SH AVAILABILITY
.B ntfscmp .B ntfscmp

View File

@ -239,13 +239,14 @@ static const char *setuid_msg =
"Mount is denied because setuid and setgid root ntfs-3g is insecure with the\n" "Mount is denied because setuid and setgid root ntfs-3g is insecure with the\n"
"external FUSE library. Either remove the setuid/setgid bit from the binary\n" "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" "or rebuild NTFS-3G with integrated FUSE support and make it setuid root.\n"
"Please see more information at http://ntfs-3g.org/support.html#unprivileged\n"; "Please see more information at\n"
"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n";
static const char *unpriv_fuseblk_msg = static const char *unpriv_fuseblk_msg =
"Unprivileged user can not mount NTFS block devices using the external FUSE\n" "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" "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" "FUSE support and make it setuid root. Please see more information at\n"
"http://ntfs-3g.org/support.html#unprivileged\n"; "http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n";
#endif #endif
@ -3482,7 +3483,7 @@ static const char *fuse26_kmod_msg =
" message to disappear then you should upgrade to at least kernel\n" " 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" " version 2.6.20, or request help from your distribution to fix\n"
" the kernel problem. The below web page has more information:\n" " the kernel problem. The below web page has more information:\n"
" http://ntfs-3g.org/support.html#fuse26\n" " http://tuxera.com/community/ntfs-3g-faq/#fuse26\n"
"\n"; "\n";
static void mknod_dev_fuse(const char *dev) static void mknod_dev_fuse(const char *dev)

View File

@ -199,13 +199,14 @@ static const char *setuid_msg =
"Mount is denied because setuid and setgid root ntfs-3g is insecure with the\n" "Mount is denied because setuid and setgid root ntfs-3g is insecure with the\n"
"external FUSE library. Either remove the setuid/setgid bit from the binary\n" "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" "or rebuild NTFS-3G with integrated FUSE support and make it setuid root.\n"
"Please see more information at http://ntfs-3g.org/support.html#unprivileged\n"; "Please see more information at\n"
"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n";
static const char *unpriv_fuseblk_msg = static const char *unpriv_fuseblk_msg =
"Unprivileged user can not mount NTFS block devices using the external FUSE\n" "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" "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" "FUSE support and make it setuid root. Please see more information at\n"
"http://ntfs-3g.org/support.html#unprivileged\n"; "http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n";
#endif #endif
@ -3397,7 +3398,7 @@ static const char *fuse26_kmod_msg =
" message to disappear then you should upgrade to at least kernel\n" " 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" " version 2.6.20, or request help from your distribution to fix\n"
" the kernel problem. The below web page has more information:\n" " the kernel problem. The below web page has more information:\n"
" http://ntfs-3g.org/support.html#fuse26\n" " http://tuxera.com/community/ntfs-3g-faq/#fuse26\n"
"\n"; "\n";
static void mknod_dev_fuse(const char *dev) static void mknod_dev_fuse(const char *dev)

View File

@ -63,7 +63,7 @@ Unclassified FUSE error.
Please see Please see
.RS .RS
.sp .sp
http://ntfs-3g.org/support.html http://tuxera.com/community/ntfs-3g-faq/
.sp .sp
.RE .RE
for common questions and known issues. for common questions and known issues.
@ -73,7 +73,7 @@ You can contact the development team on the ntfs\-3g\-devel@lists.sf.net
address. address.
.SH AUTHORS .SH AUTHORS
.B ntfs-3g.probe .B ntfs-3g.probe
was written by Szabolcs Szakacsits (szaka@ntfs-3g.org). was written by Szabolcs Szakacsits.
.SH THANKS .SH THANKS
Alon Bar-Lev has integrated the utility into the NTFS-3G build process and Alon Bar-Lev has integrated the utility into the NTFS-3G build process and
tested it with Erik Larsson before the public release. tested it with Erik Larsson before the public release.