From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HTML_MESSAGE,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27935 invoked from network); 1 Jun 2020 13:05:32 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 1 Jun 2020 13:05:32 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 1561E9C94E; Mon, 1 Jun 2020 23:05:29 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 888549C856; Mon, 1 Jun 2020 23:04:57 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (1024-bit key; unprotected) header.d=ccc.com header.i=@ccc.com header.b="PxxkNm+6"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 2D49C9C856; Mon, 1 Jun 2020 23:04:55 +1000 (AEST) Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) by minnie.tuhs.org (Postfix) with ESMTPS id A40FF93D46 for ; Mon, 1 Jun 2020 23:04:54 +1000 (AEST) Received: by mail-qt1-f171.google.com with SMTP id w90so7538181qtd.8 for ; Mon, 01 Jun 2020 06:04:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3smsiE3cue8lPyDctZsSPBTIr2TkYmqXt5S0oK7NkGI=; b=PxxkNm+6dbzJ8vHIGvME8aj5pZp0AVtwN3w1BKC14DkVurbH1HAvVmn30HR21WV/7B XavTLvYhJOh1xi62ivNH7Z/LaGgfSKyFyTocs1Raaajyu2OezmLuQDE4aqLzliKKmtNM gdX+YseeblC4J2qwdyYRSIcyb6DHbaXHQUuA0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3smsiE3cue8lPyDctZsSPBTIr2TkYmqXt5S0oK7NkGI=; b=Wzn8ECI17M/0B126rLI74uDMpOD8CZ6K0CQ9txq0Pp31hwO8jxtEuhH/+vuyYt6Rzx dRyAswmWHOfzWlW7sxfrUw8xacusu4u2COVtc0d0jwrA4N6D/1c2Yix7OTkHsEwemrMR Mq9fgsHyBnqYZitdvEQ01x1OOQZy3Khwu+ZkaEUOHFNNmjW42iCQNbA1qL/pl47YTIb7 j1rDO/V/xvda9Q2NrxDZmllEfq1a51wR7nzSyK2PUN+/5BfWdIo+QRm5UqHXt+QjZ0rM jwjTMhfE27/hLcvAJbyMAa0gvwP+2picneznNZrWLv1jRIKHcgf3ZdbFlCFlq25I6UhV thaA== X-Gm-Message-State: AOAM530iuQsGmePbqBShEeKJ9q3ygmFcvJFXK4SxY9F5y9Y14Lq2XaKx NanV9ZyaFwrSb33zCb5T7SZBEac+c4e9Gp5Mm28XKaHj20s= X-Google-Smtp-Source: ABdhPJwPrPfOcN567uHDO16G6QlMzBhEgJFrD0X6YyZEt0RLqJqTKFmAE9fRyJo1hh+PjywmKsYjy3sy9fGVai5bLfg= X-Received: by 2002:ac8:3f70:: with SMTP id w45mr21917266qtk.253.1591016693599; Mon, 01 Jun 2020 06:04:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Clem Cole Date: Mon, 1 Jun 2020 09:04:28 -0400 Message-ID: To: Paul Riley Content-Type: multipart/alternative; boundary="000000000000daa82e05a705707d" Subject: Re: [TUHS] DEC RL01/RL02 RX01/RX02 Disk Image Creator X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --000000000000daa82e05a705707d Content-Type: text/plain; charset="UTF-8" On Mon, Jun 1, 2020 at 6:19 AM Paul Riley wrote: > Is there a Windows or Linux utility to create a disk image in any of the > above formats, from a local folder tree? > What I think you are asking, is there a utility for a modern OS that will walk a local folder tree on my OS and create a new file whose structure is that of the file system for OS . The issue is not the device as much as the OS and disk file layout. As far as UNIX (or simh at the OS level) is concerned, the disk is just a linear array of bytes, addressed by blocks. The physical format is not seen by UNIX. There are numerious utilities, as well as 'foreign file systems' that are available. For instance, many Unix's can write RT-11 and MS-DOS format with standard utilities. It really depends the OS. That said, if the target OS is modern enough to support NFS or Samba, the easiest way might be export the file system from local system, and then running a simulated OS, 'mount' the file system. --000000000000daa82e05a705707d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable




--000000000000daa82e05a705707d--