gptid's in fstab while installing FreeBSD using ISO

2013-10-04 Thread varanasi sainath
Hi All, How do I get gptid's as default in fstab while installing using FreeBSD iso file (Virtual,machine installation) ? Is this possible currently? if not how do I achieve this? I use guided partitioning while installing - If I were to tweak in to the source code which files or drivers I should

Re: gptid's in fstab while installing FreeBSD using ISO

2013-10-04 Thread Polytropon
On Fri, 4 Oct 2013 20:04:09 +0530, varanasi sainath wrote: Hi All, How do I get gptid's as default in fstab while installing using FreeBSD iso file (Virtual,machine installation) ? Is this possible currently? As far as I know, the installer bsdinstall currently does not have this option

Re: UUID in fstab.

2013-08-26 Thread John Baldwin
) (I used glabel status and after some trial and error I found them) edited the fstab accordingly and everything is working now .. The other way would be to examine the kern.geom.confxml output directly as I think you can probably use that to map between them. Is there a way to have both the /dev

Re: UUID in fstab.

2013-08-26 Thread Dan Nelson
corresponds to which partition (ufs or swap or boot) (I used glabel status and after some trial and error I found them) edited the fstab accordingly and everything is working now .. gpart list will show detailed info for each provider, including the uuid for each GPT partition. -- Dan

Re: UUID in fstab.

2013-08-25 Thread varanasi sainath
) edited the fstab accordingly and everything is working now .. Is there a way to have both the /dev/XXXpYY and /dev/gptid/uuid present in /dev/ Thanks again for your support. On Sat, Aug 24, 2013 at 12:14 AM, John Baldwin j...@freebsd.org wrote: On Wednesday, August 21, 2013 4:38:00 pm varanasi

Re: UUID in fstab.

2013-08-23 Thread John Baldwin
On Wednesday, August 21, 2013 4:38:00 pm varanasi sainath wrote: Thanks for the support. I want to use the uuid's found using sysctl -a in fstab. /dev/gptid/ has only uuid for boot partition. You probably have the other GPT paritions already mounted via another name which removes the names

Re: UUID in fstab.

2013-08-21 Thread Warner Losh
labels (operating constraint: to create labels I have to boot into single user mode, is there a way to create labels on mounted partitions (I hope not)). I found gptid folder which has boot UUID can this be used? How to use UUID's in fstab? I have tried using # Device

UUID in fstab.

2013-08-21 Thread varanasi sainath
partitions (I hope not)). I found gptid folder which has boot UUID can this be used? How to use UUID's in fstab? I have tried using # DeviceMountpointFStype Options Dump Pass# uuid=b55762fc-dcdd-11e2-a324-00155d55b20c / ufs rw 1 1 that din't work. I found

Re: UUID in fstab.

2013-08-21 Thread varanasi sainath
Thanks for the support. I want to use the uuid's found using sysctl -a in fstab. /dev/gptid/ has only uuid for boot partition. Cheers Sainath On Wed, Aug 21, 2013 at 11:48 AM, Warner Losh i...@bsdimp.com wrote: /dev/gptid/$UID maybe what you are looking for? Warner On Aug 21, 2013

FreeBSD fstab Entry for Windows Share

2013-04-16 Thread Mehmet Erol Sanliturk
Dear All , When a Windows XP share is mounted with the following command in FreeBSD 9.1 amd64 , it is working : # mount_smbfs -I 192.168.10.25 //user_name_in_Windows_Administrators@NetBIOS_NAME_in_Windows/Share_Name_in_Windows /mnt I could not be able to write an /etc/fstab entry to mount

Re: FreeBSD fstab Entry for Windows Share

2013-04-16 Thread Dave Anderson
When you say could not do an fstab entry, can you say what happens? Do you get any messages in logs? regards Dave -- http://www.marlinbrighton.com On 16/04/2013 08:45, Mehmet Erol Sanliturk wrote: Dear All , When a Windows XP share is mounted with the following command in FreeBSD 9.1 amd64

Re: FreeBSD fstab Entry for Windows Share

2013-04-16 Thread Polytropon
On Tue, 16 Apr 2013 00:45:24 -0700, Mehmet Erol Sanliturk wrote: I could not be able to write an /etc/fstab entry to mount that share during boot . When examples in many documents from Internet are imitated , no one of them is working , or man pages are not much helpful. Try to adapt

Re: FreeBSD fstab Entry for Windows Share

2013-04-16 Thread Mehmet Erol Sanliturk
On Tue, Apr 16, 2013 at 1:13 AM, Polytropon free...@edvax.de wrote: On Tue, 16 Apr 2013 00:45:24 -0700, Mehmet Erol Sanliturk wrote: I could not be able to write an /etc/fstab entry to mount that share during boot . When examples in many documents from Internet are imitated , no one

Re: FreeBSD fstab Entry for Windows Share

2013-04-16 Thread Mehmet Erol Sanliturk
On Tue, Apr 16, 2013 at 1:08 AM, Dave Anderson d...@marlinbrighton.comwrote: When you say could not do an fstab entry, can you say what happens? Do you get any messages in logs? regards Dave -- http://www.marlinbrighton.com On 16/04/2013 08:45, Mehmet Erol Sanliturk wrote: Dear All

Re: FreeBSD fstab Entry for Windows Share

2013-04-16 Thread Dave Anderson
When you put the entry in fstab and then try to mount it with fstab providing the details, what happens? i.e. without doing a reboot, test fstab by doing the mounts from the command line with the details in fstab regards Dave http://www.marlinbrighton.com On 16/04/2013 10:34, Mehmet Erol

Re: FreeBSD fstab Entry for Windows Share

2013-04-16 Thread Mehmet Erol Sanliturk
On Tue, Apr 16, 2013 at 2:41 AM, Dave Anderson d...@marlinbrighton.comwrote: When you put the entry in fstab and then try to mount it with fstab providing the details, what happens? i.e. without doing a reboot, test fstab by doing the mounts from the command line with the details in fstab

Re: FreeBSD fstab Entry for Windows Share

2013-04-16 Thread Polytropon
intended, the information (username, password) can be obtained from the /etc/nsmb.conf file. It's important to pay attention to the file permissions. /etc/fstab : - //user_name_in_Windows_Administrators@NetBIOS_NAME_in_Windows/Share_Name_in_Windows /mnt smbfs

Re: Can an ISO file be mounted from /etc/fstab at boot?

2013-03-18 Thread Ruben de Groot
On Fri, Mar 15, 2013 at 04:04:23PM -0400, Lowell Gilbert typed: Oscar Hodgson oscar.hodg...@gmail.com writes: I'm pretty sure the answer is no, just write a local rc script to do that, but thought I'd check. Can't see any hint of that capability in the handbook or fstab(5). Really

Can an ISO file be mounted from /etc/fstab at boot?

2013-03-15 Thread Oscar Hodgson
I'm pretty sure the answer is no, just write a local rc script to do that, but thought I'd check. Can't see any hint of that capability in the handbook or fstab(5). Really just looking for a single point of management for file systems Thanks in advance. Oscar

Re: Can an ISO file be mounted from /etc/fstab at boot?

2013-03-15 Thread Lowell Gilbert
Oscar Hodgson oscar.hodg...@gmail.com writes: I'm pretty sure the answer is no, just write a local rc script to do that, but thought I'd check. Can't see any hint of that capability in the handbook or fstab(5). Really just looking for a single point of management for file systems I

Re: How to list /etc/fstab in new BFSD label?

2012-10-22 Thread Polytropon
On Sun, 21 Oct 2012 17:00:13 -1000, Al Plant wrote: Aloha, I cant find any How TO on writing the hardware devices into /etc/fstab to mount and find how the DVD and CD players get connected. Open the file in your favourite editor and add the lines according to your needs

How to list /etc/fstab in new BFSD label?

2012-10-21 Thread Al Plant
Aloha, I cant find any How TO on writing the hardware devices into /etc/fstab to mount and find how the DVD and CD players get connected. (This happens to be with a test box FreeBSD 10.* which has worked fine other than that.) The BSD install I understand is also for FreeBSD 9.* as well

Re: Auto-mounting sshfs from /etc/fstab

2012-09-06 Thread OriS
Hello, Well, no I haven't -- I have tried only the fstab route which does serve the purpose for me. Thanks nonetheless :) OriS On Wednesday, September 5, 2012, andrew clarke wrote: On Wed 2012-09-05 19:38:54 UTC+0200, OriS ( site.free...@orientalsensation.com javascript:;) wrote: I've

Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread OriS
Hello all, I've been trying to find a page on the Internet where an example is posted explaining how to mount sshfs from /etc/fstab, but I can't find any! I'm on 9.1-PR amd64 and I've installed Fuse and sshfs, I have enabled Fuse in rc.conf and I can see /dev/fuse. Furthermore, using sshfs from

Re: Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread andrew clarke
On Wed 2012-09-05 19:38:54 UTC+0200, OriS (site.free...@orientalsensation.com) wrote: I've been trying to find a page on the Internet where an example is posted explaining how to mount sshfs from /etc/fstab, but I can't find any! Have you tried running sshfs from cron? eg. run crontab -e

Re: Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread Polytropon
On Thu, 6 Sep 2012 07:43:38 +1000, andrew clarke wrote: On Wed 2012-09-05 19:38:54 UTC+0200, OriS (site.free...@orientalsensation.com) wrote: I've been trying to find a page on the Internet where an example is posted explaining how to mount sshfs from /etc/fstab, but I can't find any

Re: Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread Elias Chrysocheris
will not explain how-to...) When passwordless ssh login is possible then a line in your fstab like the following does the job: sshfs#your_username_here@pluto:/Common/ /Network_Folders/Pluto/ fuse BatchMode=yes,reconnect,allow_other,users,gid=users,umask=002 0 0

Re: fstab problem

2012-01-14 Thread Bernt Hansson
2012-01-14 11:00, per...@pluto.rain.com skrev: Bernt Hanssonb...@bananmonarki.se wrote: This is an old machine (1997), not sure it will boot from usb. I'll check. If it can boot from floppy, Plop will boot it from USB. http://www.plop.at/en/bootmanagers.html Thank you. I'll have a look

Re: fstab problem

2012-01-13 Thread Frank Brendel
Use /dev/ad0s1a instead of /ad0s1a. Frank Am 13.01.2012 11:01, schrieb Bernt Hansson: Hello list! I've moved /etc/fstab to /etc/fstab.org When booting I get prompted with mountroot Ok. I type ufs:ad0s1a The crap boot up. But I can't get the filesystem to become R/W Tried /sbin/mount -o

Re: fstab problem

2012-01-13 Thread Matthew Seaman
On 13/01/2012 10:01, Bernt Hansson wrote: Hello list! I've moved /etc/fstab to /etc/fstab.org When booting I get prompted with mountroot Ok. I type ufs:ad0s1a The crap boot up. But I can't get the filesystem to become R/W Tried /sbin/mount -o rw /ad0s1a / /sbin/mount -o rw,force

Re: fstab problem

2012-01-13 Thread Matthias Apitz
El día Friday, January 13, 2012 a las 11:01:40AM +0100, Bernt Hansson escribió: Hello list! I've moved /etc/fstab to /etc/fstab.org When booting I get prompted with mountroot Ok. I type ufs:ad0s1a The crap boot up. But I can't get the filesystem to become R/W Tried /sbin/mount -o rw

Re: fstab problem

2012-01-13 Thread perryh
Bernt Hansson b...@bananmonarki.se wrote: This is an old machine (1997), not sure it will boot from usb. I'll check. If it can boot from floppy, Plop will boot it from USB. http://www.plop.at/en/bootmanagers.html ___ freebsd-questions@freebsd.org

Re: FreeBSD 8.2-RELEASE Install Failure: Unable to create a new /etc/fstab

2011-10-27 Thread Rick Miller
Just following up...I resolved the issue by copying /etc/* to /stand/ in the mfsroot. On Tue, Oct 25, 2011 at 12:54 PM, Rick Miller vmil...@hostileadmin.com wrote: Hi All, I am Installing 8.2-RELEASE via PXE and receive an error stating that sysinstall was unable to create new /etc/fstab

FreeBSD 8.2-RELEASE Install Failure: Unable to create a new /etc/fstab

2011-10-25 Thread Rick Miller
Hi All, I am Installing 8.2-RELEASE via PXE and receive an error stating that sysinstall was unable to create new /etc/fstab. Everything appears to function correctly, in that, the system TFTP's the pxeboot and mfsroot files as needed. However, When I switch to the holographic shell and poke

Re: i messed up, need to do fsck and also uncomment the /usr line if /etc/fstab

2011-05-08 Thread Lowell Gilbert
Henry Olyer henry.ol...@gmail.com writes: I had an old FBSD 7.2 CD. good enough for this I thought. I booted from that but now I need to mount the file systems on my hard drive. How do I do that? I agree,, once I get the /etc file system mounted I can edit the file. Okay, next.. How do

Re: i messed up, need to do fsck and also uncomment the /usr line if /etc/fstab

2011-05-07 Thread Chris Rees
didn't run and I lost some /usr files. I tried to do an fsck manually but because it's mounted I got nowhere. So I put a comment (#) in front of the /usr line for the /etc/fstab file. Now, I can't boot. I need what's on my disk -- of course! Boot to single user mode (4 in the boot

i messed up, need to do fsck and also uncomment the /usr line if /etc/fstab

2011-05-06 Thread Henry Olyer
(#) in front of the /usr line for the /etc/fstab file. Now, I can't boot. I need what's on my disk -- of course! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: i messed up, need to do fsck and also uncomment the /usr line if /etc/fstab

2011-05-06 Thread Ryan Coleman
. I lost power on an laptop running 8.2. Restarted it but for some reason the fsck didn't run and I lost some /usr files. I tried to do an fsck manually but because it's mounted I got nowhere. So I put a comment (#) in front of the /usr line for the /etc/fstab file. Now, I can't boot

Re: i messed up, need to do fsck and also uncomment the /usr line if /etc/fstab

2011-05-06 Thread Henry Olyer
. So I put a comment (#) in front of the /usr line for the /etc/fstab file. Now, I can't boot. I need what's on my disk -- of course! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: i messed up, need to do fsck and also uncomment the /usr line if /etc/fstab

2011-05-06 Thread Yuri Pankov
manually but because it's mounted I got nowhere. So I put a comment (#) in front of the /usr line for the /etc/fstab file. Now, I can't boot. I need what's on my disk -- of course! Boot to single user mode (4 in the boot menu), remount / read-write - mount -u -o rw /, edit /etc/fstab (you'll

Question about fstab

2010-04-14 Thread Дмитрий Бехтерев
Hello all! I want use redundant scheme for booting my OS. For instance I have two ufs slices and each of them keep /boot folder. For example, I want use fstab like that: # DeviceMountpoint FStype Options Dump Pass# /dev/ad6s1b noneswapsw

Re: Question about fstab

2010-04-14 Thread Adam Vande More
2010/4/14 Дмитрий Бехтерев dbehte...@gmail.com Hello all! I want use redundant scheme for booting my OS. Most would use gmirror, zfs mirror, or a hardware based solution instead of your approach. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-mirror.html -- Adam Vande More

Re: fstab NFS mount option recommendations

2010-03-13 Thread Joe Auty
/etc/fstab): nfsserverip:mymount /mountdir nfs rw,tcp,intr,noatime,nfsv3,-w=32768,-r=32768 0 0 This seems to work well, except I have to manually load MySQL, Apache, and Postfix at boot time, as my /usr/local directory is hosted on my NFS share on this test server (these start up

fstab NFS mount option recommendations

2010-03-13 Thread Joe Auty
Hello, I'm presenting NFS shares to some FreeBSD VM guests with the following mount options (from my /etc/fstab): nfsserverip:mymount /mountdir nfs rw,tcp,intr,noatime,nfsv3,-w=32768,-r=32768 0 0 This seems to work well, except I have to manually load MySQL, Apache, and Postfix at boot

Re: fstab syntax

2010-01-31 Thread Polytropon
On Sun, 31 Jan 2010 00:35:02 +0200, Elias Chrysocheris elias...@cha.forthnet.gr wrote: Unfortunatelly, spaces are not allowed in fstab syntax. Fortunately. :-) Allow me a little sidenote about correct terminology: I also have tried it before and figured out that there is no way to insert

fstab syntax

2010-01-30 Thread Jeff Laine
Hello, My question is regarding /etc/fstab synax. How can I use spaces and quote symbols in my device name? I tried to use double quotes and backslash, but no luck so far. I.e. I'd like to put the following line: /dev/msdosfs/MY FLASH /mnt/flash msdosfs rw,noauto 0 0 Any ideas? -- Best

Re: fstab syntax

2010-01-30 Thread krad
On 30 January 2010 19:05, Jeff Laine wtf.jla...@gmail.com wrote: Hello, My question is regarding /etc/fstab synax. How can I use spaces and quote symbols in my device name? I tried to use double quotes and backslash, but no luck so far. I.e. I'd like to put the following line: /dev

Re: fstab syntax

2010-01-30 Thread Jerry
On Sat, 30 Jan 2010 22:05:43 +0300 Jeff Laine wtf.jla...@gmail.com articulated: Hello, My question is regarding /etc/fstab synax. How can I use spaces and quote symbols in my device name? I tried to use double quotes and backslash, but no luck so far. I.e. I'd like to put the following

Re: fstab syntax

2010-01-30 Thread Jeff Laine
On Sat,30-01-2010 [19:33:37], krad wrote: On 30 January 2010 19:05, Jeff Laine wtf.jla...@gmail.com wrote: Hello, My question is regarding /etc/fstab synax. How can I use spaces and quote symbols in my device name? I tried to use double quotes and backslash, but no luck so far. I.e

Re: fstab syntax

2010-01-30 Thread Elias Chrysocheris
On Saturday 30 of January 2010 21:05:43 Jeff Laine wrote: Hello, My question is regarding /etc/fstab synax. How can I use spaces and quote symbols in my device name? I tried to use double quotes and backslash, but no luck so far. I.e. I'd like to put the following line: /dev/msdosfs/MY

Re: Partition naming, fstab, and geli

2009-11-17 Thread Polytropon
On Mon, 16 Nov 2009 13:01:26 -0500, Jerry McAllister jerr...@msu.edu wrote: I tend to use 'a' if the drive will be entirely one slice and one partition used for some special work or scratch space, but stick with 'd..h' if there will be more than one partition and just leave 'a' alone - for no

Re: Partition naming, fstab, and geli

2009-11-17 Thread tk
On Tue, Nov 17, 2009 at 02:45:15PM +0100, Polytropon wrote: On Mon, 16 Nov 2009 13:01:26 -0500, Jerry McAllister jerr...@msu.edu wrote: As for 'd' vs 'e', sometime a long time and many generations ago there was a convention of reserving 'd' for something. I don't remember what it was. It

Re: Partition naming, fstab, and geli

2009-11-16 Thread Jerry McAllister
On Sun, Nov 15, 2009 at 07:23:15PM -0700, David Allen wrote: Say I have performed a standard installation of FreeBSD onto a single IDE drive with the following entries in /etc/fstab: /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1d /var ufs rw

Re: Partition naming, fstab, and geli

2009-11-16 Thread RW
discovered by accident that the system won't boot with an fstab entry for a device that doesn't exist. So if I was to record an entry in fstab, I couldn't use /dev/ad1e.eli /home/david/private ufs rw 0 0 geli partitions can exist at mount time, but you either have to be present

Re: Partition naming, fstab, and geli

2009-11-16 Thread Ian Smith
In freebsd-questions Digest, Vol 285, Issue 2, Message 2 On Sun, 15 Nov 2009 19:23:15 -0700 David Allen wrote: Say I have performed a standard installation of FreeBSD onto a single IDE drive with the following entries in /etc/fstab: /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a

Re: Partition naming, fstab, and geli

2009-11-16 Thread Jerry McAllister
/fstab: /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1d /var ufs rw 2 2 /dev/ad0s1e /tmp ufs rw 2 2 /dev/ad0s1f /usr ufs rw 2 2 Then I added more drives. 1. The Handbook suggests there is a convention

Partition naming, fstab, and geli

2009-11-15 Thread David Allen
Say I have performed a standard installation of FreeBSD onto a single IDE drive with the following entries in /etc/fstab: /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1d /var ufs rw 2 2 /dev/ad0s1e /tmp ufs rw 2 2 /dev/ad0s1f /usr

Re: Partition naming, fstab, and geli

2009-11-15 Thread Polytropon
2 would go into fstab. I'm sure you already know this because it seems that you read up until 18.3.2.2 - you're omitting slices, dedicated mode. :-) Bottom line: The naming convention mentioned in the Handbook and your examples are completely okay. 2. My second question is in regards

Re: Partition naming, fstab, and geli

2009-11-15 Thread David Allen
on extra hard disks, I'm always using the whole disk, so # newfs /dev/ad3 would give me /dev/ad3 (which is the same as /dev/ad3c), and the entry /dev/ad3 /foo ufs rw 2 2 would go into fstab. I'm sure you already know this because it seems that you read up until 18.3.2.2

/etc/fstab + embedded spaces

2009-11-03 Thread carmel_ny
I was attempting to create this entry in the /etc/fstab file. It is to a WinXP machine. //u...@bios/My Documents /laptop smbfs rw,noauto 0 0 It fails because 'fstab' does not allow embedded spaces in device names, not does it allow enclosing the name in quotes. I did some Googling

Re: /etc/fstab + embedded spaces

2009-11-03 Thread Michael Powell
carmel_ny wrote: I was attempting to create this entry in the /etc/fstab file. It is to a WinXP machine. //u...@bios/My Documents /laptop smbfs rw,noauto 0 0 It fails because 'fstab' does not allow embedded spaces in device names, not does it allow enclosing the name in quotes. I

Re: /etc/fstab + embedded spaces

2009-11-03 Thread andrew clarke
On Tue 2009-11-03 06:57:12 UTC-0500, carmel_ny (carmel...@hotmail.com) wrote: I was attempting to create this entry in the /etc/fstab file. It is to a WinXP machine. //u...@bios/My Documents /laptop smbfs rw,noauto 0 0 It fails because 'fstab' does not allow embedded spaces in device

Re: /etc/fstab + embedded spaces

2009-11-03 Thread Jerry
On Tue, 03 Nov 2009 12:13:24 -0500 Michael Powell nightre...@hotmail.com replied: carmel_ny wrote: I was attempting to create this entry in the /etc/fstab file. It is to a WinXP machine. //u...@bios/My Documents /laptop smbfs rw,noauto 0 0 It fails because 'fstab' does not allow

Re: /etc/fstab + embedded spaces

2009-11-03 Thread andrew clarke
On Tue 2009-11-03 14:07:37 UTC-0600, Adam Vande More (amvandem...@gmail.com) wrote: windows path's have alternate eg c:\Test~1 Yes, files and paths may all have an MS-DOS 8.3 equivalent (I think this option can be disabled in NTFS), however Windows SMB shares do not. \\host\My Documents is

Re: /etc/fstab + embedded spaces

2009-11-03 Thread Adam Vande More
On Tue, Nov 3, 2009 at 2:20 PM, andrew clarke m...@ozzmosis.com wrote: On Tue 2009-11-03 14:07:37 UTC-0600, Adam Vande More ( amvandem...@gmail.com) wrote: windows path's have alternate eg c:\Test~1 Yes, files and paths may all have an MS-DOS 8.3 equivalent (I think this option can be

Re: /etc/fstab + embedded spaces

2009-11-03 Thread Adam Vande More
On Tue, Nov 3, 2009 at 2:02 PM, andrew clarke m...@ozzmosis.com wrote: On Tue 2009-11-03 06:57:12 UTC-0500, carmel_ny (carmel...@hotmail.com) wrote: I was attempting to create this entry in the /etc/fstab file. It is to a WinXP machine. //u...@bios/My Documents /laptop smbfs rw,noauto

mount_nfs and fstab options

2009-05-12 Thread Martin Badie
Hi, I have mounted an NFS share like: mount_nfs -LisT 10.10.10.199:/vol/share /mnt but I can't use -LisT on fstab because man mount_nfs states: Historic -o Options Use of these options is deprecated, they are only mentioned here for compatibility with historic

Re: mount_nfs and fstab options

2009-05-12 Thread Mel Flynn
On Tuesday 12 May 2009 14:33:00 Martin Badie wrote: Hi, I have mounted an NFS share like: mount_nfs -LisT 10.10.10.199:/vol/share /mnt but I can't use -LisT on fstab because man mount_nfs states: Yes you can. Just comma seperate the arguments without whitespace in the appropreate column

RE: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs during mountcritremote execution

2009-02-10 Thread Arjan van der Oest
Hi Mel, Sorry for not getting back to you earlier, I have been out of the office for some time... Does this one also have a link UP message after nfs mounting? If not, then there's your culprit: network isn't up at mountcritremote time. You should mark it 'late' in fstab The UP message came

Re: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs during mountcritremote execution

2009-02-10 Thread Mel
at mountcritremote time. You should mark it 'late' in fstab The UP message came more or less at the same time. Marking it late fixed the problem, still leaving me puzzled why the NFS mounts work without problem on identical machines but not in this one. Anyhow, since it's not a critical fs, the late

RE: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs during mountcritremote execution

2009-01-30 Thread Arjan van der Oest
Mel wrote: - why does the system tries to mount the nfs filesystem from the fstab while nfs_client_enable has been set to no in rc.conf? Because there is no relation between the two. You could be using a 3rd party nfs kernel module. Yes, but I am not. I'm using the default kernel option which

RE: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs duringmountcritremote execution

2009-01-30 Thread Arjan van der Oest
amd64] NFS mount in fstab hangs duringmountcritremote execution Mel wrote: - why does the system tries to mount the nfs filesystem from the fstab while nfs_client_enable has been set to no in rc.conf? Because there is no relation between the two. You could be using a 3rd party nfs kernel module

Re: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs during mountcritremote execution

2009-01-30 Thread Mel
On Friday 30 January 2009 04:36:04 Arjan van der Oest wrote: Mel wrote: - why does the system tries to mount the nfs filesystem from the fstab while nfs_client_enable has been set to no in rc.conf? Because there is no relation between the two. You could be using a 3rd party nfs kernel

[7.1-RELEASE-p2 amd64] NFS mount in fstab hangs during mountcritremote execution

2009-01-29 Thread Arjan van der Oest
mounted anyway? Shouldn’t the machine ignore nfs filesystems with this rc.conf config? I’ve removed the entry in fstab and set a line in rc.local and then the boot-process works fine without interruption. So I'm currently lost with these questions: - why does the system tries to mount the nfs

RE: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs duringmountcritremote execution

2009-01-29 Thread Arjan van der Oest
...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Arjan van der Oest Sent: donderdag 29 januari 2009 10:48 To: freebsd-questions@freebsd.org Subject: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs duringmountcritremote execution Hi, I’m puzzled and either I don’t understand

Re: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs during mountcritremote execution

2009-01-29 Thread Mel
by default. In fsstab I have this entry: nfs server ip:/data/nfs-shares/S1018SR18 /nfs-mounts/backupsrv nfs rw00 - why does the system tries to mount the nfs filesystem from the fstab while nfs_client_enable has been set to no in rc.conf? Because

NFS fstab style

2009-01-13 Thread Anthony L
Hi, I've posted this question on a few boards but couldn't get a solid confirmation: Can someone confirm that these two lines are the same -or- if one is preferred over the other ? Code: 192.168.1.8:/temp/tmp_nfs nfs rw,-b,-i 0 0 192.168.1.8:/temp/tmp_nfs nfs rw,bg,intr

Re: NFS fstab style

2009-01-13 Thread perryh
Can someone confirm that these two lines are the same -or- if one is preferred over the other ? Code: 192.168.1.8:/temp/tmp_nfs nfs rw,-b,-i 0 0 192.168.1.8:/temp/tmp_nfs nfs rw,bg,intr 0 0 I've never seen the style of line 1 before, no idea whether it would work or not.

mount_nfs from fstab with -L option?

2008-12-03 Thread Roger Olofsson
Dear mailing list, What would be the correct way to do the following: mount_nfs -L server:/path mnt when using the /etc/fstab file? Greetings from Sweden /Roger ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: mount_nfs from fstab with -L option?

2008-12-03 Thread Steve Polyack
Roger Olofsson wrote: Dear mailing list, What would be the correct way to do the following: mount_nfs -L server:/path mnt when using the /etc/fstab file? Greetings from Sweden /Roger Any options passed to mount(8)may be added (comma separated) to the Options section in /etc/fstab

Re: mount_nfs from fstab with -L option?

2008-12-03 Thread Roger Olofsson
Steve Polyack skrev: Roger Olofsson wrote: Dear mailing list, What would be the correct way to do the following: mount_nfs -L server:/path mnt when using the /etc/fstab file? Greetings from Sweden /Roger Any options passed to mount(8)may be added (comma separated) to the Options

how to pass nfs nolock option in /etc/fstab

2008-03-28 Thread vincenzo romero
Hello all, I have come across an issue where I attempted to mount my NFSroot FS with a nolock option in order to support a database application. In an attempt to do so, I edited my /etc/fstab as follows: 192.168.17.1:/export/images/00A0D1E35B7E/freebsd7_x64 / nfs rw

ReiserFS and /etc/fstab: rw or ro?

2007-12-08 Thread Adam J Richardson
Hi all. I just installed Ubuntu on a second hard drive. (Got fed up waiting for things like VMware Player 2.) I've booted into FreeBSD 6.3-PRERELEASE and I'm looking at my /etc/fstab. Is it safe to specify rw for my ReiserFS partitions, or should I stick with ro for now? (I have Googled

Re: ReiserFS and /etc/fstab: rw or ro?

2007-12-08 Thread Lowell Gilbert
Adam J Richardson [EMAIL PROTECTED] writes: I just installed Ubuntu on a second hard drive. (Got fed up waiting for things like VMware Player 2.) I've booted into FreeBSD 6.3-PRERELEASE and I'm looking at my /etc/fstab. Is it safe to specify rw for my ReiserFS partitions, or should I stick

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-19 Thread Garrett Cooper
Gary Kline wrote: On Sat, Nov 17, 2007 at 02:40:18PM -0800, Garrett Cooper wrote: Even though audio CDs use the ISO-9660 standard, they aren't really mountable (depends on how you look at the problem, i.e. what OS you use, and what audio playing app you use). Specifying the /dev node

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread [LoN]Kamikaze
David J Brooks wrote: On Friday 16 November 2007 08:23:21 pm Gary Kline wrote: I've googled aroound, and can't be sure what to add in the FStype column to get my DCD/CDROM burners to work. Ubuntu installed ny 2005 burner automagically. Nothing like that for FreeBSD, so

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread Joshua Isom
On Nov 16, 2007, at 10:56 PM, Yeef wrote: this is work for me freebsd 6.2-RELEASE /dev/acd0 /cdrom cd9660 ro,noauto 0 0 you should use root mount it. Or set vfs.usermount to 1, if I remember right. I can't recall what's the proper method for setting

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread Tino Engel
Gary Kline schrieb: Hopefully! I bought TWO burners, tho. My acd0 is a Pioneer, the acd1 is a cheaper Lite On (IIRC). Sh... I also have a Lite-On Drive (Combo-Drive) and I never managed to burn under FreeBSD... Reading though is fine. Greez, Tino

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread Giorgos Keramidas
just fine with either cdrecord or burncd, even with ro in its fstab line. That's because they are not written ``through the cd9660 filesystem driver'', but through cdrecord/burncd. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread Giorgos Keramidas
On 2007-11-17 02:55, Joshua Isom [EMAIL PROTECTED] wrote: On Nov 16, 2007, at 10:56 PM, Yeef wrote: this is work for me freebsd 6.2-RELEASE /dev/acd0 /cdrom cd9660 ro,noauto 0 0 you should use root mount it. Or set vfs.usermount to 1, if I remember

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread Gary Kline
On Sat, Nov 17, 2007 at 08:03:25PM +0200, Giorgos Keramidas wrote: On 2007-11-17 02:55, Joshua Isom [EMAIL PROTECTED] wrote: On Nov 16, 2007, at 10:56 PM, Yeef wrote: this is work for me freebsd 6.2-RELEASE /dev/acd0 /cdrom cd9660 ro,noauto 0 0 you

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread Garrett Cooper
Gary Kline wrote: On Sat, Nov 17, 2007 at 08:03:25PM +0200, Giorgos Keramidas wrote: On 2007-11-17 02:55, Joshua Isom [EMAIL PROTECTED] wrote: On Nov 16, 2007, at 10:56 PM, Yeef wrote: this is work for me freebsd 6.2-RELEASE /dev/acd0 /cdrom cd9660

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread Chuck Robey
Joshua Isom wrote: On Nov 16, 2007, at 10:56 PM, Yeef wrote: this is work for me freebsd 6.2-RELEASE /dev/acd0 /cdrom cd9660 ro,noauto 0 0 you should use root mount it. Or set vfs.usermount to 1, if I remember right. I can't recall what's the proper

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread Roland Smith
On Sat, Nov 17, 2007 at 02:13:19PM -0800, Gary Kline wrote: Okay, I've set vfs.usermount=1, but both totem and kmplayer refuse to play my audio-CD. You don't mount audio CDs. They don't carry a cd9660 filesystem. Try something like this with a CD in the drive; mplayer

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread Giorgos Keramidas
On 2007-11-17 14:13, Gary Kline [EMAIL PROTECTED] wrote: On Sat, Nov 17, 2007 at 08:03:25PM +0200, Giorgos Keramidas wrote: On 2007-11-17 02:55, Joshua Isom [EMAIL PROTECTED] wrote: On Nov 16, 2007, at 10:56 PM, Yeef wrote: this is work for me freebsd 6.2-RELEASE /dev/acd0

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread Gary Kline
On Sun, Nov 18, 2007 at 12:14:51AM +0100, Roland Smith wrote: On Sat, Nov 17, 2007 at 02:13:19PM -0800, Gary Kline wrote: Okay, I've set vfs.usermount=1, but both totem and kmplayer refuse to play my audio-CD. You don't mount audio CDs. They don't carry a cd9660 filesystem. Try

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread Gary Kline
On Sat, Nov 17, 2007 at 02:40:18PM -0800, Garrett Cooper wrote: Even though audio CDs use the ISO-9660 standard, they aren't really mountable (depends on how you look at the problem, i.e. what OS you use, and what audio playing app you use). Specifying the /dev node or mount point

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-17 Thread [LoN]Kamikaze
Gary Kline wrote: Okay, I've set vfs.usermount=1, but both totem and kmplayer refuse to play my audio-CD. Using #mount alone (as root) doesn't say anything about /dev/acd0. I have tried to mount the CD :: Just start cdcontrol and enter play. You don't need any entries in /etc/fstab

What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-16 Thread Gary Kline
I've googled aroound, and can't be sure what to add in the FStype column to get my DCD/CDROM burners to work. Ubuntu installed ny 2005 burner automagically. Nothing like that for FreeBSD, so can anybody clue me in what I substitute for udf and cd9660?

Re: What do I put in fstab to get my DVD/CDROM burner to work?

2007-11-16 Thread Gary Kline
On Fri, Nov 16, 2007 at 09:51:33PM -0500, Chris Hill wrote: On Fri, 16 Nov 2007, Gary Kline wrote: I've googled aroound, and can't be sure what to add in the FStype column to get my DCD/CDROM burners to work. Ubuntu installed ny 2005 burner automagically. Nothing like that

  1   2   3   >