Results 1 to 3 of 3
mount -t ntfs-3g /dev/sda5/media
-do you know about this??whats the use of this command??
how to use this command??...
- 04-01-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 8
mount -t ntfs-3g /dev/sda5/media
mount -t ntfs-3g /dev/sda5/media
-do you know about this??whats the use of this command??
how to use this command??
- 04-01-2009 #2
Thats an incorrect command. I would suggest you to chech manual of mount command.
mount command is for mounting Partitions.Code:man mount
Syntax :Code:mount <filesystem> <partition> <mount_point> <options>
Last edited by devils casper; 04-01-2009 at 10:06 AM.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-01-2009 #3
I believe you have squashed your device and mount point together, it should probably be /dev/sda5 /media with a space between sda5 and /media
New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote
