Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: File sharing in dual boot?

  1. #1
    Join Date
    Apr 2011
    Beans
    23

    File sharing in dual boot?

    How can I access the Win 7 files from Ubuntu and vice versa. (I mean on the same machine.)
    I have Wine installed and working but I need to access the files from the C: drive.

    I had been reading about Samba but I'm not sure thats what I need.

    Thank you,

    Mikro

  2. #2
    Join Date
    Feb 2008
    Beans
    5,636

    Re: File sharing in dual boot?

    Go to the Places menu, select your win drive and click it.
    Windows cannot access linux filesystems - and a good thing too.

    If you want to have a common data partition for both systems, you could create an extra ntfs partition which can be accessed by both linux and windows.

  3. #3
    Join Date
    Apr 2011
    Beans
    23

    Re: File sharing in dual boot?

    Quote Originally Posted by TeoBigusGeekus View Post
    Go to the Places menu, select your win drive and click it.
    Windows cannot access linux filesystems - and a good thing too.

    If you want to have a common data partition for both systems, you could create an extra ntfs partition which can be accessed by both linux and windows.
    It isn't in Places..Just HomeFolder,Documents,Desktop,Music,Pictures,Videos ,Downloads,Computer,Factory Image,Network,Basement,Connect To Server,Search For Files, and Recent Documents.

  4. #4
    Join Date
    Dec 2008
    Location
    43° 7' 41" 131° 54' 3"
    Beans
    Hidden!

    Re: File sharing in dual boot?

    Can you post a copy of your /etc/fstab file?
    EasyBCD.
    PrintersDatabase
    Boot Info Script: How to
    The post above and the post below suffer from the Rashomon effect!

  5. #5
    Join Date
    Apr 2011
    Beans
    23

    Re: File sharing in dual boot?

    Quote Originally Posted by jtarin View Post
    Can you post a copy of your /etc/fstab file?

    # /etc/fstab: static file system information.
    #
    # Use 'blkid -o value -s UUID' to print the universally unique identifier
    # for a device; this may be used with UUID= as a more robust way to name
    # devices that works even if disks are added and removed. See fstab(5).
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc nodev,noexec,nosuid 0 0
    /host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1
    /host/ubuntu/disks/swap.disk none swap loop,sw 0 0

  6. #6
    Join Date
    Dec 2008
    Location
    43° 7' 41" 131° 54' 3"
    Beans
    Hidden!

    Re: File sharing in dual boot?

    Quote Originally Posted by mikro 402 View Post
    # /etc/fstab: static file system information.
    #
    # Use 'blkid -o value -s UUID' to print the universally unique identifier
    # for a device; this may be used with UUID= as a more robust way to name
    # devices that works even if disks are added and removed. See fstab(5).
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc nodev,noexec,nosuid 0 0
    /host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1
    /host/ubuntu/disks/swap.disk none swap loop,sw 0 0
    You don't have a mount point for NTFS
    EasyBCD.
    PrintersDatabase
    Boot Info Script: How to
    The post above and the post below suffer from the Rashomon effect!

  7. #7
    Join Date
    Apr 2009
    Location
    Houston, TX
    Beans
    916
    Distro
    Ubuntu Development Release

    Re: File sharing in dual boot?

    TeoBigusGeekus is 100% correct, that is the simplest way to share files, however, creating a partition formatted NTFS strictly for sharing/storage is the best way to go if you can.

  8. #8
    Join Date
    Apr 2007
    Location
    Coffee corner
    Beans
    405
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: File sharing in dual boot?

    NTFS partitions should show up in Places no matter what the fstab says.
    Your Places list looks a bit funny, though. Can you attach a screenshot?
    For a permanent solution: +1 for the additional shared NTFS partition. That one should be added to fstab to have it permanently mounted.

  9. #9
    Join Date
    Dec 2008
    Location
    43° 7' 41" 131° 54' 3"
    Beans
    Hidden!

    Re: File sharing in dual boot?

    Quote Originally Posted by rosencrantz View Post
    NTFS partitions should show up in Places no matter what the fstab says.
    Your Places list looks a bit funny, though. Can you attach a screenshot?
    For a permanent solution: +1 for the additional shared NTFS partition. That one should be added to fstab to have it permanently mounted.
    My bad....I didn't catch the "from C: drive", but the best way by far is a shared partition. That was my thinking when I asked for the fstab.
    EasyBCD.
    PrintersDatabase
    Boot Info Script: How to
    The post above and the post below suffer from the Rashomon effect!

  10. #10
    Join Date
    Apr 2011
    Beans
    23

    Re: File sharing in dual boot?

    Quote Originally Posted by rosencrantz View Post
    NTFS partitions should show up in Places no matter what the fstab says.
    Your Places list looks a bit funny, though. Can you attach a screenshot?
    For a permanent solution: +1 for the additional shared NTFS partition. That one should be added to fstab to have it permanently mounted.

Page 1 of 2 12 LastLast

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
  •