On Mon, 2005-02-07 at 15:12 +0900, Mark Sargent wrote: > Mark Sargent wrote: > > > Mark Sargent wrote: > > > >> HaJo Schatz wrote: > >> > >>> On Sun, 2005-02-06 at 18:55 +0100, Duncan Lithgow wrote: > >>> > >>> > >>>> On Sunday 06 February 2005 18:42, Mark Sargent wrote: > >>>> > >>>> > >>>>> Hi All, > >>>>> > >>>>> wanted to create cd from iso files, but, remembered that I'd > >>>>> downloaded/saved the ISOs to file when in Windows(NTFS). How do I > >>>>> read > >>>>> them from Fedora2.? I could just boot up Knoppix3.7, and do a copy > >>>>> to a > >>>>> Linux readable partition, but, is there a way to read/copy from NTFS > >>>>> whilst already in FC2.? Cheers. > >>>>> > >>>> > >>>> > >>>> Mark, you can burn them from windows running in ntfs (if your > >>>> sofware will burn iso's). > >>>> > >>> > >>> > >>> Which doesn't really answer the OPs question... > >>> See http://www.fedorafaq.org for the answer. > >>> > >>> > >>> > >> Hi All, > >> > >> great stuff guys. Downloaded/installed/mounted...again, great stuff. > >> Cheers. > >> > >> Mark Sargent. > >> > >> > >> > >> > > Hi All, > > > > can I also write to NTFS with this add-on..? Is it stable..? Cheers. > > > > Mark Sargent. > > > Hi All, > > does gedit/fedora2 have problems with filenames with spaces..? Can't > seem to open the following, /mnt/windows/Program Files/Microsoft > Office/Templates/1041/address.doc. Keep getting a file doesn't exist > error message. Cheers. > Linux (all versions) (or rather the shell, bash in this case) sees the white space as a break character and thus sees your line as 2 names. You can disable that by surrounding the entire path to the filename with double quotes ( " ). Or you can use the autocomplete feature of the shell to tab past the space and it will escape the white space with a \ like ".../Program\ Files/...". OR you can type it with the escaped white space like I just showed. > Mark Sargent. >