Slashdot Mirror


File System Improvements To the Windows Subsystem for Linux (microsoft.com)

An anonymous reader shares a new article published on MSDN: In the latest Windows Insider build, the Windows Subsystem for Linux (WSL) now allows you to manually mount Windows drives using the DrvFs file system. Previously, WSL would automatically mount all fixed NTFS drives when you launch Bash, but there was no support for mounting additional storage like removable drives or network locations. Now, not only can you manually mount any drives on your system, we've also added support for other file systems such as FAT, as well as mounting network locations. This enables you to access any drive, including removable USB sticks or CDs, and any network location you can reach in Windows all from within WSL.

1 of 110 comments (clear)

  1. Re:Linux is sadly becoming irrelevant. by LordWabbit2 · · Score: 1, Troll
    Who the fuck modded you up? Linux is a pain to configure, 90% of anything needs to be done via the command line, that is not "pleasant".
    Reminds me of a quote from bash.org

    it only takes three commands to install Gentoo
    cfdisk /dev/hda && mkfs.xfs /dev/hda1 && mount /dev/hda1 /mnt/gentoo/ && chroot /mnt/gentoo/ && env-update && . /etc/profile && emerge sync && cd /usr/portage && scripts/bootsrap.sh && emerge system && emerge vim && vi /etc/fstab && emerge gentoo-dev-sources && cd /usr/src/linux && make menuconfig && make install modules_install && emerge gnome mozilla-firefox openoffice && emerge grub && cp /boot/grub/grub.conf.sample /boot/grub/grub.conf && vi /boot/grub/grub.conf && grub && init 6
    that's the first one

    --
    There are three kinds of falsehood: the first is a 'fib,' the second is a downright lie, and the third is statistics.