Results 1 to 10 of 14
I installed Suse 10.2 with windows Xp on NTFS partitions.
For Write support on NTFS, i just installed ntfs-3g and fuse.
But then too i was unable to write anything ...
- 02-13-2007 #1Just Joined!
- Join Date
- Nov 2006
- Location
- Mansa, Punjab
- Posts
- 26
- 02-13-2007 #2
edit /etc/fstab file and replace 'ntfs' with 'ntfs-3g'.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-16-2007 #3Just Joined!
- Join Date
- Nov 2006
- Location
- Mansa, Punjab
- Posts
- 26
Help me PLz.
I made all the settings of fstab o there defualt as they at the time of installation and added 3g as u said.
Originally Posted by devils_casper
Now when i gave the command
mount -t ntfs-3g /dev/hda1 /mnt/windows
it said
And when i gave this commandCode:Failed to access '/dev/hda1': No such file or directory
mount /dev/hdb1 /windows/C -t ntfs-3g -o rw,umask=0000
Wat can be the problem??Code:fusermount: mountpoint is not empty fusermount: if you are sure this is safe, use the 'nonempty' mount option FUSE mount point creation error: No such file or directory Unmounting /dev/hdb1 ()
- 02-16-2007 #4you dont have hda1 partition.
Originally Posted by manshahia
create a new mount_point (folder) and mount hdb1 again.
Originally Posted by manshahia
check /media/win_c folder.Code:mkdir /media/win_c mount /dev/hdb1 /media/win_c -t ntfs-3g -o rw,umask=0 0 0
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-17-2007 #5Just Joined!
- Join Date
- Nov 2006
- Location
- Mansa, Punjab
- Posts
- 26
Buddy can u plz help me detail.
Originally Posted by devils_casper
I m very new to linux.
Thnx.
- 02-17-2007 #6
execute the commands i posted above and check /media/win_c folder after that.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-17-2007 #7Just Joined!
- Join Date
- Nov 2006
- Location
- Mansa, Punjab
- Posts
- 26
Created the directory.
Originally Posted by devils_casper
When i executed the command it said
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
ALso there's nothing in Win_c folder.
- 02-17-2007 #8
i think you are not executing correct command. there must be some typing mistakes.
copy it as it is and execute. check /media/win_c folder again.Code:mount /dev/hdb1 /media/win_c -t ntfs-3g -o rw,umask=0
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-17-2007 #9
Are you sure it shouldn't be?
Code:mount -t ntfs-3g -o rw,umask=0 /dev/hdb1 /media/win_c
Maybe it doesn't matter where the options are located.Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 02-17-2007 #10yes. it doesn't matter.
Originally Posted by smolloy 
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First



Reply With Quote