Results 1 to 2 of 2
hi all,
I want to access suse to vista. I am traing this command but I didnt. mount /dev/hda1 /win/c -vfat
help please..
thanks
Cem,...
- 08-06-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 1
how to mount ntfs disk
hi all,
I want to access suse to vista. I am traing this command but I didnt. mount /dev/hda1 /win/c -vfat
help please..
thanks
Cem,
- 08-06-2009 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
welcome to the forum
> suse to vista
well, vista uses the "ntfs" filesystem, so you could try
"mount -t ntfs /dev/hda1 /win/c"
assuming you have enabled the "ntfs" module in kernel .config
alternatively, install "ntfsprogs" and then you can use
"ntfsmount /dev/hda1 /win/c"
with read/write permissionsthe sun is new every day (heraclitus)


Reply With Quote