Find the answer to your Linux question:
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??...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    8

    Question 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??

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Thats an incorrect command. I would suggest you to chech manual of mount command.
    Code:
    man mount
    mount command is for mounting Partitions.

    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

  3. #3
    Linux Enthusiast meton_magis's Avatar
    Join Date
    Oct 2006
    Location
    arizona
    Posts
    665
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...