Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
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 ...
  1. #1
    Linux 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?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Linux 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

  4. #4
    Linux Newbie
    Join Date
    Mar 2007
    Posts
    243

    ntfs drives

    How do I mount the other drives?

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  6. #6
    Linux 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?

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Linux 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.

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  10. #10
    Linux Newbie
    Join Date
    Mar 2007
    Posts
    243
    So that's where the problem was! Thanks a lot. I let you know how it went.

Page 1 of 3 1 2 3 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
  •  
...