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
Action Script3 Syntax Error
body selector in linked css not recognized
how well does oracle work using nfs
go to today based on cell value and not format
HLOOKUP newbie question
Flash CS3 Timer routine
Loading rtf files into unknown application from WWW
Create table in tempdb
Creating IIS Virtual Directory
Showing full e-mail address instead of Display Name