From owner-freebsd-questions@freebsd.org Mon Oct 31 01:52:45 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9979C27D03 for ; Mon, 31 Oct 2016 01:52:45 +0000 (UTC) (envelope-from alvaroisit@gmail.com) Received: from mail-qk0-x236.google.com (mail-qk0-x236.google.com [IPv6:2607:f8b0:400d:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8699A15B4 for ; Mon, 31 Oct 2016 01:52:45 +0000 (UTC) (envelope-from alvaroisit@gmail.com) Received: by mail-qk0-x236.google.com with SMTP id o68so147926695qkf.3 for ; Sun, 30 Oct 2016 18:52:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=y6/IVEsdy/zt1mHZ/ylScdL+z4tXQbZxNfG3pwaf5l4=; b=JrABcNPJcqu8lo9MsuJ1ccxDDpYtMALlcEqMhzOP80jbEVRGDpQl2q/HLJIXiRucZD p4Eegm8GNv3AqD5MfPGzdU+Nu/orDz1jMJ4wpZIaj+5oawZwYx+wB0wHKiFlPiNFYBN/ aBuGgZ3i/iwWzbB6plnvNH7B2Ms7tD/NXaWboWTvUVhnszbo2yIZfiUMZjZU7y5Q/Vpb rW58EjxZQaA2aI/7WBl/qxt4q/CFpjTB0OHMBgKGnC096vQfmqhEt1cc9avxoo39SOHN 3uQ20JRD14XqyqeL8m2c3Qj99DGkfcQqmW7I7p9h26a/nc91ZINF4fWkYZvAnNTsw1ql 7DEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=y6/IVEsdy/zt1mHZ/ylScdL+z4tXQbZxNfG3pwaf5l4=; b=HUp5mL8cPUL3rL0Wue1WZx8RBhEcTR6SIEpzdGW0dBRNqBRMF2ZVW6rYsUenJ8sU1U CGZvEBQn4ZmR5djRuG5jjxipXjwRXOcsIOKq5pZRswU6HPi513cKNbox1M3mdQ6Slu0p mjzV7mem/eAd3gXxrCei/3SpdbmOMNdyE274wqR1tBtYDMi7ezGSokE7xxHvnwPHS3LP e4m8XxDpxNsXP5jo7oUt8iUHNCPEIYczgY41cHyoPTvqvEzzH+OJduj/IVM6+Dk0phQ4 D5fk2BprlmvEpvg2mTVi9LY56rhs/TWbxvOytQONV1OB4MbvAvffw6VPXMYyINwsRuk9 xG5A== X-Gm-Message-State: ABUngvfypAYz/yw1lf0yqAQcv30W/HaDpJkGwMvjyro0OnwumhheYbxMulqletlIIF1+i0re3baZBLHD8iV3mg== X-Received: by 10.55.119.197 with SMTP id s188mr20800088qkc.44.1477878764560; Sun, 30 Oct 2016 18:52:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.49.41 with HTTP; Sun, 30 Oct 2016 18:52:44 -0700 (PDT) From: Alvaro Pereyra Date: Sun, 30 Oct 2016 18:52:44 -0700 Message-ID: Subject: Growfs /dev/ada0p2 on AWS on 10.3 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 01:52:45 -0000 Good evening, I have followed the following article to a tee: https://www.freebsd.org/doc/handbook/disks-growing.html But, am still unable to expand the size of my file system using the following command: growfs */dev/ada0p2* Even after using the following command: sysctl kern.geom.debugflags=16 I get the following error: growfs: /dev/ada0p2: Operation not permitted Please advise, Thanks,