From owner-freebsd-questions Mon Aug 10 01:10:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28613 for freebsd-questions-outgoing; Mon, 10 Aug 1998 01:10:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay.eunet.es (goya.eunet.es [193.127.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28606 for ; Mon, 10 Aug 1998 01:10:22 -0700 (PDT) (envelope-from jms@caja-granada.es) Received: (from uucp@localhost) by relay.eunet.es (8.8.8/8.8.8) id KAA07850 for freebsd-questions@FreeBSD.ORG; Mon, 10 Aug 1998 10:02:26 +0200 (MET DST) Received: from jms.caja-granada.es (jms [130.130.105.3]) by mulhacen.caja-granada.es (8.6.12/4.4) with SMTP id JAA15914 for ; Mon, 10 Aug 1998 09:59:10 +0200 From: "Jose M. Megias Sanchez" To: Subject: extend file system Date: Mon, 10 Aug 1998 10:10:40 +0200 Message-ID: <01bdc436$5cc60000$00008282@jms> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.01.2111 X-MimeOLE: Produced By Microsoft MimeOLE V4.01.2111 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have a little problem. My fylesystem /usr is full and I would like to extend its size, in other unix (hp-ux) its too easy with the command extendfs but FreeBSD don't has it. I have the following fylesystems: mulhacen2# df -k Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a 297423 18048 255582 7% / /dev/sd0s2h 2244926 17 2065315 0% /home /dev/sd0s2e 248175 3362 224959 1% /tmp /dev/sd0s2f 496367 467706 -11048 102% /usr /dev/sd0s2g 695311 2094 637593 0% /var procfs 4 4 0 100% /proc /dev/wcd0c 600108 600108 0 100% /dist I would like extend /usr with 100 Mb catching the space from /home (by the moment not used). I have a backup of all fylesystems obtained with DUMP, How can I do now to extend /usr?, newfs -s maybe?. Regards. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message