View previous topic :: View next topic |
Author |
Message |
efernandez2 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 10 Jan 2006 Posts: 110
|
Posted: Fri Apr 28, 2006 5:15 pm Post subject: Activating NTFS partitions for r/w in linux and vice versa |
|
|
How do I mount two other partitions in my hard drive so that linux can read and write to it? I also want to know if it works the other way (dumb question I know, but I'll take my chances)? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kaste Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/56471305143b8cbbc56dac.gif)
Joined: 21 Dec 2005 Posts: 546 Location: /home Sweet /home
|
Posted: Fri Apr 28, 2006 6:11 pm Post subject: |
|
|
Well you plain can't
There is no reliable driver for write access to an NTFS partition. You can try your luck but i wouldn't.
What do you mean the other way round? If you mean access Ext or Reiser partitions from Windows, Yes that's possible. I find ext more comfortable because there is an implementation as a filesystem service whereas Reiser I only found one that acts as a user program which is akward. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gusar Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 09 Apr 2005 Posts: 2665 Location: Slovenia
|
Posted: Fri Apr 28, 2006 9:25 pm Post subject: |
|
|
Of course there are reliable ways of writing to ntfs. You can either use captive or ntfs-fuse.
Captive uses the original windows dll so it's 100% compatible but is slow. I don't use it, so I don't know how to set it up.
ntfs-fuse works great for me, with the exception that somethimes I can't delete a file, but changing files, creating new files and most of the time even deleting works. You can install it by emergeing ntfsprogs with the fuse USE flag, then modprobe the fuse module and set up /etc/fstab as described here in the ntfsprogs documentation. It's perfectly safe, but if you're paranoid, go for captive.
For the other way around, if you use ext3, you can either use ext2fsd or ext2ifs. Both can write to ext3, but they don't update the journal, meaning they mount the partition as ext2. But I haven't encountered any problems yet. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kaste Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/56471305143b8cbbc56dac.gif)
Joined: 21 Dec 2005 Posts: 546 Location: /home Sweet /home
|
Posted: Fri Apr 28, 2006 9:47 pm Post subject: |
|
|
Well i didn't know about captive, I guess that's safe. I have made rather bad experience with Fuse and that old russian driver.
I can recommend ext2ifs it's great and yeah unless your computer crashes you are perfectly safe without journalling. In case that happens run linux first and it is safe again. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gentree Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/1364161114417d616b9645b.jpg)
Joined: 01 Jul 2003 Posts: 5350 Location: France, Old Europe
|
Posted: Mon May 08, 2006 9:20 pm Post subject: |
|
|
Quote: | I can recommend ext2ifs it's great | yeah its great if you want to use ext2, a fast, non-journalling fs instead of your native windows ntfs.
However I never cease to be amazed at how happy ppl are to open thier safe , stable linux installations up to all the crap flying around in windowsland.
There was recently a whitehat "proof of concept" virus that could propagate on windows and linux within the limits of the linux user permissions.
Now what do you imagine the user permissions on your root partition are worth when it is accessible from a running windows OS ?!
Up until now there has been little point in writing a linux virus - which is of course perfectly possible - since there was little chance of it propagating.
The more ppl open up their dual-boot systems with this sort of madness the more interesting that prospect becomes.
Please do us all a favour and STOP using ext2ifs et al. on dual boot.
If you need a shared space use vfat or captive/ntfs not a native linux fs.
![Cool 8)](images/smiles/icon_cool.gif) _________________ Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|