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
Call a method on a child class when inherited in Ruby
Is Anyone Familiar With PC Mighty Max?
Transfer files between Mac and PC
Windows XP Home Edition does not store passwords
PowerShell Verify if Paramater Substring is Between A and Z
Pepervision3D classes problem
Save web page as pdf
$819B stimulus package
Reference problem with C# addin and Excel 2003
UnloadMovie and then loadMovie from array