Find the answer to your Linux question:
Results 1 to 7 of 7
I read the man paged but they are really confusing as I don't understand what loop devices really are. I came across a code Code: mount -o loop initrd-2.20-8.img /win ...
  1. #1
    Linux User vickey_20's Avatar
    Join Date
    Mar 2009
    Location
    Mumbai, India
    Posts
    493

    mount -o loop wat does this command do

    I read the man paged but they are really confusing as I don't understand what loop devices really are. I came across a code
    Code:
    mount -o loop initrd-2.20-8.img /win
    Now I know that It mounts the Img onto the /win access point but why have they used a "loop" in the mount command
    Only if I could understand the man pages
    Registered Linux user #492640
    OS: RHEL4,5 ,RH 9,Ubuntu

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Location
    Virginia, USA
    Posts
    18
    Quote Originally Posted by MikeTbob View Post
    linux mount -o loop - Google Search
    lol. You have to check out letmegooglethatforyou.com.

  4. #4
    Just Joined!
    Join Date
    Nov 2008
    Location
    Virginia, USA
    Posts
    18
    Quote Originally Posted by vickey_20 View Post
    I read the man paged but they are really confusing as I don't understand what loop devices really are. I came across a code
    Code:
    mount -o loop initrd-2.20-8.img /win
    Now I know that It mounts the Img onto the /win access point but why have they used a "loop" in the mount command
    Ok enough jokes. Long story short, it's just what allows you to mount a regular file as a device.

  5. #5
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Quote Originally Posted by flakblas View Post
    lol. You have to check out letmegooglethatforyou.com.
    ROFL, now that's funny. Thanks for that.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  6. #6
    Linux User vickey_20's Avatar
    Join Date
    Mar 2009
    Location
    Mumbai, India
    Posts
    493

    normally when??

    ok thanks for replying and making milieu humorous but where are such mount normally used.
    Only if I could understand the man pages
    Registered Linux user #492640
    OS: RHEL4,5 ,RH 9,Ubuntu

  7. #7
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Quote Originally Posted by vickey_20 View Post
    ok thanks for replying and making milieu humorous but where are such mount normally used.
    perhaps you have an ISO image on your hard drive and you don't want to burn it to a CD disk, then you could use the above command to mount it and then it will be accessible as a normal CDrom.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

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