Lucid mount command

Johnneylee Rollins johnneylee.rollins at gmail.com
Fri Apr 9 20:43:03 UTC 2010


On Fri, Apr 9, 2010 at 1:37 PM, Karl Larsen <klarsen1 at gmail.com> wrote:
>
>     I am on Lucid at about beta 2 version based on today's updates.
> There is a serious error in the file mount on this version. I have been
> trying sudo mount -o ro,loop filename.iso /mnt and the mount statement
> gives a standard error which is a laundry list of mount commands.  I
> have seen this many times whan using sudo mount -t ext3 /dev/sda5 /mnt
> and get the same error.
>
>     Does anyone else have this problem? If so I will put in a bug report.

sudo mkdir /mnt/iso
sudo mount -o loop filename.iso /mnt/iso

~SpaceGhost




More information about the ubuntu-users mailing list