Re: [BackupPC-users] BackupPC data volume

2012-07-11 Thread Tyler J. Wagner
On 2012-07-10 23:44, Tim Fletcher wrote:
 in fstab add ,noatime,nodiratime in the same place as you had _netdev so 
 you end up with:
 
 noatime,nodiratime,_netdev

noatime is a superset of nodiratime. You need only noatime,_netdev.

Regards,
Tyler

-- 
WWJD?  JWRTFM.



--
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
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] BackupPC data volume

2012-07-10 Thread Bryan Keadle (.net)
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?
--
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
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC data volume

2012-07-10 Thread Tim Fletcher
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 t...@night-shade.org.uk



--
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
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/