Results 1 to 10 of 25
I'm new to Linux, so a little patience. I have several external drives that I used with XP Pro without problems. They are connected via USB. The first time I ...
- 04-04-2007 #1Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
External Drive
I'm new to Linux, so a little patience. I have several external drives that I used with XP Pro without problems. They are connected via USB. The first time I tried to transfer a file from Suse, I was told I had " no permission". So the question is: How do I do to obtain permission?
- 04-05-2007 #2
you must have root privileges to access that. either log in as 'root' or execute 'su' in terminal/konsole.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-05-2007 #3Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
Thanks; I tried that, but I think it has to do more with how suse 'sees' ntfs partitions in general. So far what I found out is that I have to install ntfs-3g. For that I had to install something called 'fuse-devel'. I couldn't install it as an rpm because 'in the dependencies' zypper ket alleging it didn't have the 'fuse-devel' even though I had just done it! So finally I downloaded as a tar.zip file, opened with file roller and located it in /tmp. There I got as far as configuring it with the command './configure' Later, it didn't respod to the command 'make'. Well for what is worth; I need suse to 'see' all my ntfs hardrives: inside as well as ouside of the system and permit them to be read and written. So far suse 'sees' only his own drive. ( I have 3 drives: C for Windows, D where there is suse and E that is also ntfs and is empty. Can you help me with that? Thanks
- 04-05-2007 #4Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
ntfs drives
How do I mount the other drives?
- 04-05-2007 #5
check the output of 'fdisk -l' command and mount other partitions manually.
create mount_point ( folder ) for each partition and execute 'mount' command.
Code:mount -t ntfs-3g /dev/<partition> <mount_point> -o defaults,umask=0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-05-2007 #6Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
Thanks a lot for the help! I'll try it, even though I'm still trying to install ntfs-3g. I don't know why, but after I configure the file, I cannot find a makefile. The only thing I can think of is that I'm not configuring it right or that the fuse-devel that I installed is 2.5.. instead of 2.6.... Any ideas?
- 04-05-2007 #7
download rpms from here.
http://software.opensuse.org/downloa...USE_10.2/i586/It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-05-2007 #8Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
Thanks, I'll try to reinstall fuse and ntfs-3g using your link. I read that fuse had to be 2.6 or above. The curious thing is that the zen installer keeps complaining that I don't have fuse, every time that I try to install ntfs-3g...src.rpm, even though I know I just installed it.
- 04-05-2007 #9
src.rpm is a source rpm and you dont need to install that. download .rpm file from the link i have posted.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-05-2007 #10Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
So that's where the problem was! Thanks a lot. I let you know how it went.


Reply With Quote