Slashdot Mirror


Mounting ext2 Partitions From Windows?

vedge asks: "Is there any serious project for software that will let you mount a Linux ext2 partition from MS-Windows 95 or NT? I saw one here but it is now unmaintained and doesn't even work on my machine. "

12 comments

  1. Re:Samba is the way to go by Anonymous Coward · · Score: 0

    I have a pure 98 box (wife and kids), a dual boot 98/Linux machine (my machine) and a Linux box (acting as a server). I've had the server sharing storage via Samba for awhile. I just had DSL installed and each machine has its own IP address. That means I now have Samba shares and shared files and a printer on the 98 machines hanging out on the internet. They're password protected but I understand that's not exactly high security. I'd like to get them off the internet but still available to the local machines. I've thought about adding another NIC to the Linux box and setting it up as a proxy server/firewall. Will this affect the speeds I get on the other machines (as opposed to hooking the DSL bridge directly into my hub)? Is it possible (read: without hacking Samba or the protocol modules) to put my Linux shares on IPX and not on TCP/IP? Any other advice?

  2. Re:explore2fs by Anonymous Coward · · Score: 0

    Explore2fs has write support, and it's advanced enough that I trust it. But talk about a user circumventing file permissions! All [s]he would have to do would be to boot into Windows -- no boot disks etc.

  3. NT Driver for ext2 by dananderson · · Score: 1
    For those who RTFM :-), you'll find the information you need in the Filesystem HOWTO: http://www.linuxdoc.org/HOWTO/Filesystems-HOWTO-6. html. This includes a viewer for Win 9x and a driver for Win NT.

    The NT Driver is at http://www.chat.ru/~ashedel/ext2fsnt/

    The driver is in a format I never heard of: RAR

    Personally, I use the "ext2 tools" for Win NT. This includes command line tools e2cat, e2cd, e2cp, e2ls, e2part, e2pwd. Not elegant (command line tools), but they get the job done. To use, set the E2CWD DOS environment variable to the drive and partition (e.g., E2CWD=1:2). I don't have a URL (it's dead), but I'm sure you can find it with some searching.

  4. Samba? by SEWilco · · Score: 1
    Well, I'd stick the ext2 disk in a Linux box and use Samba to mount it from the MS-Windows machine. But I suspect that for some reason you wanted an MS-Windows program which can read the ext2 contents right off the disk.

    A legacy technology is an old one, generally with an interface to new tech (such as 3270 screens made accessible through an HTML web server). Is there a word for new tech being made accessible to old tech? Retro, maybe?

    1. Re:Samba? by Baloo+Ursidae · · Score: 1

      I've had a situation when I intended to move a file to my Windows partition before I rebooted to install something, but forgot to do so, so I had to reboot twice to go get it and install it. And another time I've had a file when I was using windows that I wanted to copy to my ext2 partition at that moment so I wouldn't forget to later.

      --
      Help us build a better map!
    2. Re:Samba? by Stephen · · Score: 2

      I assume it's because it's a dual-boot machine. (Although in that case, I don't know why it's not an option to get Linux to mount the Windows partition instead).

      --
      11.00100100001111110110101010001000100001011010001 1000010001101001100010011
  5. Mounting ext2 partitions from Windows by tequila26er · · Score: 1

    Yes, there is a utility available at:

    http://www.it.fht-esslingen.de/~zimmerma/software/ lread.htm

  6. ext2read for Windows by B1 · · Score: 1

    Thispackage might be what you're looking for.

    The package is called called 'ext2read', and appears to be based on an older package called 'ext2tools', which gave you read-only access to ext2 partitions from Windows 95. Based on the screenshots, it looks like an explorer-type interface to your linux filesystem. It should be enough to copy files from your ext2 partitions while in Windows.

    Good luck!

  7. Re:explore2fs by qbwiz · · Score: 1

    If you can make it boot into windows, you probably already have root access.

    --
    Ewige Blumenkraft.
  8. Re:explore2fs by kcarnold · · Score: 1

    HEY! Why does that say Anonymous Coward when I'm logged in?!?!

    Stupid Mozilla M14.

  9. explore2fs by cha0s · · Score: 2

    try this. there are a few other nifty bits and pieces there too..

  10. Samba is the way to go by dlc · · Score: 2

    I struggled with this for a while as well, and I realized that, all things considered, Samba is definitely the way to go. I ended up setting up a dedicated Linux box, running Samba and having it authenticate against the NT domain in which all the Windows boxen lived, and kept tons of data on the Linux box. The windows users never knew that they weren't talking to an NT box, and I got all the advantages of using Linux.

    The advantages are (quickly):

    • stability
    • you can use any unix filesystem on the back end, since the Windows box communicates with it via SMB, and not through direct file access
    • it doesn't have to run on Linux; you can use a Solaris box, for example (samba is developed on Solaris and Irix, not Linux) and this is also transparent to the Windows users
    • because SMB is a network protocol, and not a kernel driver, you can share the same disk via several methods simultaneously: to Windows boxen via SMB, to *nix via NFS, to Macs using Netatalk, and, of course, you can ssh in to the box and access the files through the filesystem in the normal fashion.

    Disadvantages:

    • you need to have an extra box on the network (might be a problem if you have limited address space or physical space, like at your house)
    • there are Windows boxen on your network (not a samba problem per se).

    Cthulhu for President!
    --
    (darren)