Jump to content

Waiting for 9.X-RC2,3,4 ??


Guest anon
 Share

Recommended Posts

to add the disk to fstab i had to add the -o and loop options. this is what mine looked like.

 

<!--QuoteEBegin--><!--QuoteEBegin-->/mnt/stuff/MandrakeLinux-9.2rc2-CD1.i586.iso /mnt/disk/1 iso9660 -o,loop,user,umask=0 0 0<!--QuoteEBegin--><!--QuoteEBegin-->/mnt/stuff/MandrakeLinux-9.2rc2-CD2.i586.iso /mnt/disk/2 iso9660 -o,loop,user,umask=0 0 0<!--QuoteEBegin--><!--QuoteEBegin-->/mnt/stuff/MandrakeLinux-9.2rc2-CD3.i586.iso /mnt/disk/3 iso9660 -o,loop,user,umask=0 0 0<!--QuoteEBegin--><!--QuoteEBegin-->

 

Yes you are right! .. the -o option isn't necessary though. -o is necessary when you manually mount the iso image (this means option .. see man page). So the following will do

/mnt/stuff/MandrakeLinux-9.2rc2-CDX.i586.iso /mnt/disk/X iso9660 loop,user,umask=0 0 0

 

But loop is definitively required.

 

MOttS

Link to comment
Share on other sites

  • Replies 31
  • Created
  • Last Reply

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share


×
×
  • Create New...