Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2017 20:05:15 +0200
From:      Ralf Mardorf <ralf.mardorf@rocketmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Freebsd under windows 10
Message-ID:  <20170828200515.5beeb98d@archlinux.localdomain>
In-Reply-To: <59A447DA.3070908@gmail.com>
References:  <59A447DA.3070908@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 28 Aug 2017 12:42:02 -0400, Ernie Luzar wrote:
>https://www.digitaltrends.com/computing/ubuntu-linux-available-in-windows-10-store/

Does this article really claim that it requires Windows to use software
of different Linux distros without rebooting?

AFAIK the container approach is more common for UNIX alike
operating systems, than for Microsoft.

Let me show you something.

Do you want to run tar from the rolling release Arch Linux, or do you
prefer to use tar from a recent Ubuntu LTS release or maybe tar without
xattr option from a vintage Suse?

3 Linux installs on one machine, even without using the container's boot
option, a simple direct access from one Linux to another is just a
'systemd-nspawn -qD /mnt/ponit' away.

[root@archlinux rocketmouse]# cat /etc/os-release
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
ID_LIKE=archlinux
ANSI_COLOR="0;36"
HOME_URL="https://www.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"

[root@archlinux rocketmouse]# tar --version | grep GNU\ tar
tar (GNU tar) 1.29
[root@archlinux rocketmouse]# systemd-nspawn -qD /mnt/moonstudio 
[root@moonstudio ~]# cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.3 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.3 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
[root@moonstudio ~]# tar --version | grep GNU\ tar
tar (GNU tar) 1.28
[root@moonstudio ~]# logout
[root@archlinux rocketmouse]# systemd-nspawn -qD /mnt/suse11.2 
-bash: cannot set terminal process group (-1): Inappropriate ioctl for device
-bash: no job control in this shell
suse11:~ # cat /etc/os-release
cat: /etc/os-release: No such file or directory
suse11:~ # cat /etc/issue
Welcome to openSUSE 11.2 "Emerald" RC 1  - Kernel \r (\l).


suse11:~ # tar --version | grep GNU\ tar
tar (GNU tar) 1.21
suse11:~ # logout
[root@archlinux rocketmouse]#



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170828200515.5beeb98d>