› Foros › PC › Software libre
$ quota -u usuario_con_quota
$ mount -t nfs guadalinex:/home /mnt/otrolado
el_Salmon escribió:El tema de las cuotas por desgracia está escasamente documentado en Linux o por lo menos desfasado. Por la experiencia que he tenido, la maquina cliente no sabe que tiene cuotas, es totalmente transparente. Intenta poner una version reciente del paquete "quotas" y del servidor NFS en el servidor porque a mi me fallaba por esto.
rquotad es el servidor de cuota remota que se comunica con el cliente quota
RaUleX escribió:Yo no tengo experiencia ninguna en NFS con cuotas, pero he googleado tratando de encontrar la solucion.
#
# Network File Systems
#
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V4 is not set
# CONFIG_NFSD_TCP is not set
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=y
CONFIG_SUNRPC=y
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_XATTR is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_QUOTA=y
CONFIG_QFMT_V1=m
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set