Accessing Windows files

Denis Witt abuse at hausundhof.com
Sun Aug 26 08:20:12 UTC 2007


Twaha Daudi schrieb:

> I have problem on how can I access the files located on Windows Xp from Ubuntu Desktop?.I have googled and found this software (http://www.fs-driver.org/download.htm  but the link is dead.Is there any other options?.

Twaha,

Just mount your Windows XP drive using the ntfs-3g driver.

Assuming /dev/sda1 is your WinXP (NTFS) Partition the command is:

mount -t ntfs-3g /dev/sda1 /mnt -o umask=0,nls=utf8

Execute this command as root. After this command your WinXP Drive should
be accessible in /mnt (maybe just root can access it).

> Is there opens source similar to visio(MS)?.
> I will appreciate for your help

Maybe: http://www.onepoint.at/ (needs tomcat) or if you don't need it in
an multiuser environment: http://sourceforge.net/projects/openproj/ (can
handle MS Project files, but is still beta).

Denis





More information about the ubuntu-users mailing list