From owner-freebsd-questions@FreeBSD.ORG Fri Jan 16 14:31:26 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 891E9330 for ; Fri, 16 Jan 2015 14:31:26 +0000 (UTC) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54B3C99A for ; Fri, 16 Jan 2015 14:31:26 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id v10so4841460pde.10 for ; Fri, 16 Jan 2015 06:31:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=flMf/Fsy/w4dtdyBqzplTiQ84RFHi16Gyk/KSREUno4=; b=VVOGKkGwiZ/NHs7JAXdEJNo7yC50sQXtgaBewWlsKj20sBPrgzCpGypoz3uwND3aDf DJdeYhknkB7yPP/eOv6bVrE3hji+Yqy6AefhyyA+auwRj91Rr+BEKCBgdRj76sOZi0fi aAJRthw3f5drQ7cpvJ9d4FJl7RcHyeV+OY72vXvkTDj9//ketZIDcrpgeuzaeumw2PqH gztJoFa3LJu1tjwQBnG46QjKxsCYgUKyTCN3MKUNWts78qs65mlwRzKnh/Z8MZFaVcpL hELAquERX9lGx7IJt8W93nC3yN7pM6lDAJh42KkBUa+QJ2ld8EKoMjWD8gEDPGoDkRpc KAGQ== MIME-Version: 1.0 X-Received: by 10.70.45.17 with SMTP id i17mr23147144pdm.13.1421418685755; Fri, 16 Jan 2015 06:31:25 -0800 (PST) Received: by 10.70.101.133 with HTTP; Fri, 16 Jan 2015 06:31:25 -0800 (PST) In-Reply-To: <478925.90815.bm@smtp113.sbc.mail.ne1.yahoo.com> References: <20150116022642.L82172@sola.nimnet.asn.au> <485578.59945.bm@smtp116.sbc.mail.ne1.yahoo.com> <20150116002206.b48967c9.freebsd@edvax.de> <478925.90815.bm@smtp113.sbc.mail.ne1.yahoo.com> Date: Fri, 16 Jan 2015 08:31:25 -0600 Message-ID: Subject: Re: Mount NTFS from base system? From: Adam Vande More To: Thomas Mueller Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2015 14:31:26 -0000 On Fri, Jan 16, 2015 at 2:08 AM, Thomas Mueller wrote: > from Polytropon and my previous post: > > > > I had Rod Smith's gdisk on it, and subversion, see rsync was > > > not there. > > > You would need to install rsync from ports. > > I did, on later installations, both FreeBSD and NetBSD. > > > > I also have FreeBSD 9.1-STABLE i386 on another USB 2.0 stick, > > > updating that was deterred by the fact that "make installworld" > > > took 7 to 8 hours. > > > Yes, R/W operations on a USB stick tend to be slower > > than on directly attached hard disks. :-) > > Maybe it was a particular allergy of FreeBSD to the particular model of > USB stick? > Speeds vary greatly across different different sticks. I have one particularly slow one which would likely take about the same amount of time to complete. This is a hardware trait not an OS one. A recent $11 usb3 stick from amazon plugged into usb2 completes in much faster time. -- Adam