On 10/07/12 22:44, Bryan Keadle (.net) wrote: > It's recommended to mount the BackupPC data volume with noatime: > > /dev/vg_backuppc_data/backuppc_data /var/lib/BackupPC ext4 > rw,*noatime *0 0 > > > However, since my data volume is an iSCSI volume, I needed this entry to > have the iSCSI mount properly mount at boot using _netdev: > > /dev/vg_backuppc_data/backuppc_data /var/lib/BackupPC ext4 _netdev 0 0 > > so do I still need *noatime* and if so, how/where do I include it on > that line?
in fstab add ,noatime,nodiratime in the same place as you had _netdev so you end up with: noatime,nodiratime,_netdev -- Tim Fletcher <[email protected]> ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
