Displaying 2 results from an estimated 2 matches for "vg32lv02".
Did you mean:
vg00lv02
2002 Sep 10
1
Rsync with multiple huge filesystems
...h one of them mounted on /.
eg:
# cd /f1
#ls -l
drwxrws--- .. root engineering .... my_schematics
drwxr-xr-x .. root system .... my_schmatics
Noticed that the group ownership and permission differs. I had invoked as
root and belonging to the engineering group.
# cd f1
# df -k *
/dev/vg32lv02 17670144 ... /f1/my_schematics
/dev/hda4 393216 ... / (mounted on /)
I wasn't sure which of the 2 that I should remove. Hence I did :
# cd f1
#ls -lafd *
my_schematics
.
..
design
README
circuits
my_schematics
.
..
# cd my_schematics^D
my_schematics/ my_schematics^M/
I had hence...
2002 Sep 10
0
(no subject)
...h one of them mounted on /.
eg:
# cd /f1
#ls -l
drwxrws--- .. root engineering .... my_schematics
drwxr-xr-x .. root system .... my_schmatics
Noticed that the group ownership and permission differs. I had invoked as
root and belonging to the engineering group.
# cd f1
# df -k *
/dev/vg32lv02 17670144 ... /f1/my_schematics
/dev/hda4 393216 ... / (mounted on /)
I wasn't sure which of the 2 that I should remove. Hence I did :
# cd f1
#ls -lafd *
my_schematics
.
..
design
README
circuits
my_schematics
.
..
# cd my_schematics^D
my_schematics/ my_schematics^M/
I had hence...