0% found this document useful (0 votes)
9 views2 pages

Clearing LMP Space in MCRNC

The document contains a series of command line inputs and outputs related to filesystem usage and directory listings on a Linux system. It shows the disk space usage of various filesystems and the contents of directories, including attempts to list files and remove a specific ISO file. After the removal, the updated disk space usage is displayed, indicating a decrease in used space.

Uploaded by

ishan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Clearing LMP Space in MCRNC

The document contains a series of command line inputs and outputs related to filesystem usage and directory listings on a Linux system. It shows the disk space usage of various filesystems and the contents of directories, including attempts to list files and remove a specific ISO file. After the removal, the updated disk space usage is displayed, indicating a decrease in used space.

Uploaded by

ishan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

root@LMP-1-1-1:~# df -h

Filesystem Size Used Avail Use% Mounted on


/dev/mtdblock1 117M 116M 1.3M 99% /
tmpfs 300M 0 300M 0% /dev/shm
/dev/mtdblock0 10M 2.7M 7.4M 27% /boot
none 32M 80K 32M 1% /tmp
none 64M 0 64M 0% /mnt/var
none 64M 22M 43M 34% /opt/fastpath/tmpfs
none 64M 22M 43M 34% /opt/fastpath2/tmpfs
/dev/mtdblock5 117M 89M 29M 76% /mnt/backupfs
root@LMP-1-1-1:~# cd /mnt/
root@LMP-1-1-1:/mnt# la -la
-sh: la: command not found
root@LMP-1-1-1:/mnt# la -ls
-sh: la: command not found
root@LMP-1-1-1:/mnt# ls -la
total 2
drwxr-xr-x 14 root root 0 Oct 11 14:20 .
drwxr-xr-x 21 root root 0 Sep 11 15:56 ..
drwxr-xr-x 2 root root 0 Oct 11 14:20 777
drwxrwxrwx 2 root root 0 Sep 4 13:06 USB7
drwxr-xr-x 2 root root 0 Jul 17 22:13 USBfs
drwxr-xr-x 2 root root 0 Jun 3 2015 application
drwxr-xr-x 2 root root 0 Jun 3 2015 application2
drwxr-xr-x 2 root root 0 Jul 18 14:42 backup
drwxr-xr-x 21 root root 0 Jan 1 1970 backupfs
drwxr-xr-x 3 root root 0 Sep 11 15:57 fastpath
drwxr-xr-x 3 root root 0 Sep 11 15:57 fastpath2
drwxr-xr-x 2 root root 0 Jul 17 21:51 rpm
drwxr-xr-x 2 root root 0 Nov 9 12:08 usb4
drwxrwxrwt 2 root root 40 Sep 11 15:56 var
-rw-r--r-- 1 root root 1843 Jun 3 2015 var.tgz
root@LMP-1-1-1:/mnt# cd 777
root@LMP-1-1-1:/mnt/777# ls -la
total 0
drwxr-xr-x 2 root root 0 Oct 11 14:20 .
drwxr-xr-x 14 root root 0 Oct 11 14:20 ..
root@LMP-1-1-1:/mnt/777# cd ..
root@LMP-1-1-1:/mnt# cd USB7
root@LMP-1-1-1:/mnt/USB7# ls -la
total 0
drwxrwxrwx 2 root root 0 Sep 4 13:06 .
drwxr-xr-x 14 root root 0 Oct 11 14:20 ..
root@LMP-1-1-1:/mnt/USB7# cd ..
root@LMP-1-1-1:/mnt# cd usb4
root@LMP-1-1-1:/mnt/usb4# ls -la
total 35860
drwxr-xr-x 2 root root 0 Nov 9 12:08 .
drwxr-xr-x 14 root root 0 Oct 11 14:20 ..
-rw-r--r-- 1 root root 36720640 Nov 9 12:10 RNC-
910_active_backup_20171106_0716.iso
root@LMP-1-1-1:/mnt/usb4# rm RNC-910_active_backup_20171106_0716.iso
root@LMP-1-1-1:/mnt/usb4# cd
root@LMP-1-1-1:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mtdblock1 117M 90M 28M 77% /
tmpfs 300M 0 300M 0% /dev/shm
/dev/mtdblock0 10M 2.7M 7.4M 27% /boot
none 32M 80K 32M 1% /tmp
none 64M 0 64M 0% /mnt/var
none 64M 22M 43M 34% /opt/fastpath/tmpfs
none 64M 22M 43M 34% /opt/fastpath2/tmpfs
/dev/mtdblock5 117M 89M 29M 76% /mnt/backupfs
root@LMP-1-1-1:~#

You might also like