From owner-freebsd-chat Thu Dec 19 12:23:30 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA09048 for chat-outgoing; Thu, 19 Dec 1996 12:23:30 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id MAA09018 for ; Thu, 19 Dec 1996 12:23:13 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id VAA16881; Thu, 19 Dec 1996 21:22:13 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id VAA01145; Thu, 19 Dec 1996 21:21:57 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id VAA01015; Thu, 19 Dec 1996 21:20:58 +0100 (MET) From: J Wunsch Message-Id: <199612192020.VAA01015@uriah.heep.sax.de> Subject: Re: another dumb question.. To: chat@freebsd.org Date: Thu, 19 Dec 1996 21:20:58 +0100 (MET) Cc: Hudginsj@smtp.dancooks.com (Jason Hudgins) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <22E0277201A@smtp.dancooks.com> from Jason Hudgins at "Dec 18, 96 02:44:45 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-chat@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Jason Hudgins wrote: > mount /dev/wd0s1 /mnt > gives me an *incorrect superblock* Right. /dev/wd0s1 is likely to not have a correct UFS superblock, and UFS is the default fstype for mount(8). > is a slice the equivalent of a partition? No. Slices are super-partitions. For example: +-----------------+-------------------------+--------------------+ | slice 1 | slice 2 | slice 3 | | type FAT | type *BSD | empty | | wd0s1 | wd0s2 | | +-----------------+-------+-------+---------+--------------------+ | |part a |part b |part e | | | (no part's) |root fs|swap |/usr fs | (no part's) | | |wd0s2a |wd0s2b |wd0s2e | | +-----------------+-------+-------+---------+--------------------+ | alias: wd0s2c | +-------------------------+ -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)