Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: can't delete or paste to directory which is a windows partition!

  1. #1
    Join Date
    Feb 2008
    Beans
    73
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    can't delete or paste to directory which is a windows partition!

    well i have this problem that whenever i boot and logon to my ubuntu , there's this partition that i have fat_files_2 , it allows me to paste and delete files and folders at beginning of the session , but after some few minutes it freezes these options , and i don't have a clue why it does that....
    i mean i have the root permissions and everything , but i dunno y it freezes the writing permission.
    and i dunno if it's only on this folder (partition) or is it on other ones too.

  2. #2
    Join Date
    Jul 2007
    Location
    Brugge, België
    Beans
    2,933

    Re: can't delete or paste to directory which is a windows partition!

    Quote Originally Posted by Santooka View Post
    well i have this problem that whenever i boot and logon to my ubuntu , there's this partition that i have fat_files_2 , it allows me to paste and delete files and folders at beginning of the session , but after some few minutes it freezes these options , and i don't have a clue why it does that....
    i mean i have the root permissions and everything , but i dunno y it freezes the writing permission.
    and i dunno if it's only on this folder (partition) or is it on other ones too.
    What do you mean you have the root permissions?

    Press "alt+f2" then enter "gksudo nautilus" then there should be no problems to copy/paste.

  3. #3
    Join Date
    Feb 2008
    Beans
    73
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: can't delete or paste to directory which is a windows partition!

    well i tried that too b4 and it didn't work neither.

  4. #4
    Join Date
    Jul 2007
    Location
    Brugge, België
    Beans
    2,933

    Re: can't delete or paste to directory which is a windows partition!

    If those files are on a windows partition, the problem could be that windows wasn't shut down properly.

    It it isn't, I don't know what the problem is.

  5. #5
    Join Date
    Feb 2008
    Beans
    73
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: can't delete or paste to directory which is a windows partition!

    the windows was shutdown properly 5 minutes ago and i tried to delete something and it was deleteed, but 5 minutes later i tried to delete another thing , there was no action done at all
    from nautilus the list doesn't show neither cut nor move to trash
    i tried to use the terminal and i tried to copy the file from its location to another directory and it told me that it's a read only folder that cannot be messed with.

  6. #6
    Join Date
    Apr 2008
    Location
    Vilnius, Lithuania
    Beans
    80
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: can't delete or paste to directory which is a windows partition!

    Maybe your drivers allows read-only for NTFS partitions? Try ntfs-3g drivers.

  7. #7
    Join Date
    Aug 2007
    Location
    Kottawa, Sri Lanka
    Beans
    7,387
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: can't delete or paste to directory which is a windows partition!

    Can you post the output of:-
    Code:
    cat /etc/mtab
    Think carefully before executing commands containing "rm", especially "sudo rm -rf ", if you require more information concerning this matter, read this.
    I am an experimenter, give me the most stable OS and I can make it unstable in a few hours.

    C == seriously fast == FTW!

  8. #8
    Join Date
    Feb 2008
    Beans
    73
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: can't delete or paste to directory which is a windows partition!

    but that is a fat32 partition not a ntfs partition

  9. #9
    Join Date
    Feb 2008
    Beans
    73
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: can't delete or paste to directory which is a windows partition!

    /dev/sdb1 / ext3 rw,errors=remount-ro 0 0
    proc /proc proc rw,noexec,nosuid,nodev 0 0
    /sys /sys sysfs rw,noexec,nosuid,nodev 0 0
    varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0
    varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
    udev /dev tmpfs rw,mode=0755 0 0
    devshm /dev/shm tmpfs rw 0 0
    devpts /dev/pts devpts rw,gid=5,mode=620 0 0
    lrm /lib/modules/2.6.22-14-generic/volatile tmpfs rw 0 0
    /dev/sda5 /fat_files vfat rw,iocharset=utf8,umask=000 0 0
    /dev/sda6 /fat_files_2 vfat rw,iocharset=utf8,umask=000 0 0
    securityfs /sys/kernel/security securityfs rw 0 0
    binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
    /dev/sda1 /media/disk vfat rw,nosuid,nodev,shortname=mixed,uid=1000,utf8,umas k=077,usefree 0 0
    /dev/sdc1 /media/DISK2PART1 vfat rw,nosuid,nodev,shortname=mixed,uid=1000,utf8,umas k=077,usefree 0 0
    /dev/sda7 /media/New\040Volume fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0

  10. #10
    Join Date
    Aug 2007
    Location
    Kottawa, Sri Lanka
    Beans
    7,387
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: can't delete or paste to directory which is a windows partition!

    Do the other FAT partitions other than fat_files_2 work properly?
    Think carefully before executing commands containing "rm", especially "sudo rm -rf ", if you require more information concerning this matter, read this.
    I am an experimenter, give me the most stable OS and I can make it unstable in a few hours.

    C == seriously fast == FTW!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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