Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 296100 Details for
Bug 403291
Before Halting System: "ntfs-3g: Unknown option '-n'."
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for ntfs-3g to ignore -n mount opt
ntfs-3g-1.2216-nomtab.patch (text/plain), 924 bytes, created by
Tom "spot" Callaway
on 2008-02-27 18:22:48 UTC
(
hide
)
Description:
patch for ntfs-3g to ignore -n mount opt
Filename:
MIME Type:
Creator:
Tom "spot" Callaway
Created:
2008-02-27 18:22:48 UTC
Size:
924 bytes
patch
obsolete
>diff -up ntfs-3g-1.2216/src/ntfs-3g.c.BAD ntfs-3g-1.2216/src/ntfs-3g.c >--- ntfs-3g-1.2216/src/ntfs-3g.c.BAD 2008-02-27 11:40:33.000000000 -0500 >+++ ntfs-3g-1.2216/src/ntfs-3g.c 2008-02-27 13:17:57.000000000 -0500 >@@ -1947,10 +1947,11 @@ static int parse_options(int argc, char > { > int c; > >- static const char *sopt = "-o:hv"; >+ static const char *sopt = "-o:hnv"; > static const struct option lopt[] = { > { "options", required_argument, NULL, 'o' }, > { "help", no_argument, NULL, 'h' }, >+ { "nomtab", no_argument, NULL, 'n' }, > { "verbose", no_argument, NULL, 'v' }, > { NULL, 0, NULL, 0 } > }; >@@ -1989,6 +1990,11 @@ static int parse_options(int argc, char > if (strappend(&opts.options, optarg)) > return -1; > break; >+ case 'n': >+ /* We must handle the 'nomtab' option even if >+ * we don't use it because mount(8) passes it. >+ */ >+ break; > case 'h': > usage(); > exit(9);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 403291
:
271601
|
271611
| 296100