FC4 - How can I have access to my Windows partition from Fedora?
Mehmet Fatih AKBULUT
mfatihakbulut at gmail.com
Sun Jan 22 17:30:00 UTC 2006
hi,
use :
#mount -t vfat /dev/hda? /somewhere/
hda? means your windows partition! [and i assume thats fat32, for ntfs check
google.]
as an example:
i have a folder named windows under /home and my windows partition is hda3
[which is fat32].
#mount -t vfat /dev/hda3 /home/windows [this is for accessing windows
partition.]
#umound -t vfat /dev/hda3 [to quit]
regards,
bye.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/users/attachments/20060122/3c297b92/attachment-0002.html
More information about the users
mailing list