Anonymous
I got to the freeBSD icon that was it.
Rberto
Phil
W^X it's an OpenBSD innovation... it's funny
Badugar
(What's the meaning of that sticker? 🤔)
Lee
Lee
what's this ? how can i turn off this
Krond
80 column bar
Krond
It's defined with set cc=81.
Krond
Probably you can reset it setting 0, or something like this, or remove setting from your .vimrc.
Krond
You can also change appearance with hi ColorColumn ctermbg=darkgrey.
Anonymous
I have an issue in mounting ntfs partition on my freebsd-13.0-RELEASE i have added fusefs_enable="YES" in rc.conf and also added fuse_load="YES" in /boot/loader.conf still not able to mount :/
Joseph
good night friends could you help me activate my wifi card from my laptop? it is an RTL8723ae
Anonymous
even so i tried to manually mount but didn't get mounted
Anonymous
what is the partitions label ?
Anonymous
doas ntfs-3g /dev/ada0p5 /mnt/windows : fuse: failed to open fuse device: No such file or directory
Anonymous
try ntfs-ng or automount ??
Anonymous
it has a label gptid/hash
Anonymous
mount -t ntfs-3g /dev/adaa0p5 /mnt/windows as root ? work?
Anonymous
let me see
Anonymous
says operation not supported by device
Anonymous
what does gparted show .......... show?
Anonymous
Anonymous
what does gparted show .......... show?
212076544 632557568 5 ms-basic-data (302G)
Anonymous
it's showing normal as other partitions
Anonymous
is one of those a disk id ?
Anonymous
Anonymous
ok i guess
Anonymous
don't know where to look now
Anonymous
is this fuse_load="YES" even correct ?
Anonymous
fusefs ?
Anonymous
Anonymous
also try adding a mount line to /etc/fstab
Anonymous
Anonymous
also try adding a mount line to /etc/fstab
i do have it in rc.conf also , should have been got mounted but. Well i will try adding in fstab
Anonymous
looks like you got fuse in there twice
Anonymous
looks like you got fuse in there twice
no it's just one is for loader.conf and one for rc.conf
Anonymous
i added the loader.conf line later
Anonymous
the fuse load « take out ?
Anonymous
kldload fusefs ??
Anonymous
the fuse load « take out ?
my brain is not working , is this a command for fuse ?
Anonymous
no in fstab
Anonymous
Anonymous
loaded the fusefs again with kldload and without issue
Anonymous
let me see again
Anonymous
for some weird and unexplanable reason mounts seems to work better if gnome is on the machine
Anonymous
i am using a wm only
Anonymous
if kldload took try the mount command again
Anonymous
tried but no luck
Anonymous
rebooted to check again
Anonymous
didn't help either
Anonymous
kldload autofs ? kldstat » IS ?
Anonymous
and did you do a fstab entry ?
Anonymous
will do it. Just booted to windows just to test if it is loading or not
Anonymous
WTF ? dude get ya a GUI then smb !!!
Anonymous
Anonymous
Lee
Does Zpool speacial dev could add write speed
Anonymous
should i mount the partition as autofs or ntfs-3g
Anonymous
ah ya did auto_master nd the map that didnt work for me. took it out.
Anonymous
btw tried ZPool twice crashed twice FATAL now on udf
Anonymous
/dev/ada0p5 /mnt/windows ntfs-3g rw,late 1 2 ? is this okay ?
Anonymous
add it and find out
Anonymous
dont know why late, 1 2
Anonymous
for mounting late ig even i am not sure xd
Anonymous
as long as you have auto_master I think ya going to have problems
Anonymous
you trying to boot window inside bsd ?
Anonymous
you trying to boot window inside bsd ?
no just a normal partition
Anonymous
my bsd instance didn't boot with that line in fstab
Anonymous
/dev/ada0p5 /mnt/windows ntfs-3g rw,auto umask=022 ??
Anonymous
yeah
Anonymous
Anonymous
same operation not supported by device
Anonymous
ya did make a dir for it to go yes /mnt/windows ?