Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • You might have the install-media already mounted. A reboot and unmount is usually enough to get past that point. Commented Feb 1, 2020 at 11:21
  • Thanks @Thomas Dickey. When you say reboot, you mean restart the VM Machine? I have done it several times. How do I unmount the install-media? Commented Feb 1, 2020 at 11:36
  • I'd use "mount" to show what is mounted, and then "sudo umount whatever" ("whatever" the mount-point is, e.g., /media/some, /cdrom, etc). Commented Feb 1, 2020 at 11:37
  • Thanks @ThomasDickey. When I used the mount command in the terminal, the only line with media in it is /dev/sr0 on /media/deeplearningcv/VBox_GAs_6.1.2 type iso9660 (ro,nosuid,nodev,relatime,nojoliet,check=s,map=n,blocksize=2048,uid=1000,gid=1000,dmode=500,fmode=400,uhelper=udisks2). So, should I be using the command, sudo unmount media/deeplearningcv/VBox_GAs_6.1.2? Then again, should I mount the same using the mount command? Commented Feb 1, 2020 at 11:51
  • Either the media which is mounted can be run for the current machine (no remounting needed), or unmounting/remounting is the way to go. Commented Feb 1, 2020 at 12:52