Im doing some experiences with NTFS(-3G) and fstab. For every change i do to fstab, I need to issue:
sudo umount /mountpoint
sudo mount /mountpoint
To check the results. Since Im doing a LOT of tests, its gets really annoying to issue umount/mount combo every time.
Is there any way I could combine these 2 commands in a single remountscript? Is there already any switch to mount that do that?
- Im using Ubuntu 10.10
- All command-line parameters passed to the script must be "re-passed" to
mountcomand (so I can use-a,-t type, etc) - Preferably, only the last parameter should be passed to
umount