Find the answer to your Linux question:
Results 1 to 6 of 6
I just installed my SuSE 10.2. Everything works perfectly fine, but I cannot mount my partitions. Can you please guide me through this process? I tried with /dev/hd* but it ...
  1. #1
    Just Joined! Sinne's Avatar
    Join Date
    Mar 2007
    Posts
    4

    Mounting NTFS partitions

    I just installed my SuSE 10.2. Everything works perfectly fine, but I cannot mount my partitions. Can you please guide me through this process? I tried with /dev/hd* but it says "Permission denied".

    Then i typed 'su -' and entered my password. Then again /dev/hd* and nothing seems to happen. Please help.

    Thank you.

  2. #2
    Linux Newbie the bassinvader's Avatar
    Join Date
    Jun 2006
    Location
    Europe
    Posts
    168
    man mount
    will give you the man page for mount where you can find a guide to the neccesary syntax.
    " I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."

  3. #3
    Just Joined! Sinne's Avatar
    Join Date
    Mar 2007
    Posts
    4
    Just wondering...
    What happens if I set the mount point in Partitioner of those partitions in /home?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    create a mount_point (folder) and mount partition.
    Code:
    mount -t <filesystem> /dev/<partition>  <mount_point>
    in case you coudn'y mount partition, post the output of fdisk -l command.
    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
    Mar 2007
    Posts
    42
    I read that u want to mount ntfs file system...
    It can't do it automatically. U should install ntfs-3g and fuse to support ntfs file system...

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by jin_1644
    I read that u want to mount ntfs file system...
    It can't do it automatically. U should install ntfs-3g and fuse to support ntfs file system...
    ntfs-3g doesn't mount partitions automatically. it enables 'write' access in NTFS partitions only. you have to mount partitions manually.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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