mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
ignore user specified blksize option
This commit is contained in:
parent
931858c0c2
commit
f5d8f91c4f
@ -1820,6 +1820,9 @@ static char *parse_mount_options(const char *orig_opts)
|
||||
" You have to umount volume and then "
|
||||
"mount it once again.\n");
|
||||
goto err_exit;
|
||||
} else if (!strcmp(opt, "blksize")) {
|
||||
ntfs_log_info("WARNING: blksize option is ignored "
|
||||
"because ntfs-3g must calculate it.\n");
|
||||
} else { /* Probably FUSE option. */
|
||||
strcat(ret, opt);
|
||||
if (val) {
|
||||
|
Loading…
Reference in New Issue
Block a user