Exporting automounted partitions via nfs
Last modified on July 24, 2026 • 1 min read • 184 wordsWe are accessing data from our server via nfs.
server:/automounts/multimedia /media/multimedia nfs rsize=1024,wsize=1024,noauto,user 0 0 Then I created a shell script: !/bin/sh mount /media/multimedia kfmclient openProfile filemanagement /media/multimedia Then I created a new “Link to Application”, that points to that shell script.
As a result of clicking this Link, the nfs export is mounted and a new Konqueror window opens with the contents of the mountpoint directory displayed.