How Do I Surf From FBSD?

2007-03-22 Thread Stan Cooper
Hi; I have a server I just built with FBSD and I'd like to be able to surf using a browser. What do I need to build to make that happen? Thanks, Stan2 - Don't get soaked. Take a quick peek at the forecast with theYahoo! Search weather shortcut.

Re: How Do I Surf From FBSD?

2007-03-22 Thread Stan Cooper
Thanks!2 Pietro Cerutti [EMAIL PROTECTED] wrote: On 3/22/07, Stan Cooper wrote: Hi; I have a server I just built with FBSD and I'd like to be able to surf using a browser. What do I need to build to make that happen? I think the first problem here is having the words server and surf

Uptime

2007-03-22 Thread Stan Cooper
Hi; How do I determine the uptime of my server? Thanks, Stan2 - TV dinner still cooling? Check out Tonight's Picks on Yahoo! TV. ___ freebsd-questions@freebsd.org mailing list

Re: Uptime

2007-03-23 Thread Stan Cooper
It was that obvious, huh? :-) Thanks, Stan Don O'Neil [EMAIL PROTECTED] wrote: Type uptime at the prompt. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stan Cooper Sent: Thursday, March 22, 2007 11:45 PM To: freebsd-questions@freebsd.org Subject

How Write To Win Drive?

2007-03-27 Thread Stan Cooper
Hi; I have a windoze drive set up in my fstab that I can access and read, but I can't write to it! The permissions are set rw...doesn't that mean read *and* write? I'm confused. TIA, Stan 2 - Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected

Re: How Write To Win Drive?

2007-03-27 Thread Stan Cooper
a prompt. But the command I really need to use, if I understand correctly, is mount_ntfs /dev/ad0s1 /win. TIA, Stan2 Roland Smith [EMAIL PROTECTED] wrote: On Tue, Mar 27, 2007 at 06:02:57AM -0700, Stan Cooper wrote: Hi; I have a windoze drive set up in my fstab that I can access and read, but I

Re: How Write To Win Drive?

2007-03-28 Thread Stan Cooper
Roland Smith [EMAIL PROTECTED] wrote:Try /usr/ports/sysutils/fusefs-ntfs instead. It's newer and is supposed to support writing. Hmm. Well, there's no such port in FBSD. There is such a port, however, available from Absolute FBSD. So I d/l'd it and all the required to build products. I

Re: How Write To Win Drive?

2007-03-28 Thread Stan Cooper
Kevin Kinsey [EMAIL PROTECTED] wrote: Stan Cooper wrote: Roland Smith wrote:Try /usr/ports/sysutils/fusefs-ntfs instead. It's newer and is supposed to support writing. Hmm. Well, there's no such port in FBSD. Are you certain? [EMAIL PROTECTED]/usr/ports] uname -s FreeBSD

Re: How Write To Win Drive?

2007-03-29 Thread Stan Cooper
Okay, making progress. The problem was the distro was copied before Dec 6, so I had to rebuild the ports tree. That done, I built out fuesfs-ntfs. But I still can't mount the drive. I edited /etc/fstab thus: /dev/ad0s1/winfuserw00 I also tried fusefs in

Re: How Write To Win Drive?

2007-03-29 Thread Stan Cooper
wrong? TIA, Stan2 Vince [EMAIL PROTECTED] wrote: Stan Cooper wrote: Okay, making progress. The problem was the distro was copied before Dec 6, so I had to rebuild the ports tree. That done, I built out fuesfs-ntfs. But I still can't mount the drive. I edited /etc/fstab thus: /dev/ad0s1

Re: How Write To Win Drive?

2007-03-30 Thread Stan Cooper
Vince [EMAIL PROTECTED] wrote:hmm sounds kind of like the fuse kmod isnt loaded. whats the output of kldstat ? # kldstat Id Refs AddressSize Name 14 0xc040 6f6544 kernel 21 0xc0af7000 59f20acpi.ko 31 0xc33a9000 a000 ntfs.ko you should have a module fuse.ko

Re: How Write To Win Drive?

2007-03-30 Thread Stan Cooper
Yeah, I'm kinda puzzled by that hibernation line. The server was down. I booted up directly into FBSD and ran the command again (just to be sure) and it gave me the same error. Why? I didn't touch Windoze! Stan2 Vince [EMAIL PROTECTED] wrote: Stan Cooper wrote: Same problem as before

How Write To Win Drive?

2007-03-31 Thread Stan Cooper
Garrett Cooper writes: # ntfs-3g /dev/ad0s1 /win Failed to open /proc/filesystems: No such file or directory modprobe: not found Failed to open /proc/filesystems: No such file or directory Error opening partition device: Operation not permitted Failed to startup volume: Operation not

Re: How Write To Win Drive?

2007-03-31 Thread Stan Cooper
Szakacsits Szabolcs [EMAIL PROTECTED] wrote: Error opening partition device: Operation not permitted It seems one important error message is missing above this line or you don't use the stable ntfs-3g 1.0 version. Correct? If there is another line then what's that? I copied and pasted

Szakacsits Szabolcs/ ntfs-3g--PLEASE FORWARD

2007-04-01 Thread Stan Cooper
Whoever forwarded my email concerning ntfs-3g to Szakacsits Szabolcs, please forward this as well, since the email address he provided bounced! TIA, Stan Szakacsits Szabolcs [EMAIL PROTECTED] wrote: Error opening partition device: Operation not permitted It seems one important error

Re: How Write To Win Drive?

2007-04-01 Thread Stan Cooper
Szakacsits Szabolcs [EMAIL PROTECTED] wrote: Your problem seems to be not hibernation but FreeBSD ports related. Something thinks that you don't have permission to do what you want. Ntfs-3g doesn't have EPERM errors besides hibernation related problems during mount but your problem is