The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Copying to external gives "Could not make folder"

    Discussion in 'Linux Compatibility and Software' started by zephyrus17, Dec 19, 2008.

  1. zephyrus17

    zephyrus17 Notebook Deity

    Reputations:
    646
    Messages:
    1,576
    Likes Received:
    0
    Trophy Points:
    55
    I just bought an external and quick formatted it in XP to NTFS. I'm trying to copy stuff inside, but it just gives "Could not make folder /media/Arda-2/Videos/."

    I'm using dolphin. I have ntfs-3g and stuff, because I could read/write my other external from gnome/nautilus.

    I've tried
    Code:
    sudo chown gary:gary -R /media/Arda-2
    but that just gives me "invalid group: 'gary:gary'. I think it's possible due me using Arch.

    I've had this problem everytime I use kde/dolphin and an external hard-drive. Is this a dolphin problem or a kde one? Is dolphin a good file manager in the first place?
     
  2. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    Have you tried this:

    sudo chown username -R /media/Arda-2
     
  3. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    I'm a bit confused. Were you trying to change ownership to user gary in group gary? Shouldn't it be group users?
     
  4. zephyrus17

    zephyrus17 Notebook Deity

    Reputations:
    646
    Messages:
    1,576
    Likes Received:
    0
    Trophy Points:
    55
    Well, now I'm not too sure. I got some help at Ubuntuforums, and after 2 pages, I still couldn't fix it.

    Here's the thread: http://ubuntuforums.org/showthread.php?t=1015671

    I think I might have slightly botched the user groups section when I was installing arch
     
  5. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    What did you put as your primary group when you were creating your user account?

    This is what I always do:

    primary group > users
    additional groups > power,wheel,video,audio,storage,optical,lp

    Pretty much what the Beginner's Guide recommends...
     
  6. zephyrus17

    zephyrus17 Notebook Deity

    Reputations:
    646
    Messages:
    1,576
    Likes Received:
    0
    Trophy Points:
    55
    Yeap. I did that.

    This is extremely odd. This problem never happens in Gnome, but only in KDE. It's one of the biggest turn-offs from trying out KDE for a long term
     
  7. FFZERO

    FFZERO Notebook Evangelist

    Reputations:
    23
    Messages:
    321
    Likes Received:
    1
    Trophy Points:
    31
    Did you add yourself to "Storage" in /etc/group? Try following this guide if you are using HAL:

    http://wiki.archlinux.org/index.php/HAL#NTFS

    Note: You can use Ubuntu forum for help but most of your question/problem can be found in arch forum and/or wiki. There will be some slight difference.
     
  8. zephyrus17

    zephyrus17 Notebook Deity

    Reputations:
    646
    Messages:
    1,576
    Likes Received:
    0
    Trophy Points:
    55
    I have storage in /etc/groups

    Thanks. I've added it in, but it won't really be of use until I move to kde again.

    I do know that Ubuntu is slightly different, but since it's such a big forum with tons more people, the number of responses will be higher
     
  9. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    Oh, and just to note, there is a very large group of Arch users who hang out in the Ubuntu forums. There might even be more archers in the Ubuntu forums than the Arch forums.
     
  10. zephyrus17

    zephyrus17 Notebook Deity

    Reputations:
    646
    Messages:
    1,576
    Likes Received:
    0
    Trophy Points:
    55
    I've tried there. No luck too.