vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Feb 15, 10:40 am, "jamiil" <jalqa...@gmail.com> wrote: > I have Windows and a Linux intalled in the same computer. I know that > windows cannot see the Linux partition, Not necessarily true. 1) Explore2fs (http://freshmeat.net/projects/explore2fs/) can access ext2 partitions in an "explorer"-like interface 2) There are apparently "drivers" available for Windows to make native access to Linux partitions work > but can Linux see the Windows partition and access the files in there? Yes, sort of. FATxx filesystems are easily accessed by Linux, both in read and write mode NTFS filesystems are easily accessed in read mode, but write mode is not supported unless you use the "Filesystem in USErspace" NTFS drivers. > Thanks |
| |||
| Thanks, can you now tell how to acces the NTFS? What do I type on the command prompt? Thanks! > Yes, sort of. > > FATxx filesystems are easily accessed by Linux, both in read and write > mode > NTFS filesystems are easily accessed in read mode, but write mode is > not supported unless you use the "Filesystem in USErspace" NTFS > drivers. > > > Thanks |
| |||
| On Feb 15, 11:48 am, "jamiil" <jalqa...@gmail.com> wrote: > Thanks, can you now tell how to acces the NTFS? What do I type on the > command prompt? mount -t ntfs /dev/hda1 /mnt You'll have to a) run this as root b) change the reference to /dev/hda1 to what ever /dev device your NTFS fs is on c) change the reference to /mnt to the directory where you want the NTFS fs to be found > Thanks! > > > Yes, sort of. > > > FATxx filesystems are easily accessed by Linux, both in read and write > > mode > > NTFS filesystems are easily accessed in read mode, but write mode is > > not supported unless you use the "Filesystem in USErspace" NTFS > > drivers. > > > > Thanks |
| |||
| jamiil wrote: > Thanks, can you now tell how to acces the NTFS? What do I type on the > command prompt? Hi, This link can be useful for you: https://wiki.ubuntu.com/ntfs-3g?acti... earch=Titles |
| |||
| Outstanding!! Thanks soooo very much! On Feb 15, 1:24 pm, "Lew Pitcher" <lpitc...@sympatico.ca> wrote: > On Feb 15, 11:48 am, "jamiil" <jalqa...@gmail.com> wrote: > > > Thanks, can you now tell how to acces the NTFS? What do I type on the > > command prompt? > > mount -t ntfs /dev/hda1 /mnt > > You'll have to > a) run this as root > b) change the reference to /dev/hda1 to what ever /dev device your > NTFS fs is on > c) change the reference to /mnt to the directory where you want the > NTFS fs to be found > > > Thanks! > > > > Yes, sort of. > > > > FATxx filesystems are easily accessed by Linux, both in read and write > > > mode > > > NTFS filesystems are easily accessed in read mode, but write mode is > > > not supported unless you use the "Filesystem in USErspace" NTFS > > > drivers. > > > > > Thanks |
| ||||
| Lew Pitcher wrote: > On Feb 15, 10:40 am, "jamiil" <jalqa...@gmail.com> wrote: >> I have Windows and a Linux intalled in the same computer. I know that >> windows cannot see the Linux partition, > > Not necessarily true. > > 1) Explore2fs (http://freshmeat.net/projects/explore2fs/) can access > ext2 partitions in an "explorer"-like interface > 2) There are apparently "drivers" available for Windows to make native > access to Linux partitions work > >> but can Linux see the Windows partition and access the files in there? > > Yes, sort of. > > FATxx filesystems are easily accessed by Linux, both in read and write > mode > NTFS filesystems are easily accessed in read mode, but write mode is > not supported unless you use the "Filesystem in USErspace" NTFS > drivers. > >> Thanks > > I dual boot windows XP and debian, my solution here is to have a FAT32 drive, to save data on that I want to access from either operating system, for example uni course work. That way if one goes down I can fall back on the other. Until the one that has failed is fixed, it could be a simple gui faliure in Linux or a problem with windows, both have openoffice.org installed, so this works well for me. -- DCLUG Meeting date SATURDAY 17th March 2007 10am - 4pm - The old Monastery, Berry Road, Paignon http://www.myspace.com/theoldmonastery http://www.zleap.net http://www.openoffice.org http://www.linux.org -----BEGIN GEEK CODE BLOCK----- Version 3.1 GIT d S: a C+++ UL++++ P+ L++ W++ N+ W--- O! V! PS+ Y! t+++ 5 X+++ R tv- b- DI! D++ G e H! r! z? -----END GEEK CODE BLOCK---- |