Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
First, if you're sure that command is exactly as you see it, then I've learned somethign new. Becuase normally you wouldn't see "ufs" in a mount command without the word "-t" before it.
Second, you can learn a lot about the mount command by issuing this command at the command prompt:
Code:
man mount
At least on my system, the man page talks about filesystems of type ufs, and the -t option, and the -F option.
I did man mount.
I didnt find ufs option.
and i dont get that meaning of "-f"
so i am still in a mess
'ufs' is not an option, but an argument to the option '-t', which defines the file system type. According to this web page, 'ufs' means Unix File System.
According to 'man mount', -F and -f are used in conjunction with other options to do other fancy stuff that I personally have never used.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.