public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Mounting 'foreign' file-systems
@ 2002-05-20 15:22 Richard B. Johnson
  2002-05-20 18:24 ` Andreas Dilger
  0 siblings, 1 reply; 3+ messages in thread
From: Richard B. Johnson @ 2002-05-20 15:22 UTC (permalink / raw)
  To: Linux kernel


On Linux 2.4.18, I can no longer mount CDROMs that were created
using ext2 as the file-system (yes I know this is not specified).
I used to use these CDROMs as part of a "rescue" package.

Now, these can still be mounted through the loop device as is
shown below....

Script started on Mon May 20 11:12:16 2002
# mount /dev/sr0 /mnt
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       or too many mounted file systems
# mount -o loop /dev/sr0 /mnt
# ls /mnt
bin  dev  etc  lib  lost+found	mnt  root  sbin  tmp  usr
# umount /mnt
# exit
exit
Script done on Mon May 20 11:13:01 2002

So the question is, how could I put the mount options on the command
line during LILO boot? I tried root=/dev/sr0 {failed}
                               root="/dev/sr0 -o loop" {failed}
                               root=/dev/sr0,-o,loop {failed}
...etc...

..or.. is there a problem that is going to be fixed to revert to
the older behavior ..or.. Am I going to have to redo my rescue
stuff to use iso-9660?


Cheers,
Dick Johnson

Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).

                 Windows-2000/Professional isn't.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Mounting 'foreign' file-systems
  2002-05-20 15:22 Mounting 'foreign' file-systems Richard B. Johnson
@ 2002-05-20 18:24 ` Andreas Dilger
  2002-05-20 18:55   ` Richard B. Johnson
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Dilger @ 2002-05-20 18:24 UTC (permalink / raw)
  To: Richard B. Johnson; +Cc: Linux kernel

On May 20, 2002  11:22 -0400, Richard B. Johnson wrote:
> On Linux 2.4.18, I can no longer mount CDROMs that were created
> using ext2 as the file-system (yes I know this is not specified).
> I used to use these CDROMs as part of a "rescue" package.
> 
> Now, these can still be mounted through the loop device as is
> shown below....

Probably a filesystem != CDROM blocksize issue.

Cheers, Andreas
--
Andreas Dilger
http://www-mddsp.enel.ucalgary.ca/People/adilger/
http://sourceforge.net/projects/ext2resize/


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Mounting 'foreign' file-systems
  2002-05-20 18:24 ` Andreas Dilger
@ 2002-05-20 18:55   ` Richard B. Johnson
  0 siblings, 0 replies; 3+ messages in thread
From: Richard B. Johnson @ 2002-05-20 18:55 UTC (permalink / raw)
  To: Andreas Dilger; +Cc: Linux kernel

On Mon, 20 May 2002, Andreas Dilger wrote:

> On May 20, 2002  11:22 -0400, Richard B. Johnson wrote:
> > On Linux 2.4.18, I can no longer mount CDROMs that were created
> > using ext2 as the file-system (yes I know this is not specified).
> > I used to use these CDROMs as part of a "rescue" package.
> > 
> > Now, these can still be mounted through the loop device as is
> > shown below....
> 
> Probably a filesystem != CDROM blocksize issue.


Yes, maybe. I'm on a work-break now, but once I get a chance I'll
try block-sizes from 512 bytes to 4 kilobytes and see if that
does it.


Cheers,
Dick Johnson

Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).

                 Windows-2000/Professional isn't.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-20 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-20 15:22 Mounting 'foreign' file-systems Richard B. Johnson
2002-05-20 18:24 ` Andreas Dilger
2002-05-20 18:55   ` Richard B. Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox