this in SH and then porting it to C seems useless
efort to me.
Regards,
vermaden
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
these Handbook pages are still available on my site to this very day:
http://strony.toya.net.pl/~vermaden/FreeBSD-Handbook-Virtualization.htm
I have an issue with my Lenovo X300 laptop that the 'output jack' for
headphone did not worked as advertised, I submitted a PR, some
the develo
"Mark Linimon" pisze:
> On Thu, Jan 19, 2012 at 08:07:43AM +0100, vermaden wrote:
> > I submit PRs and try to help test them as some developer/committer
> > will pick up the PR, submit a patch to test, but it was MANY times
> > that the response from developer/
e mostly known by developers/commiters
and not 'casual' users, maybe a 'The Wall' page on freebsd.org with
all these useful articles/pages?
Kind regards,
vermaden
...
___
freebsd-hackers@fre
"Mike Meyer" pisze:
> On Wed, 25 Jan 2012 00:05:55 +0100
> vermaden wrote:
> > > > I have now filled these PR's here:
> > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=164432
> > > Thanks. This makes these issues visible.
> >
ER} " | awk '{print $3}' )
[ -z ${TARGET} ] && {
__state_remove ${MNT} ${STATE} ${LINE}
continue
}
umount -f ${TARGET} &
unset TARGET
__state_remove ${MNT} ${STATE} ${LINE}
__log "${DEV}:umount"
done < ${S
es?
The filesystem label is not used at all, I just use device names, which are
reported by FreeBSD, so quite bulletproof here and then create appreciate
/mnt/da0s1 directories.
> Can I use the automounter to either mount over another mount to
> impersonate it, or can I overwrite arbitrary
... even newer version, seems to have all 'problems' fixed now ;)
#! /bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
LOG="/var/log/automount.log"
STATE="/var/run/automount.state"
DATEFMT="%Y-%m-%d %H:%M:%S"
__create_mount_point() { # /* 1=DEV */
MNT="/mnt/$( basename
Latest version with additional checks for NTFS and FAT32, to be precise,
for NTFS filesystem with label "FAT" and for FAT filesystem with label "NTFS" ;)
#! /bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
LOG="/var/log/automount.log"
STATE="/var/run/automount.state"
DATE
ARGET=$( echo "${MOUNT}" | grep -E "^${PROVIDER} " | awk '{print
$3}' )
[ -z ${TARGET} ] && {
__state_remove ${MNT} ${STATE} ${LINE}
continue
}
umount -f ${TARGET} &
unset TARGET
ks for working on it. It works great for me, thanks!
Thanks, good to know ;)
> I have a question, could you export a fusefs-exfat or
> fusefs-ntfs share directory over NFS? I can't get it work.
> If you have a solution, please let me know, thanks.
I will try to do that tomorrow ane le
X="/media"
LOG="/var/log/automount.log"
STATE="/var/run/automount.state"
ENCODING="en_US.ISO8859-1"
CODEPAGE="cp437"
DATEFMT="%Y-%m-%d %H:%M:%S"
USERUMOUNT="NO"
---
/usr/local/sbin/automount.sh
.
Currently there is no knows bugs, but the prepared earlier
'workaround functions' remain just in case.
As I written before its now available here:
https://github.com/vermaden/automount
Regards,
vermaden
---
___
freebsd-hac
-up
in config file manager (Yes, like in Windows ;p).
These are options that I currently successfully use for
NAUTILUS file manager, You need to set-up all three of
them to make it work.
| POPUP=YES
| FM="nautilus --browser --no-desktop"
| USER=vermaden
My whole config looks like that
Hi,
I have created a PORT at last, its in the 'port' directory in the usual place:
https://github.com/vermaden/automount/
Its my first PORT so feel free to bash me about my mistakes ;)
After latest 'commits' I think that its ready for day-to-day use.
To make 'full
15 matches
Mail list logo