Tag: partition

Shows all Partitions

Shows all partitions on the HDD fdisk -l

Exclude Removable Partitions from a ‘find’ Search

Search files with ‘.rpm’ extension ignoring removable partitions as cdrom, pen-drive, etc. find / -xdev -name \*.rpm

See Mounted File Systems

Shows all mounted file systems in Linux cat /proc/mounts

Mount Windows Partion

Mount a Windows FAT partition. If it is an NTFS partion, use ‘ntfs’ instead of ‘fat’. Make sure that the…

Find All Connected Harddisks

<p class=”intro”>If you have many IDE harddisks connected to the system(but not mounted), this command will find it. This will…