Re: Unable to format (delete or...)
Sorry for making such a problem but really do not understand waht is going on.
1. Tried this and result is:
novica@novica-desktop:/media$ ls
cdrom cdrom0 cdrom1 disk floppy floppy0
novica@novica-desktop:/media$ sudo chmod ugoa=w disk
chmod: changing permissions of `disk': Read-only file system
novica@novica-desktop:/media$
2. Tried this and result is:
novica@novica-desktop:/media$ sudo chown novica disk
chown: changing ownership of `disk': Read-only file system
novica@novica-desktop:/media$
3. Before that command you gave me has the result:
novica@novica-desktop:/media$ sudo ls -a -l
total 28
drwxr-xr-x 6 root root 4096 2008-03-05 18:17 .
drwxr-xr-x 22 root root 4096 2008-02-23 19:03 ..
lrwxrwxrwx 1 root root 6 2008-02-04 10:41 cdrom -> cdrom0
drwxr-xr-x 2 root root 4096 2008-02-04 10:41 cdrom0
drwxr-xr-x 2 root root 4096 2008-02-04 10:41 cdrom1
lrwxrwxrwx 1 root root 45 2008-02-04 10:42 .directory -> /etc/kubuntu-default-settings/directory-media
drwxr-xr-x 3 novica root 4096 1970-01-01 01:00 disk
lrwxrwxrwx 1 root root 7 2008-02-04 10:41 floppy -> floppy0
drwxr-xr-x 2 root root 4096 2008-02-04 10:41 floppy0
-rw-r--r-- 1 root root 90 2008-03-05 18:17 .hal-mtab
-rw------- 1 root root 0 2008-03-05 14:30 .hal-mtab-lock
lrwxrwxrwx 1 root root 42 2008-02-04 10:42 .hidden -> /etc/kubuntu-default-settings/hidden-media
Sorry for making such a problem but really do not understand waht is going on.
1. Tried this and result is:
novica@novica-desktop:/media$ ls
cdrom cdrom0 cdrom1 disk floppy floppy0
novica@novica-desktop:/media$ sudo chmod ugoa=w disk
chmod: changing permissions of `disk': Read-only file system
novica@novica-desktop:/media$
2. Tried this and result is:
novica@novica-desktop:/media$ sudo chown novica disk
chown: changing ownership of `disk': Read-only file system
novica@novica-desktop:/media$
3. Before that command you gave me has the result:
novica@novica-desktop:/media$ sudo ls -a -l
total 28
drwxr-xr-x 6 root root 4096 2008-03-05 18:17 .
drwxr-xr-x 22 root root 4096 2008-02-23 19:03 ..
lrwxrwxrwx 1 root root 6 2008-02-04 10:41 cdrom -> cdrom0
drwxr-xr-x 2 root root 4096 2008-02-04 10:41 cdrom0
drwxr-xr-x 2 root root 4096 2008-02-04 10:41 cdrom1
lrwxrwxrwx 1 root root 45 2008-02-04 10:42 .directory -> /etc/kubuntu-default-settings/directory-media
drwxr-xr-x 3 novica root 4096 1970-01-01 01:00 disk
lrwxrwxrwx 1 root root 7 2008-02-04 10:41 floppy -> floppy0
drwxr-xr-x 2 root root 4096 2008-02-04 10:41 floppy0
-rw-r--r-- 1 root root 90 2008-03-05 18:17 .hal-mtab
-rw------- 1 root root 0 2008-03-05 14:30 .hal-mtab-lock
lrwxrwxrwx 1 root root 42 2008-02-04 10:42 .hidden -> /etc/kubuntu-default-settings/hidden-media
Comment