Results 1 to 6 of 6

Thread: How to access files/directories created in Linux

  1. #1
    Join Date
    Mar 2021
    Beans
    1

    How to access files/directories created in Linux

    Newbie here, I use Ubuntu 20.04 LTS to write C programs. Where can I access these programs and directories on my Win 10 disks? If, for instance, I have an assignment that I have to send how can I find the program written in Linux to send it? Thank you in advance!

  2. #2
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: How to access files/directories created in Linux

    Welcome.

    Windows does not "see" Linux partitions if you're talking about a dual-boot system. One or more shared NTFS formatted data partitions are used for sharing files between system. Or a simple USB stick. Or a cloud service.

  3. #3
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: How to access files/directories created in Linux

    you need to mount the partition in windows 10 first.

    WSL can do it.

    you can also use Ext2Read for example.

    or you can save your work into shared NTFS data partition for example.

    make sure you unmount any mounted partition at/before re-boot.

    for virtualbox system it's a bit different.
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  4. #4
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,824
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: How to access files/directories created in Linux

    Or you can simply use Ubuntu to send those files. Why would you need Windows to send in your assignments?

  5. #5
    Join Date
    May 2010
    Beans
    3,247

    Re: How to access files/directories created in Linux

    Windows cannot natively access Ext4 because.....it can't access very many file systems at all. You can install 3rd party tools to read Ext4 but on it's own Windows generally isn't very good.

  6. #6
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How to access files/directories created in Linux

    Quote Originally Posted by andrei0408 View Post
    Newbie here, I use Ubuntu 20.04 LTS to write C programs. Where can I access these programs and directories on my Win 10 disks? If, for instance, I have an assignment that I have to send how can I find the program written in Linux to send it? Thank you in advance!
    Where or how is Ubuntu installed. Is it a virtual machine? Is it on a different machine available on a network? Something else?

    Do you ssh from Windows into the Ubuntu machine to do your coding?

    Linux/Unix is crazy flexible.
    Last edited by TheFu; March 3rd, 2021 at 04:25 AM.

Bookmarks

Posting Permissions

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