Find the answer to your Linux question:
Results 1 to 3 of 3
Hi. At my new job, I need Windows, because my boss bought me 2000 euro license for the Windows version of Matlab. However, I can use Linux if I'm not ...
  1. #1
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320

    Sharing my computer at work between Windows and Linux.

    Hi. At my new job, I need Windows, because my boss bought me 2000 euro license for the Windows version of Matlab.
    However, I can use Linux if I'm not using Matlab, so I plan to install it alongside Windows.

    What file system should I use for the "/home" partition that I wil be working with from both OS's?

    Ntfs is not good for linux to write to, but ext2/3 can be written by Windows with some application.

    Would ext2 or 3 be a good option?

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Hi there,
    I'm not sure how smoothly it would work to have /home read+writeable from both OS's. I think it would be better to create a separate partition solely for the purpose of sharing files between windows and linux. This could be as large as you want, and could be used as the main storage area for your work. It would be given a drive letter (e.g. D) in windows, and you could edit fstab in linux to mount it somewhere smart (e.g. /mnt/windows/D).

    I think FAT32 is probably the best file system to use for this, as Windows and linux can both write to it quite safely.

    Hope this helps.
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  3. #3
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320
    Thanks, that was helpful. I'll use FAT32 at a separate partition.

Posting Permissions

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