Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I am getting error while mounting loop dev over mount_dir. my step as follows: #mkdir /mount_dir #mount -o loop /mount_dir mount: mounting /dev/loop0 on /mount_dir failed: Invalid argument...
  1. #1
    Just Joined!
    Join Date
    Nov 2010
    Posts
    2

    mount: mounting /dev/loop0 on /mount_dir failed: Invalid argument

    Hi,

    I am getting error while mounting loop dev over mount_dir.

    my step as follows:

    #mkdir /mount_dir

    #mount -o loop /mount_dir

    mount: mounting /dev/loop0 on /mount_dir failed: Invalid argument

  2. #2
    T2R
    T2R is offline
    Just Joined!
    Join Date
    Oct 2010
    Location
    Croatia
    Posts
    6
    Flag -o is for options and you didn't give any option.
    You can try something like this: sudo mount -R loop /mount_dir.
    Also you can check in manual (in terminal type: man mount) to see which flag is for what.

Posting Permissions

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