Find the answer to your Linux question:
Results 1 to 3 of 3
Hey everybody. Can somebody clear this up for me. When mounting and unmounting hd partitions i often get messages that dont really make sense. For example today i put this ...
  1. #1
    Linux Newbie the bassinvader's Avatar
    Join Date
    Jun 2006
    Location
    Europe
    Posts
    168

    partition mounting messages

    Hey everybody.

    Can somebody clear this up for me. When mounting and unmounting hd partitions i often get messages that dont really make sense. For example today i put this in;

    # umount -f -t ntfs /dev/hda1 /windows/C
    and got this message back

    umount2: Invalid argument
    umount: /dev/hda1: not mounted
    umount2: Invalid argument
    umount: /dev/hda1: not mounted
    however i checked mtab and my ntfs partition isn't listed any more like it was before......so it worked!
    but if thats the case why do i get these messages?

    " I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."

  2. #2
    Just Joined! surya.theSun's Avatar
    Join Date
    Jun 2006
    Location
    Lubbock, TX
    Posts
    26
    To unmount, just say

    umount /dev/hda1
    or
    umount /windows/C

  3. #3
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    You don't need to specify mount point and file system to umount
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

Posting Permissions

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