Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!elroy.jpl.nasa.gov!decwrl!pa.dec.com!e2big.mko.dec.com!nntpd.lkg.dec.com!riscy.enet.dec.com!croton.nyo.dec.com!frank From: frank@croton.nyo.dec.com (Frank Wortner) Newsgroups: comp.unix.ultrix Subject: Re: trouble mounting cdrom Message-ID: <2256@riscy.enet.dec.com> Date: 27 Jun 91 20:52:54 GMT References: <11956@ncar.ucar.edu> Sender: newsdaemon@riscy.enet.dec.com Reply-To: frank@croton.nyo.dec.com Organization: NY ULTRIX Resource Center, Digital Equipment Corporation Lines: 32 In article <11956@ncar.ucar.edu>, clyne@redcloud.scd.ucar.edu (John Clyne) writes: |>I execute |> |> % mount /dev/rz4c/mnt |> |>i get |> |> ufs_mount: /dev/rz4c on /mnt: Restricted operation on file system |> |>If i execute |> |> % mount -t cdfs /dev/rz4c /mnt |> |>I get |> |> cdfs_mount: Unknown descriptor type Try % mount -r /dev/rz4c /mnt The -r stands for "read-only." That's what the "restricted operation" complaint is about. The file system type "cdfs" is for ISO 9660 format CDs. The distribution CD is in UNIFILE format. That's what the "unknown descriptor type" message is complaining about. Hope this clears things up. Frank