Freebsd under windows 10
Ralf Mardorf
ralf.mardorf at rocketmail.com
Mon Aug 28 18:08:03 UTC 2017
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 at 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 at archlinux rocketmouse]# tar --version | grep GNU\ tar
tar (GNU tar) 1.29
[root at archlinux rocketmouse]# systemd-nspawn -qD /mnt/moonstudio
[root at 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 at moonstudio ~]# tar --version | grep GNU\ tar
tar (GNU tar) 1.28
[root at moonstudio ~]# logout
[root at 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 at archlinux rocketmouse]#
More information about the freebsd-questions
mailing list