Hi Erik,
If you use, windows file sharing (SMB) it doesn't currently work because the Linux CIFS client won't mount subdirectories in windows shares, it will only mount the root of the share. We will probably eventually implement a work around but don't have a solution publicly available yet. NFS doesn't have the same issue, but NFS isn't convenient for everyone. So, realistically, you may be stuck creating a new share.
Submitted by erikwillemse on Thu, 09/13/2007 - 1:22am.
Hi,
I have the same problem with the drupal jumpbox installation... Is there a reason why I can not use a nested folder? Any suggestion on how to solve this?
Submitted by nblumhardt on Sun, 06/10/2007 - 5:20pm.
Solved - the issue is that the 'path' does not support nested folders - e.g. I was using /Backup/TracSubversion as the path. Using /Backup works. Thanks all.
Submitted by nblumhardt on Sun, 06/10/2007 - 4:57pm.
Hi,
I've got the current Trac/Subversion JumpBox beta running, and have registered etc.
I'm attempting to schedule backups to an SMB share, but getting the error: Unable to connect mount point.
Based on the tutorial, I'm using the IP address of the machine as the host, and the plain ol' username "backup".
I can see the folder in Nautilus, i.e. at smb://dellgx150/Backup/TracSubversion, after entering the username and the name of the machine as the domain. I can't really understand how the JumpBox could connect without the domain information, since Simple File Sharing is off as recommended...?
Output from mount, and fstab, below.
Thanks for any suggestions.
Regards,
Nick
--
admin@trac:~$ sudo mount
Password:
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
/sys on /sys type sysfs (rw)
varrun on /var/run type tmpfs (rw)
varlock on /var/lock type tmpfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
devshm on /dev/shm type tmpfs (rw)
/dev/sdc1 on /var type ext3 (rw)
none on /proc/fs/vmblock/mountPoint type vmblock (rw)
admin@trac:~$ sudo cat /etc/fstab
# /etc/fstab: static file system information.
#
#
proc /proc proc defaults 0 0
LABEL=root / ext3 defaults,errors=remount-ro 0 1
LABEL=swap none swap sw 0 0
LABEL=var /var ext3 defaults 0 2
# Beginning of the block added by the VMware software
.host:/ /mnt/hgfs vmhgfs defaults,ttl=5 0 0
# End of the block added by the VMware software
Hi Erik, If you use,
Hi Erik,
If you use, windows file sharing (SMB) it doesn't currently work because the Linux CIFS client won't mount subdirectories in windows shares, it will only mount the root of the share. We will probably eventually implement a work around but don't have a solution publicly available yet. NFS doesn't have the same issue, but NFS isn't convenient for everyone. So, realistically, you may be stuck creating a new share.
Austin
why not nested folders in path?
Hi,
I have the same problem with the drupal jumpbox installation... Is there a reason why I can not use a nested folder? Any suggestion on how to solve this?
Thx.
Erik
Backup problems
Solved - the issue is that the 'path' does not support nested folders - e.g. I was using /Backup/TracSubversion as the path. Using /Backup works. Thanks all.
Backup problems
Hi,
I've got the current Trac/Subversion JumpBox beta running, and have registered etc.
I'm attempting to schedule backups to an SMB share, but getting the error: Unable to connect mount point.
Based on the tutorial, I'm using the IP address of the machine as the host, and the plain ol' username "backup".
I can see the folder in Nautilus, i.e. at smb://dellgx150/Backup/TracSubversion, after entering the username and the name of the machine as the domain. I can't really understand how the JumpBox could connect without the domain information, since Simple File Sharing is off as recommended...?
Output from mount, and fstab, below.
Thanks for any suggestions.
Regards,
Nick
--
admin@trac:~$ sudo mount
Password:
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
/sys on /sys type sysfs (rw)
varrun on /var/run type tmpfs (rw)
varlock on /var/lock type tmpfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
devshm on /dev/shm type tmpfs (rw)
/dev/sdc1 on /var type ext3 (rw)
none on /proc/fs/vmblock/mountPoint type vmblock (rw)
admin@trac:~$ sudo cat /etc/fstab
# /etc/fstab: static file system information.
#
#
proc /proc proc defaults 0 0
LABEL=root / ext3 defaults,errors=remount-ro 0 1
LABEL=swap none swap sw 0 0
LABEL=var /var ext3 defaults 0 2
# Beginning of the block added by the VMware software
.host:/ /mnt/hgfs vmhgfs defaults,ttl=5 0 0
# End of the block added by the VMware software