Tag Archives: mount

Script for mounting NFS

I wrote in a previous post on Sharing folder using NFS in Hardy. Now, I don’t know about you, but I got tried of going into command line and running the mount/umount command every time I wanted to connect to a NFS server. Granted, I could add the appropriate entries into /etc/fstab and auto-mount the [...]

Test and mount serial module

Testing the serial module After completing the serial module, it’s time to test it. According to the NSLU2-Linux wiki, the serial port is configured to 115200 baud, 8 bits of data, and no parity (8N1). If you are running Windows, you can use the hyperterminal program. In Ubuntu, I use picocom, which is available in [...]