LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-18-2007, 05:42 PM   #1
SyCo123
Member
 
Registered: May 2007
Posts: 96

Rep: Reputation: 15
Can't chmod read only folder on ext drive.


I have an 250Gb external USB drive. I can write files to it no problem however one of the folders is read only and i can't delete it.

tried
PWD
/media/New Volume

simon@ubuntu:/media/New Volume$ ls -oh
total 4.0G
dr-xr-xr-x 1 root 100K 2007-02-15 17:54 data
dr-xr-xr-x 1 root 8.0K 2007-04-29 20:37 Desktop Items
dr-xr-xr-x 1 root 24K 2007-04-29 12:56 Dieu' Documents
dr-xr-xr-x 1 root 4.0K 2007-06-12 17:40 downloads
dr-xr-xr-x 1 root 8.0K 2007-08-17 18:26 From CDs
dr-xr-xr-x 1 root 36K 2007-06-13 22:33 getDatabkRecovery
-r-xr-xr-x 2 root 4.0G 2007-02-08 18:45 kubuntu-6.10-dvd-i386.iso
dr-xr-xr-x 1 root 4.0K 2007-08-17 12:43 My Pictures
dr-xr-xr-x 1 root 24K 2007-02-15 16:59 recovered
dr-xr-xr-x 1 root 0 2007-02-13 14:58 RECYCLER
dr-xr-xr-x 1 root 4.0K 2007-02-13 13:32 System Volume Information
dr-xr-xr-x 1 root 0 2007-01-30 09:18 $VAULT$.AVG


the folder 'data' is about 80Gb of recovered data from another crashed drive and I can browse the data fine in Linux but in windows it reads 0 bytes..


simon@ubuntu:/media/New Volume$ sudo chmod 777 data
chmod: changing permissions of `data': Read-only file system

simon@ubuntu:/media/New Volume$ ls -oh
total 4.0G
dr-xr-xr-x 1 root 100K 2007-02-15 17:54 data
dr-xr-xr-x 1 root 8.0K 2007-04-29 20:37 Desktop Items
dr-xr-xr-x 1 root 24K 2007-04-29 12:56 Dieu' Documents
dr-xr-xr-x 1 root 4.0K 2007-06-12 17:40 downloads
dr-xr-xr-x 1 root 8.0K 2007-08-17 18:26 From CDs
dr-xr-xr-x 1 root 36K 2007-06-13 22:33 getDatabkRecovery
-r-xr-xr-x 2 root 4.0G 2007-02-08 18:45 kubuntu-6.10-dvd-i386.iso
dr-xr-xr-x 1 root 4.0K 2007-08-17 12:43 My Pictures
dr-xr-xr-x 1 root 24K 2007-02-15 16:59 recovered
dr-xr-xr-x 1 root 0 2007-02-13 14:58 RECYCLER
dr-xr-xr-x 1 root 4.0K 2007-02-13 13:32 System Volume Information
dr-xr-xr-x 1 root 0 2007-01-30 09:18 $VAULT$.AVG


How can I delete this folder and get my 80Gb back?
__________________
 
Old 08-18-2007, 09:16 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
I assume that it's NTFS you have on that drive?

What does "mount" (just the one word in a shell)
tell you about it?



Cheers,
Tink
 
Old 08-19-2007, 09:20 AM   #3
SyCo123
Member
 
Registered: May 2007
Posts: 96

Original Poster
Rep: Reputation: 15
simon@ubuntu:~$ mount
/dev/loop7 on / type ext3 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.20-15-generic/volatile type tmpfs (rw)
/dev/loop6 on /home type ext3 (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sda1 on /media/New Volume type ntfs (rw,nosuid,nodev,umask=222,utf8)
/dev/hdc on /media/Mar 15 2006 #2 type iso9660 (ro,nosuid,nodev,uid=1000,utf8)
/dev/hda3 on /media/disk type ntfs (rw,nosuid,nodev,umask=222,utf8)
simon@ubuntu:~$
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HowTO to use chmod with *.sfx ext. jmfa59 Linux - Newbie 15 06-29-2007 04:04 PM
Suse can't read to my Ext. harddrive.. Adamant1988 SUSE / openSUSE 1 05-24-2006 03:37 PM
ext 3 read write permissions lsu420luv Linux - General 4 03-19-2006 12:32 AM
9.3(Here's how to Read Windows NTFS files on ext USB drive as user 1kyle SUSE / openSUSE 0 09-01-2005 03:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration