From owner-svn-doc-head@freebsd.org Wed Jul 31 18:00:52 2019 Return-Path: Delivered-To: svn-doc-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 70FC0A4E51; Wed, 31 Jul 2019 18:00:52 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45zLnc2Ltvz480t; Wed, 31 Jul 2019 18:00:52 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 336C555FF; Wed, 31 Jul 2019 18:00:52 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6VI0q1C004337; Wed, 31 Jul 2019 18:00:52 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6VI0q9x004336; Wed, 31 Jul 2019 18:00:52 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201907311800.x6VI0q9x004336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Wed, 31 Jul 2019 18:00:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53286 - head/de_DE.ISO8859-1/books/handbook/filesystems X-SVN-Group: doc-head X-SVN-Commit-Author: bhd X-SVN-Commit-Paths: head/de_DE.ISO8859-1/books/handbook/filesystems X-SVN-Commit-Revision: 53286 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 45zLnc2Ltvz480t X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-0.12 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.12)[-0.120,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2019 18:00:52 -0000 Author: bhd Date: Wed Jul 31 18:00:51 2019 New Revision: 53286 URL: https://svnweb.freebsd.org/changeset/doc/53286 Log: Update to r52359: handbook: Remove obsolete section on ReiserFS support Modified: head/de_DE.ISO8859-1/books/handbook/filesystems/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/filesystems/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/filesystems/chapter.xml Tue Jul 30 23:45:23 2019 (r53285) +++ head/de_DE.ISO8859-1/books/handbook/filesystems/chapter.xml Wed Jul 31 18:00:51 2019 (r53286) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/filesystems/chapter.xml,v 1.7 2011/05/25 20:31:26 jkois Exp $ - basiert auf: r50963 + basiert auf: r52359 --> USB-Speichermedien, Flash-Speichern und Festplatten. Dazu gehört die Unterstützung - für das &linux; Extended File System (EXT) - und das Reiser Dateisystem. + für das &linux; Extended File System + (EXT). Es gibt verschiedene Stufen der Unterstützung in &os; für diese unterschiedlichen Dateisysteme. Manche benötigen ein @@ -158,24 +158,6 @@ /mnt ein: &prompt.root; mount -t ext2fs /dev/ad1s1 /mnt - - - - ReiserFS - - &os; bietet Nur-Lese-Unterstützung für das - Reiser-Dateisystem ReiserFS. - - Den Treiber für &man.reiserfs.5; laden Sie wie - folgt: - - &prompt.root; kldload reiserfs - - Mounten Sie anschließend das auf - /dev/ad1s1 befindliche - ReiserFS-Volume: - - &prompt.root; mount -t reiserfs /dev/ad1s1 /mnt