Microsoft
Software
Hardware
Network
Question : Find /dev/ location of a mount point in bash script
I have /dev/sdk mounted to /web
However I have a script that only knows about /web and it needs to find where /web is mounted from (which would be /dev/sdk).
Is there an easy way to find the /dev/ location of a mount point?
Answer : Find /dev/ location of a mount point in bash script
df /web | grep -v Filesystem | cut -f1 -d" "
Random Solutions
Need XP audio driver for hp pavilion a6400
Search Engine Optimization required for travel website
Citrix XenApp Client Drive Mapping
SP2
Fedora Installation
DVD drive not being recognised in wiindows Vista
How do I Use Powershell to create Multiple Global, Domain Local, and Universal Distribution Active Directory Groups?
Converting Excel Sheet to SQL using DTS
reinstall and keep the raid configuration
How to fix the "COM+ Service Has Stopped Working" error on Vista64?