[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:37414] mounuできなくなってしまいました。



横山と申します。
cdromのmount方法についてわからないことがありますので
御教授下さい。

環境はwoody 3.0
カーネル 2.4.18-3

mountするのに以下の3つの方法を試みたのですがどれもエラーが
でてcdromをmountすることができませんでした。
1
 $ mount /cdrom/
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
2
 $ mount -t 9660 /dev/cdrom /cdrom
mount: only root can do that
3
 $ mount -t iso9660 /dev/cdrom /cdrom/
mount: only root can do that

/etc/fstabは下記のようになっております。
proc		/proc		proc	defaults		0	0
/dev/fd0	/floppy		auto	user,noauto		0	0
/dev/cdrom	/cdrom		iso9660	user,ro,noauto		0	0

スーパーユーザでも上記の3つを同様に行いました。
1'
# mount /cdrom/
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
2'
# mount -t 9660 /dev/cdrom /cdrom/
mount: fs type 9660 not supported by kernel
3'
# mount -t iso9660 /dev/cdrom /cdrom/
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)

3ヵ月くらい前になるのですが、問題となっているマシンで
「 2 」の方法でmountを試みたらうまくいった記憶があります。
この3ヵ月の間にわたしがどこか設定を変更してしまったので
起こったと思うのですが、どこをチェックすればよいのか
わからず、投稿にいたりました。
2'において not supported by kernelとでているのですが、
カーネルの設定を変更しないとmountできないのでしょうか?

御教授お願いします。