I have little problem when I want to delete a folder and its contents, I cannot delete this folder even I login as root.
I tried this command to delete folder which name is "Pindahan My Music":
[CMD=]rm -rv Pindahan\ My\ Music/[/CMD]
then the output said:
This is the output of ls -l command:
this is the output of ls -l command, inside "Pindahan My Music":
The location of folder is in external drive that I mount manually to /mnt/hd1 (as root). hd1 is a folder I made (as root).
What should I do to delete "Pindahan My Music"?
I tried this command to delete folder which name is "Pindahan My Music":
[CMD=]rm -rv Pindahan\ My\ Music/[/CMD]
then the output said:
Code:
rm: Pindahan My Music/Kategori Campuran/Accoustic & live kolonial/No Doubt - Just A Girl (Acoustic).mp3: Operation not supported
rm: Pindahan My Music/Kategori Campuran/Accoustic & live kolonial/2 Pac - Thug Mansion (acoustic).mp3: Operation not supported
rm: Pindahan My Music/Kategori Campuran/Accoustic & live kolonial/25 Minutes.mp3: Operation not supported
:
:
:
:
# a lot of "Operation not supported" things.
:
:
:
:
This is the output of ls -l command:
Code:
drwxr-xr-x 1 root wheel 0 Feb 2 2007 Pindahan My Music
this is the output of ls -l command, inside "Pindahan My Music":
Code:
total 0
drwxr-xr-x 1 root wheel 0 Feb 5 2007 Kategori Campuran
drwxr-xr-x 1 root wheel 0 Feb 1 2007 Kategori Kolonial
drwxr-xr-x 1 root wheel 0 Feb 1 2007 Kategori Pribumi
drwxr-xr-x 1 root wheel 0 Feb 1 2007 ZzzT..Lirik
The location of folder is in external drive that I mount manually to /mnt/hd1 (as root). hd1 is a folder I made (as root).
What should I do to delete "Pindahan My Music"?