Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 57

Thread: Revised version of Remastering HowTo

  1. #31
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    I'm learning that Win7 may have a capability itself like VirtualBox,
    and that VirtualBox uses an M$ format to do its thing:

    Wikipedia says:

    "Third-party products also use VHD file format. VirtualBox, part of
    Sun xVM line of Sun Microsystems supports VHD in versions 2 and
    later." Where VHD was earlier described as Virtual Hard Drive,
    a Microsoft-acquired format.

    It wasn't clear if Win7 Home Premium would have a VHD capability;
    maybe only an Enterprise/Server level of Win7?

    And I found this:

    http://www.3dhomejoe.info/jsite/uploads/vhd.pdf

    And I note I can display a Microsoft Management Console (MMC) that
    looks like the pdf examples.
    The MMC on my Home Premium Win7 looks like it might be capable of
    doing a lot of manipulation, including formatting to fat or ntfs. Not clear
    what the implication is of some other formatting, say ext or reiser.

    I hope this is converging toward an accommodation of Werner's re-
    mastering, Capricorny's poor-man's install and my up-till-now
    unused ntsf capability. This still feels like re-partioning by another name,
    and diddling with the Win7 install is problematic.

  2. #32
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Quote Originally Posted by utu View Post
    @ Capricorny

    You force me to reveal yet another layer of my ignorance.
    I think I've done poor man's installs to linux-formatted partitions,
    but I thought the rule was NEVER to write linux stuff to ntfs.
    Virtual box didn't seem like a violation of that rule.
    Kindly point me to some reading material.
    Re-formatting was my initial interest; VirtualBox is interesting,
    but I can come back to that.
    No, I don't think you are ignorant! Conventional wisdom is don't write to NTFS, and for general,unrestricted use, I think that is still the safest advice. But poor man's installs are somewhat simpler than the general case, as just a few files are written, and except for knoppix-data.img, the rest are, mostly, read-only.

    I have heard few reports of problems using NTFS this way, and I did my first poor man's install to NTFS/Win7 a few weeks ago - I try to avoid it, but not at any cost. Seems to work very well, and the same method that is used for creating the persistent image can be used for creating a larger volume for working - so you can effectively have two (or more) Linux partitions residing on an NTFS file system.

    Again, I would try to minimize writing to NTFS, but for setting up a workplace for remastering, it should be ok. For permanent storage, I would have tried to shrink NTFS to make room for a native Linux partition, but I have no grave objections to using NTFS for a poor man's install - provided there are good back-up routines in place. After all, we only have to take care of one single file, and if the "install" gets corrupted, we just clean up and copy the files to disk once more.

    Oh, and I should add: From Win7 viewpoint, cleaning up after such an install is just a matter of normal deletion of a few files. There is a small element of unsafety in that NTFS is mounted rw at /mnt-system - which means you have "automatic" access to all Windows files - also for corrupting them. But as long as you stay within /UNIONFS, there is not much of a danger AFAIK.
    Last edited by Capricorny; 07-11-2011 at 12:04 AM.

  3. #33
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @ Capricorny

    Please confirm I have this right.
    Your Virtual Hard Drives are ntfs and not linux formatted?
    Are you using M$ MMC to set these up?
    Also is your Windows a Win7 Home Premium, or something grander?
    Thanks.
    Last edited by utu; 07-11-2011 at 12:19 AM.

  4. #34
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Quote Originally Posted by utu View Post
    @ Capricorny

    Please confirm I have this right.
    Your Virtual Hard Drives are ntfs and not linux formatted?
    Are you using M$ MMC to set these up?
    Also is your Windows a Win7 Home Premium or something grander?
    Thanks.
    As I wrote: The entities residing on NTFS are files. Nothing else, nothing special. So I do nothing at all about them with Windows tools. In fact, I think I haven't booted Windoze for 6+ months. I have it installed because I _may_ need it, not because I use it For running Windows, I use VMware. Run off the cloop-mounted KNOPPIX file on NTFS, but the virtual machines reside on an ext3 (will probably turn to ext4 soon) partition.
    My version: It's a Home Premium, but I don't think that matters.

    But inside some of those NTFS files are Linux file systems - I mostly use ext2/ext3, but that doesn't matter much. And they are loop- or cloop-mounted.
    As for VM technology, I have been using VMware workstation for 11 years - and I try to know as little as possible about it, and the alternatives, as long as it just works, and it mostly does. So I don't know about M$ MMC etc, which I think is much newer stuff than VMware.

    I can see that it could be somewhat practical to test new Knoppix versions in a VM, but I normally copy new remasterings to USB media in any case, and then I can test run from them.

  5. #35
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by utu View Post
    I'm learning that Win7 may have a capability itself like VirtualBox,
    and that VirtualBox uses an M$ format to do its thing:

    Wikipedia says:

    "Third-party products also use VHD file format. VirtualBox, part of
    Sun xVM line of Sun Microsystems supports VHD in versions 2 and
    later." Where VHD was earlier described as Virtual Hard Drive,
    a Microsoft-acquired format.

    It wasn't clear if Win7 Home Premium would have a VHD capability;
    maybe only an Enterprise/Server level of Win7?
    VHD ( virtual harddisk ) and virtual machine (VM) are different thing. Well,
    a VM might use VHD, but having VHD only is no where near to having
    the capability of VM. It's like you have the wheels it does not mean you
    have the car. I am not sure if the Oracle's VM ( virtualbox ) is
    able to use M$ VHD, but that's the last thing I need to worry about. When
    you create a VM, the VM creates VHD automatically.

  6. #36
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by Capricorny View Post
    For running Windows, I use VMware. Run off the cloop-mounted KNOPPIX file on NTFS, but the virtual machines reside on an ext3 (will probably turn to ext4 soon) partition.
    VMWare on Linux can't have the virtual storage stored on NTFS. Somehow the VMware has serious performance problem with fuse driver.

  7. #37
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by Capricorny View Post
    As for VM technology, I have been using VMware workstation for 11 years - and I try to know as little as possible about it, and the alternatives, as long as it just works, and it mostly does.
    On my Knoppix system I have 3 different implementations of VMs :-

    1. Oracle VirtualBox
    2. VMware
    3. Qemu

    VMware and Virtualbox are nice to use because they are provided with GUI.
    Some of my guest operating systems are in VMWare, and some are in VirtualBox.
    I don't really know the pros and cons of VMware and virtualbox but virtualbox
    is 'vde' aware, so when it comes to simulation of interconnecting multiple VMs,
    it is more friendly. I have a setup where I interconnect 5 or 6 Virtualbox/
    Qemu VMs networking with each other on my host Knoppix system.

    Virtualbox and Qemu are in-conflict with one another, ie you can't run
    virtualbox and qemu at the same time.

    VMware and Virtualbox both are using their proprietary virtual harddisk, it
    makes it hard to do file system check and fix file system errors. When I use
    Qemu, I use native raw format, so in case of errors, I could fsck/fdisk the
    harddisk using native OS (Linux ) tools.

  8. #38
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    I can report that I have tried VMWare Player at Capricorny's suggestion,
    and that it cures ALL the complaints I have previously raised against VirtualBox.
    'Player is free, as in 'Box, so I can afford it.

    That said, I intend to resume trying Werner's re-mastering ideas, replacing
    only VirtualBox with VMWare Player.
    Any comments on this modification of Werner's procedure?
    Last edited by utu; 07-12-2011 at 07:57 PM.

  9. #39
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    ... some years ago I also used VMWare; in the meantime I prefer VirtualBox. But for remastering purpose with my scripts there may bee no difference. In both cases you work with a HD installation of Knoppix, no matter whether using a virtual drive within a virtual machine of VMWare or VirtualBox.

    Greetings Werner * http://www.wp-schulz.de/knoppix/summary.html
    Own Rescue-CD with Knoppix (Knoppix V6.4.4 remaster)

  10. #40
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @ Werner

    Greetings, Werner.
    In regard to your otherwise fine instructions:

    The MBR question is ambiguous in regard to the term 'first hard disk'.
    I am attempting this on a Win7 host.

    Does 'first hard disk' refer to the hardware that the laptop boots into Win7 from or do you mean the virtual system I've just created on the guest machine?

    I want to avoid diddling with the MBR on the laptop.
    Last edited by utu; 07-14-2011 at 05:50 PM.

Page 4 of 6 FirstFirst ... 23456 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$89.99



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs picture

CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs

$246.67



Dell Poweredge XC730xd 3.5 2x E5-2690 v3 2.6ghz 64gb JBOD 12x Trays 2x1100w picture

Dell Poweredge XC730xd 3.5 2x E5-2690 v3 2.6ghz 64gb JBOD 12x Trays 2x1100w

$239.99



DELL POWEREDGE T430 SERVER W/ DUAL XEON E5-2609 CPU & 16GB MEMORY picture

DELL POWEREDGE T430 SERVER W/ DUAL XEON E5-2609 CPU & 16GB MEMORY

$329.00



DELL PowerEdge R730 Server 2x E5-2695v4 2.1GHz 1024GB RAM 2x4TB 6x2TB IDRAC Ent picture

DELL PowerEdge R730 Server 2x E5-2695v4 2.1GHz 1024GB RAM 2x4TB 6x2TB IDRAC Ent

$800.00



Dell Poweredge R640 8 SFF Server No HDDs/ CPUs/ RAMs/ Cards/Fan/PSU picture

Dell Poweredge R640 8 SFF Server No HDDs/ CPUs/ RAMs/ Cards/Fan/PSU

$419.99



PowerEdge R710 Rackmount Server 80GB RAM 2x XEON E5520 CPU 4.75TB picture

PowerEdge R710 Rackmount Server 80GB RAM 2x XEON E5520 CPU 4.75TB

$200.00