aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2016-06-06 12:44:13 -0400
committerJeff Mahoney <jeffm@suse.com>2016-06-06 12:44:13 -0400
commit5eead9fb340786dc9973fe9b7efc9c6bfb240228 (patch)
treeb85c973fa6e8f01358a1b6b56f62a28389608325
parent6daa8a9c5a0979fe16684151058a9a81a0671e06 (diff)
downloadreiserfsprogs-5eead9fb340786dc9973fe9b7efc9c6bfb240228.tar.gz
fsck: remove namesys.com reference in error text
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
-rw-r--r--fsck/pass2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsck/pass2.c b/fsck/pass2.c
index d34a92f..60bccce 100644
--- a/fsck/pass2.c
+++ b/fsck/pass2.c
@@ -635,5 +635,5 @@ void pass_2(reiserfs_filsys_t fs)
if (get_sb_root_block(fs->fs_ondisk_sb) == ~(__u32) 0 ||
get_sb_root_block(fs->fs_ondisk_sb) == 0)
- die("\nNo reiserfs metadata found. If you are sure that you had the reiserfs\n" "on this partition, then the start of the partition might be changed\n" "or all data were wiped out. The start of the partition may get changed\n" "by a partitioner if you have used one. Then you probably rebuilt the\n" "superblock as there was no one. Zero the block at 64K offset from the\n" "start of the partition (a new super block you have just built) and try\n" "to move the start of the partition a few cylinders aside and check if\n" "debugreiserfs /dev/xxx detects a reiserfs super block. If it does this\n" "is likely to be the right super block version. \n" "If this makes you nervous, try www.namesys.com/support.html, and for\n" "$25 the author of fsck, or a colleague if he is out, will step you\n" "through it all.\n");
+ die("\nNo reiserfs metadata found. If you are sure that you had the reiserfs\n" "on this partition, then the start of the partition might be changed\n" "or all data were wiped out. The start of the partition may get changed\n" "by a partitioner if you have used one. Then you probably rebuilt the\n" "superblock as there was no one. Zero the block at 64K offset from the\n" "start of the partition (a new super block you have just built) and try\n" "to move the start of the partition a few cylinders aside and check if\n" "debugreiserfs /dev/xxx detects a reiserfs super block. If it does this\n" "is likely to be the right super block version. \n");
}