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 ...
- 03-28-2007 #1
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.
- 03-28-2007 #2will give you the man page for mount where you can find a guide to the neccesary syntax.man mount" I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."
- 03-28-2007 #3
Just wondering...
What happens if I set the mount point in Partitioner of those partitions in /home?
- 03-29-2007 #4
create a mount_point (folder) and mount partition.
in case you coudn'y mount partition, post the output of fdisk -l command.Code:mount -t <filesystem> /dev/<partition> <mount_point>
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-29-2007 #5Just 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...
- 03-29-2007 #6ntfs-3g doesn't mount partitions automatically. it enables 'write' access in NTFS partitions only. you have to mount partitions manually.
Originally Posted by jin_1644 It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote