You are not logged in.
Pages: 1
hi,
i am trying to mount my cd-rom (/dev/hdb) on /mnt/cd
with
sudo mount -t iso9660 /dev/hdb /mnt/cd/
mount: block device /dev/hdb is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdb,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
what am i doing wrong?
i thought that iso9660 is the file system type for cd roms
Offline
Yes it is. Try mounting it without the -t option.
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
try mount /mnt/cd. If you have recently upgraded your kernel be sure to reboot.
Offline
try mount /mnt/cd. If you have recently upgraded your kernel be sure to reboot.
i did use -t option. see my post.
and i didn't have any kernel upgrade for a while.
so i don't know what's up.
Offline
He said without the t option, not with.
Offline
Pages: 1