Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Location
    Mansa, Punjab
    Posts
    26

    Can read but cannot Write

    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 on it.

    The details of FSTAB when i installed the system were






    Plz help me.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    edit /etc/fstab file and replace 'ntfs' with 'ntfs-3g'.






    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Nov 2006
    Location
    Mansa, Punjab
    Posts
    26

    Help me PLz.

    Quote Originally Posted by devils_casper
    edit /etc/fstab file and replace 'ntfs' with 'ntfs-3g'.






    Casper
    I made all the settings of fstab o there defualt as they at the time of installation and added 3g as u said.

    Now when i gave the command

    mount -t ntfs-3g /dev/hda1 /mnt/windows

    it said
    Code:
    Failed to access '/dev/hda1': No such file or directory
    And when i gave this command

    mount /dev/hdb1 /windows/C -t ntfs-3g -o rw,umask=0000

    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 ()
    Wat can be the problem??

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by manshahia
    mount -t ntfs-3g /dev/hda1 /mnt/windows
    you dont have hda1 partition.
    Quote Originally Posted by manshahia
    mount /dev/hdb1 /windows/C -t ntfs-3g -o rw,umask=0000
    create a new mount_point (folder) and mount hdb1 again.
    Code:
    mkdir /media/win_c
    mount /dev/hdb1 /media/win_c -t ntfs-3g -o rw,umask=0 0 0
    check /media/win_c folder.





    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Nov 2006
    Location
    Mansa, Punjab
    Posts
    26
    Quote Originally Posted by devils_casper
    you dont have hda1 partition.

    create a new mount_point (folder) and mount hdb1 again.
    Code:
    mkdir /media/win_c
    mount /dev/hdb1 /media/win_c -t ntfs-3g -o rw,umask=0 0 0
    check /media/win_c folder.

    Casper
    Buddy can u plz help me detail.
    I m very new to linux.
    Thnx.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    execute the commands i posted above and check /media/win_c folder after that.







    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Nov 2006
    Location
    Mansa, Punjab
    Posts
    26
    Quote Originally Posted by devils_casper
    execute the commands i posted above and check /media/win_c folder after that.

    Casper
    Created the directory.
    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.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    i think you are not executing correct command. there must be some typing mistakes.
    Code:
    mount /dev/hdb1 /media/win_c -t ntfs-3g -o rw,umask=0
    copy it as it is and execute. check /media/win_c folder again.




    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    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

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by smolloy
    Maybe it doesn't matter where the options are located.
    yes. it doesn't matter.






    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...