Search found 3 matches
- 23. Oct 2014, 09:29
- Forum: Problems
- Topic: Run hddtemp as a daemon
- Replies: 2
- Views: 1525
Re: Run hddtemp as a daemon
That worked perfectly. Thank you.
- 17. Oct 2014, 10:07
- Forum: Problems
- Topic: Run hddtemp as a daemon
- Replies: 2
- Views: 1525
Run hddtemp as a daemon
As the title states, I'd like to get hddtemp running as a daemon. As it is now, I manually start it with
How is this accomplished under Salix?
Code: Select all
hddtemp -d /dev/sda /dev/sdb- 28. Sep 2014, 21:55
- Forum: Problems
- Topic: Mounting NFS shares
- Replies: 1
- Views: 1562
Mounting NFS shares
Existing NFS exports on my CentOS 6.x server. I've had the toughest time mounting these exports until someone suggested the following:
mount -t nfs -o nfsvers=4 10.0.0.17:/script /mnt/script
This works.
I'm primarily a Fedora user and typically these shares are extremely simple to mount, but not ...
mount -t nfs -o nfsvers=4 10.0.0.17:/script /mnt/script
This works.
I'm primarily a Fedora user and typically these shares are extremely simple to mount, but not ...