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
Data menu inactive for Excel files opened in IE
How do I force database mail in SQL Server 2005 to send e-mail in plain text instead of encoding it in base64?
Copy all distinct data from one table to another
How do I prevent that somebody steals my pictures ?
Verify input data from database via call to ASP
shortcuts within documents and setting folder will not open
Assist Q. w/security: Deny Delete right on folder does not prevent deletion
prefetch files
How do I forward a http request?
Is the Access database can handle 60+ user?