You are not logged in.

#1 2006-01-28 19:42:24

vladuz976
Member
From: Venice, CA
Registered: 2005-11-04
Posts: 108

mount -t iso 9660 doesn't work

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

#2 2006-01-28 21:18:07

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: mount -t iso 9660 doesn't work

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

#3 2006-01-29 04:08:43

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: mount -t iso 9660 doesn't work

try mount /mnt/cd. If you have recently upgraded your kernel be sure to reboot.

Offline

#4 2006-01-29 06:34:45

vladuz976
Member
From: Venice, CA
Registered: 2005-11-04
Posts: 108

Re: mount -t iso 9660 doesn't work

Penguin wrote:

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

#5 2006-01-29 08:39:28

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: mount -t iso 9660 doesn't work

He said without the t option, not with.

Offline

Board footer

Powered by FluxBB