Re: attaching iscsi (or ggate) disk before mounting root

2013-02-26 Thread Wojciech Puchar
thank you very much. i solved that problem other way, finally ending in NFS root. but i still need raw block device as swap device, which will (rarely) be in active use. What do you recommend - iscsi or geom_gate. the latter is 100 times more simple, and i like simple solutions. but

attaching iscsi (or ggate) disk before mounting root

2013-02-23 Thread Wojciech Puchar
how to do it? ___ 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

Re: attaching iscsi (or ggate) disk before mounting root

2013-02-23 Thread Vincent Hoffman
On 23/02/2013 10:52, Wojciech Puchar wrote: how to do it? Only way I know to get iscsi that early would be to use http://freebsd.1045724.n5.nabble.com/iSCSI-boot-driver-0-2-5-isboot-ko-has-been-released-td5736301.html I never did get round to trying it myself though Vince

Re: retry mounting with ro when rw fails

2011-04-08 Thread Andriy Gapon
is in vfs_mount code. ?The idea is to re-try a mount call if we get the ENODEV error, and mounting was not already in read-only mode, and there was no explicit rw or noro option; the second try is changed to ro. I did only basic testing with an SD card in write-protected mode and a USB card-reader

Re: retry mounting with ro when rw fails

2011-04-08 Thread Andriy Gapon
on 08/04/2011 05:16 Garrett Cooper said the following: Yeah. It seems like something else like EINVAL (just an example -- probably a bad one) would be better. Also, please be careful as returning ENODEV seems to be UFS-specific: I wonder how you arrived at that conclusion. See intro(2) or

Re: retry mounting with ro when rw fails

2011-04-08 Thread Andriy Gapon
additional options. Google for block device ... is write-protected, mounting read-only. But yes, it seems that they handle this situation entirely in userland. And I am not against it. -- Andriy Gapon ___ freebsd-hackers@freebsd.org mailing list http

Re: retry mounting with ro when rw fails

2011-04-08 Thread Bruce Evans
On Fri, 8 Apr 2011, Andriy Gapon wrote: on 08/04/2011 03:00 Jeremy Chadwick said the following: On Thu, Apr 07, 2011 at 01:20:53PM -0700, Garrett Cooper wrote: As a generic question / observation, maybe we should just implement 'errors=remount-ro' (or a reasonable facsimile) like Linux

RE: retry mounting with ro when rw fails

2011-04-08 Thread Andrew Duane
Chadwick; FreeBSD Hackers Subject: Re: retry mounting with ro when rw fails On Fri, 8 Apr 2011, Andriy Gapon wrote: on 08/04/2011 03:00 Jeremy Chadwick said the following: On Thu, Apr 07, 2011 at 01:20:53PM -0700, Garrett Cooper wrote: As a generic question / observation, maybe we should just

Re: retry mounting with ro when rw fails

2011-04-08 Thread Andriy Gapon
more work than the auto-mounting. -- Andriy Gapon ___ 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

Re: retry mounting with ro when rw fails

2011-04-08 Thread Andriy Gapon
on 08/04/2011 15:36 Andrew Duane said the following: What I was hoping to do was design a better mechanism for passing that R/O detection from the device to the filesystem code. Our implementation uses a platform sysctl that checks the incoming device name against some hardware or software

RE: retry mounting with ro when rw fails

2011-04-08 Thread Andrew Duane
...@freebsd.org] Sent: Friday, April 08, 2011 11:23 AM To: Andrew Duane Cc: Bruce Evans; freebsd...@freebsd.org; FreeBSD Hackers; freebsd-s...@freebsd.org Subject: Re: retry mounting with ro when rw fails on 08/04/2011 15:36 Andrew Duane said the following: What I was hoping to do was design

retry mounting with ro when rw fails

2011-04-07 Thread Andriy Gapon
or similar, plus majority (all?) of USB Mass Storage devices. The second part is in vfs_mount code. The idea is to re-try a mount call if we get the ENODEV error, and mounting was not already in read-only mode, and there was no explicit rw or noro option; the second try is changed to ro. I did only

Re: retry mounting with ro when rw fails

2011-04-07 Thread Garrett Cooper
in SCSI should cover real SCSI devices, as well as ATAPI through ahci/siis/atapicam or similar, plus majority (all?) of USB Mass Storage devices. The second part is in vfs_mount code.  The idea is to re-try a mount call if we get the ENODEV error, and mounting was not already in read-only mode

Re: retry mounting with ro when rw fails

2011-04-07 Thread Jeremy Chadwick
a mount call if we get the ENODEV error, and mounting was not already in read-only mode, and there was no explicit rw or noro option; the second try is changed to ro. I did only basic testing with an SD card in write-protected mode and a USB card-reader. ?Since I am not very familiar

Re: retry mounting with ro when rw fails

2011-04-07 Thread Garrett Cooper
Storage devices. The second part is in vfs_mount code. ?The idea is to re-try a mount call if we get the ENODEV error, and mounting was not already in read-only mode, and there was no explicit rw or noro option; the second try is changed to ro. I did only basic testing with an SD card

Re: mounting Mac OS .dmg files?

2008-11-24 Thread Braulio José Solano Rojas
Hi! On Mon, 24 de Noviembre de 2008, 12:19 am, Jiawei Ye wrote: On Mon, Nov 24, 2008 at 1:21 PM, Mike Meyer [EMAIL PROTECTED] wrote: --snip-- So while a Darwin (the OS underneath OSX) ABI would be possible - though it's not clear how painful because it's not clear how visible the MACH APIs

Re: mounting Mac OS .dmg files?

2008-11-23 Thread Bob Bishop
Hi, On 22 Nov 2008, at 11:00, Christoph Kukulies wrote: Since the underlying OS of Mac OS is FreeBSD I'm wondering whether itr is possible to mount a .dmg file as it is used in Apple software distribution for the Mac OS. I would like to install an Apple iPhone configuration utility on my

Re: mounting Mac OS .dmg files?

2008-11-23 Thread Robert Watson
On Sat, 22 Nov 2008, Erik Trulsson wrote: Which version of FreeBSD was used in OSX will almost certainly depend on which version of MacOS X you look at. It is quite possible that the latest version of OSX uses code from FreeBSD 5.x, but I guarantee that the first release of OSX did not.

Re: mounting Mac OS .dmg files?

2008-11-23 Thread Braulio José Solano Rojas
On Sun, 23 de Noviembre de 2008, 5:22 am, Bob Bishop wrote: On 22 Nov 2008, at 11:00, Christoph Kukulies wrote: Since the underlying OS of Mac OS is FreeBSD I'm wondering whether itr is possible to mount a .dmg file as it is used in Apple software distribution for the Mac OS. I would like to

Re: mounting Mac OS .dmg files?

2008-11-23 Thread Mike Meyer
On Sun, 23 Nov 2008 19:15:54 -0600 (CST) Braulio José Solano Rojas [EMAIL PROTECTED] wrote: I have an innocent question. I have read on the handbook and the thesis about the Linux ABI technical explanations that lead me to think that it could be possible to run Mac OS binaries on FreeBSD. I

Re: mounting Mac OS .dmg files?

2008-11-23 Thread Jiawei Ye
On Mon, Nov 24, 2008 at 1:21 PM, Mike Meyer [EMAIL PROTECTED] wrote: --snip-- So while a Darwin (the OS underneath OSX) ABI would be possible - though it's not clear how painful because it's not clear how visible the MACH APIs are - it's not clear how useful it would be by itself. You could

mounting Mac OS .dmg files?

2008-11-22 Thread Christoph Kukulies
Since the underlying OS of Mac OS is FreeBSD I'm wondering whether itr is possible to mount a .dmg file as it is used in Apple software distribution for the Mac OS. I would like to install an Apple iPhone configuration utility on my FreeBSD box (iPhoneConfigurationUtility.dmg). It consists of a

Re: mounting Mac OS .dmg files?

2008-11-22 Thread Paul B. Mahol
possible - depends which actual fs is stored in .dmg file. Some time ago there was utility in development which allowed mounting of hfs+ on FreeBSD. There is dmg2iso (but it is not in ports ) -- Paul ___ freebsd-hackers@freebsd.org mailing list http

Re: mounting Mac OS .dmg files?

2008-11-22 Thread Dag-Erling Smørgrav
Christoph Kukulies [EMAIL PROTECTED] writes: Since the underlying OS of Mac OS is FreeBSD It isn't, as someone else pointed out, and hence... I'm wondering whether itr is possible to mount a .dmg file as it is used in Apple software distribution for the Mac OS. I would like to install an

Re: mounting Mac OS .dmg files?

2008-11-22 Thread Christoph Kukulies
Dag-Erling Smørgrav schrieb: Christoph Kukulies [EMAIL PROTECTED] writes: Since the underlying OS of Mac OS is FreeBSD It isn't, as someone else pointed out, and hence... Always thought that at some point in time it was derived from an earlier version of FreeBSD (4.x) I'm

Re: mounting Mac OS .dmg files?

2008-11-22 Thread Erik Trulsson
On Sat, Nov 22, 2008 at 03:01:44PM +0100, Christoph Kukulies wrote: Dag-Erling Smørgrav schrieb: Christoph Kukulies [EMAIL PROTECTED] writes: Since the underlying OS of Mac OS is FreeBSD It isn't, as someone else pointed out, and hence... Always thought that at some

Re: mounting Mac OS .dmg files?

2008-11-22 Thread Achim Patzner
Am 22.11.2008 um 15:01 schrieb Christoph Kukulies: I would like to install an Apple iPhone configuration utility on my FreeBSD box (iPhoneConfigurationUtility.dmg). ...Mac OS applications won't run on FreeBSD, so there's no point in even trying. It may be some java stuff. It is not. It's a

Re: mounting Mac OS .dmg files?

2008-11-22 Thread Dag-Erling Smørgrav
Erik Trulsson [EMAIL PROTECTED] writes: Parts of it was derived from FreeBSD (mainly userland stuff.) Other parts of MacOS X (including the kernel) was mainly derived from Mach, and some parts were of course written by Apple themselves (or taken from other places.) You got it almost entirely

Re: mounting Mac OS .dmg files?

2008-11-22 Thread Garrett Cooper
On Sat, Nov 22, 2008 at 3:00 AM, Christoph Kukulies [EMAIL PROTECTED] wrote: Since the underlying OS of Mac OS is FreeBSD I'm wondering whether itr is possible to mount a .dmg file as it is used in Apple software distribution for the Mac OS. I would like to install an Apple iPhone

Re: mounting Mac OS .dmg files?

2008-11-22 Thread Erik Trulsson
On Sat, Nov 22, 2008 at 02:06:39PM -0800, Garrett Cooper wrote: On Sat, Nov 22, 2008 at 3:00 AM, Christoph Kukulies [EMAIL PROTECTED] wrote: Since the underlying OS of Mac OS is FreeBSD I'm wondering whether itr is possible to mount a .dmg file as it is used in Apple software distribution

Re: mounting uzip image: Invalid argument

2006-12-27 Thread Erik Udo
Kris Kennaway wrote: On Mon, Dec 25, 2006 at 11:17:21PM +0200, Erik Udo wrote: I'm making a live cd and i just hit a wall with uzip. I started by creating a null 1GB file, which i filled with FreeBSD. After that i compressed the file with mkuzip. Any attempts to mount this compressed image

Re: mounting uzip image: Invalid argument

2006-12-26 Thread Kris Kennaway
On Mon, Dec 25, 2006 at 11:17:21PM +0200, Erik Udo wrote: I'm making a live cd and i just hit a wall with uzip. I started by creating a null 1GB file, which i filled with FreeBSD. After that i compressed the file with mkuzip. Any attempts to mount this compressed image has failed, here is

mounting uzip image: Invalid argument

2006-12-25 Thread Erik Udo
I'm making a live cd and i just hit a wall with uzip. I started by creating a null 1GB file, which i filled with FreeBSD. After that i compressed the file with mkuzip. Any attempts to mount this compressed image has failed, here is the output of truss when using mount_cd9660 to mount the

mounting uzip image: Invalid argument

2006-12-25 Thread Erik Udo
I'm making a live cd and i just hit a wall with uzip. I started by creating a null 1GB file, which i filled with FreeBSD. After that i compressed the file with mkuzip. Any attempts to mount this compressed image has failed, here is the output of truss when using mount_cd9660 to mount the

Re: User mounting take 2

2006-04-22 Thread Igor Pokrovsky
On Sat, Apr 15, 2006 at 01:05:45AM -0400, Joe Marcus Clarke wrote: Based on feedback I received on my initial diff, I took another crack at user mounting. To address Robert's concerns, I drop the setuid permissions until needed. Therefore, all permission checks are now done in the kernel

Re: User mounting take 2

2006-04-15 Thread Bruce M Simpson
On Sat, Apr 15, 2006 at 01:05:45AM -0400, Joe Marcus Clarke wrote: Finally, in testing this, I found a problem with smbfs, msdosfs, and ntfs relating to the statfs(2) f_flags field. smbfs always set this to 0, msdosfs didn't set this at all, and ntfs set this to all flags (not just those

Re: User mounting take 2

2006-04-15 Thread Matthew Seaman
Joe Marcus Clarke wrote: //[EMAIL PROTECTED]/homes/home/%u/smb_homesmbfsrw,noauto,user 0 0 Then, a user could just run, for example: mount /home/marcus/smb_home And their SMB home directory would get mounted (~/.nsmbrc is also respected). Nice. Very nice. A couple

Re: User mounting take 2

2006-04-15 Thread Joe Marcus Clarke
On Sat, 2006-04-15 at 11:13 +0100, Matthew Seaman wrote: Joe Marcus Clarke wrote: //[EMAIL PROTECTED]/homes/home/%u/smb_homesmbfsrw,noauto,user 0 0 Then, a user could just run, for example: mount /home/marcus/smb_home And their SMB home directory would get

User mounting take 2

2006-04-14 Thread Joe Marcus Clarke
Based on feedback I received on my initial diff, I took another crack at user mounting. To address Robert's concerns, I drop the setuid permissions until needed. Therefore, all permission checks are now done in the kernel. The same is true for umount(8). silby asked for wildcard support

Re: Determining disk device and kicking GEOM when doing automatic mounting of umass devices

2005-06-10 Thread Dag-Erling Smørgrav
Darren Pilgrim [EMAIL PROTECTED] writes: GEOM doesn't automatically read the partition table and create the slice device [...] Yes, it does. When the umassX provider shows up, GEOM immediately tastes it and creates geoms for the individual slices. If it really doesn't on your system, try the

RE: Determining disk device and kicking GEOM when doing automatic mounting of umass devices

2005-06-10 Thread Darren Pilgrim
From: Dag-Erling Smørgrav [mailto:[EMAIL PROTECTED] Darren Pilgrim [EMAIL PROTECTED] writes: GEOM doesn't automatically read the partition table and create the slice device [...] Yes, it does. When the umassX provider shows up, GEOM immediately tastes it and creates geoms for the

Re: Determining disk device and kicking GEOM when doing automatic mounting of umass devices

2005-06-10 Thread Dag-Erling Smørgrav
Darren Pilgrim [EMAIL PROTECTED] writes: Attached as named above. The logs show the da0 DISK class in the GEOM config, but no MBR class entry. Take a closer look at geom-logs. It shows a slew of CAM errors. There's something wrong with your fob, or possibly (but not likely) with the USB

RE: Determining disk device and kicking GEOM when doing automatic mounting of umass devices

2005-06-10 Thread Darren Pilgrim
-Original Message- From: Dag-Erling Smørgrav [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 12:16 AM To: Darren Pilgrim Cc: freebsd-hackers@freebsd.org Subject: Re: Determining disk device and kicking GEOM when doing automatic mounting of umass devices Darren Pilgrim

Determining disk device and kicking GEOM when doing automatic mounting of umass devices

2005-06-09 Thread Darren Pilgrim
the slice device, so the script forces it to do so by trying to mount the base device before mounting the actual partition. These tricks are ridiculous, IMO. There has to be a more intelligent means of going about this. How do I get the scsi disk device name created for a umass device as soon

Re: Determining disk device and kicking GEOM when doing automatic mounting of umass devices

2005-06-09 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Darren Pilgrim [EMAIL PROTECTED] writes: : These tricks are ridiculous, IMO. There has to be a more intelligent means : of going about this. How do I get the scsi disk device name created for a : umass device as soon as it's created? How do I inform

mounting nfs shares within jail

2004-12-14 Thread Matt
Quick question regarding nfs. As far as I can tell, it isn't possible to mount nfs shares from within a jail. Is this correct? Is there any way around this limitation? A way to browse network shares without mounting? Or some such trickery? Thanks

Re: finding and mounting a fat partition

2004-12-08 Thread Mike Meyer
In [EMAIL PROTECTED], Bagus [EMAIL PROTECTED] typed: Hi, When I built my box, I split the disk into two partitions, one 8 gig partition for freebsd and one 2 gig fat one in case I ever wanted to change my mind and install a different operating system on the box. Of course, I've never

Re: problems mounting firewire HDD (SOLVED)

2004-04-08 Thread Tadimeti Keshav
--- Thierry Herbelot [EMAIL PROTECTED] wrote: Le Thursday 08 April 2004 02:01, Tadimeti Keshav a écrit : I am running x86, not sparc. Any solns? Thx in advance... try using fdisk on da0 : fdisk will tell you if there are any partition on your disk TfH Thanks folks. I can

problems mounting firewire HDD

2004-04-07 Thread Tadimeti Keshav
Hi all, I am doing the following to mount a 10GB Quantum Fireball FAT32 HDD via firewire as root. FreeBSD 5.2.1, lucent F322/323 (firewire card). This setup works under Windows 2000. #camcontrol devlist -v #camcontrol start da0 #mount_msdosfs /dev/da0 /bck mount_msdosfs: /dev/da0: operation not

Re: problems mounting firewire HDD

2004-04-07 Thread Thierry Herbelot
Le Wednesday 07 April 2004 20:02, Tadimeti Keshav a écrit : Hi all, I am doing the following to mount a 10GB Quantum Fireball FAT32 HDD via firewire as root. FreeBSD 5.2.1, lucent F322/323 (firewire card). This setup works under Windows 2000. #camcontrol devlist -v #camcontrol start da0

Re: problems mounting firewire HDD

2004-04-07 Thread Tadimeti Keshav
Thanks. But when I do: ls /dev/da*, I can only see /dev/da0, not /dev/da0s1. Do I need to give some command to have that appear? is it camcontrol start da0? --- Thierry Herbelot [EMAIL PROTECTED] wrote: Le Wednesday 07 April 2004 20:02, Tadimeti Keshav a écrit : Hi all, I am doing the

Re: problems mounting firewire HDD

2004-04-07 Thread Mathew Kanner
[...reformated to remove top posting...] On Apr 07, Tadimeti Keshav wrote: Le Wednesday 07 April 2004 20:02, Tadimeti Keshav a ?crit : Hi all, I am doing the following to mount a 10GB Quantum Fireball FAT32 HDD via firewire as root. FreeBSD 5.2.1, lucent F322/323 (firewire card).

Re: problems mounting firewire HDD

2004-04-07 Thread Tadimeti Keshav
I am running x86, not sparc. Any solns? Thx in advance... --- Mathew Kanner [EMAIL PROTECTED] wrote: [...reformated to remove top posting...] On Apr 07, Tadimeti Keshav wrote: Le Wednesday 07 April 2004 20:02, Tadimeti Keshav a ?crit : Hi all, I am doing the following to mount a

Re: problems mounting firewire HDD

2004-04-07 Thread Thierry Herbelot
Le Thursday 08 April 2004 02:01, Tadimeti Keshav a écrit : I am running x86, not sparc. Any solns? Thx in advance... try using fdisk on da0 : fdisk will tell you if there are any partition on your disk TfH ___ [EMAIL PROTECTED] mailing list

Mounting Paritions in FBSD 5.1

2004-02-08 Thread tee_aiche
Hello All, FreeBSD 5.1 newb here, who managed to install it a month ago but hasnt used it much cause of the mounting problems. Can anyone tell me how to mount my Primary master (hda1-vfat partition) in FreeBSD. will mount -t vfat /dev/sd01 work as in linux? or should I change anything. Also I

RE: Mounting Paritions in FBSD 5.1

2004-02-08 Thread tee_aiche
hey, Thanks for the info. will keep it in mind. Also I did go through the handbook but (I think) didnt find anything on mounting(may be wrong) though. cheers, --- slick [EMAIL PROTECTED] wrote: first of all if your a newbie i would suggest using freebsd-stable cause 5.X is still development

Re: Mounting

2003-06-29 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-23 11:45:37 -0400: On Mon, 23 Jun 2003, Socketd wrote: Would it be possible to have this configuration and not having the system fail (because of lacking rights or something): /var/mail noexec nosuid would be fine here also. # [EMAIL

Re: Mounting

2003-06-26 Thread Dmitry Morozovsky
On Mon, 23 Jun 2003, Robert Watson wrote: RW Can nodev also be added to all above + /usr? RW RW nodev prevents opening specfs character devices, but doesn't prevent RW opening fifos or UNIX domain sockets, so is generally fine for all file RW systems except /dev. The common exceptions I bump

Re: Mounting

2003-06-24 Thread Jan Grant
On Mon, 23 Jun 2003, Socketd wrote: Hi again Would it be possible to have this configuration and not having the system fail (because of lacking rights or something): /tmp and /var/tmp noexec (I know /tmp has to be execuable to make world) nosymfollow. I've not found anything that this

Re: Mounting

2003-06-24 Thread Socketd
On Tue, 24 Jun 2003 16:31:33 +0100 (BST) Jan Grant [EMAIL PROTECTED] wrote: /tmp and /var/tmp noexec (I know /tmp has to be execuable to make world) nosymfollow. I've not found anything that this breaks (except a gazillion symlink race exploits). Great! Thanks :-) br socketd

Mounting

2003-06-23 Thread Socketd
Hi again Would it be possible to have this configuration and not having the system fail (because of lacking rights or something): /tmp and /var/tmp noexec (I know /tmp has to be execuable to make world) /varnosuid (what about even noexec?) /var/mail

Re: Mounting

2003-06-23 Thread Socketd
fine for all file systems except /dev. The common exceptions I bump into are: (1) If you have per-user chroots, make sure wherever their custom /dev is isn't nodev. (2) The linux port used to (may still) install with a null device under /usr in the compat tree. Mounting

FWD: Re: mounting a pen drive

2003-02-06 Thread Craig Sebenik
message from Daniel O'Connor [EMAIL PROTECTED] - Date: 06 Feb 2003 14:27:53 +1030 From: Daniel O'Connor [EMAIL PROTECTED] To: Craig Sebenik [EMAIL PROTECTED] Cc: USB BSD List [EMAIL PROTECTED] Subject: Re: mounting a pen drive Content-Type: text/plain Organization: X-Mailer: Ximian Evolution 1.2.0

mounting root

2002-08-02 Thread Pieter Danhieux
Why does the kernel still tries to mount root from fd0c first when i set options ROOTDEVNAME=\cd9660:acd0\ ? And when fd0c fails, THEN he mounts it from acd0. thx for any help -- www.bsdaemon.be - securax.org - docs.bsdaemon.be keyserver: pgpkeys.mit.edu PGP keyID: DA07EAE9

Re: Mounting FAT16 on USB connected Rio 600

2001-09-02 Thread Nick Hibma
As said below, modify usbdevs/umass.c to recognise your device and then see whether it behaves. If not, try adding the quirks to scsi_da.c (no READS_6 and no cache sync) and see whether that improves things. If it is an ATAPI based device it might be more work to get this device working. Nick

Re: Mounting FAT16 on USB connected Rio 600

2001-09-02 Thread Andrew J Caines
Nick, As said below, modify usbdevs/umass.c to recognise your device and then see whether it behaves. If not, try adding the quirks to scsi_da.c (no READS_6 and no cache sync) and see whether that improves things. Since I started this, I ought to say that while I enjoy new challenges I don't

Re: Mounting FAT16 on USB connected Rio 600

2001-09-02 Thread Alfred Perlstein
* Andrew J Caines [EMAIL PROTECTED] [010902 22:12] wrote: Nick, As said below, modify usbdevs/umass.c to recognise your device and then see whether it behaves. If not, try adding the quirks to scsi_da.c (no READS_6 and no cache sync) and see whether that improves things. Since I

Re: Mounting FAT16 on USB connected Rio 600

2001-08-23 Thread Matthew Emmerton
Hackers, The overwhelming lack of response on -questions suggests I might do better here. I though this would be an easy one. In short, I simply want to know what device to mount and what to do get that device configured. # usbdevs -v Controller /dev/usb0: addr 1: self powered, config

Re: Mounting FAT16 on USB connected Rio 600

2001-08-23 Thread Jim Bryant
Matthew Emmerton wrote: Hackers, The overwhelming lack of response on -questions suggests I might do better here. I though this would be an easy one. In short, I simply want to know what device to mount and what to do get that device configured. # usbdevs -v Controller /dev/usb0: addr 1: self

Mounting FAT16 on USB connected Rio 600

2001-08-22 Thread Andrew J Caines
: CDROM FX240S at ata1-slave using PIO3 Waiting 2 seconds for SCSI devices to settle Mounting root from ufs:/dev/ad0s1a da1 at sym0 bus 0 target 2 lun 0 da1: SEAGATE ST34520W 1487 Fixed Direct Access SCSI-2 device da1: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da1

help on mounting linux partition

2001-06-24 Thread Weiguang Shi
Hi, I've sent this to freebsd-questions but no luck yet. I am using freebsd 4.0. and failed to mount a Linux partition on the second hard disk. Could you please shed some light? Thanks very much Weiguang == bash-2.04# fdisk

Mounting Linux Partitions in Extended Partitions

2001-04-15 Thread Will Mitayai Keeso Rowe
Hello! I have a machine here that has a SCSI disk that used to have Linux installed on it. When i check fdisk, it appears that there are two partitions, 1 with 23M that seems to have the boot stuff and kernel, and then one with several Gigs with the actual data (i booted into Linux to make

Re: Mounting Linux Partitions in Extended Partitions

2001-04-15 Thread Andrew Hesford
On Sun, Apr 15, 2001 at 09:56:45PM -0400, Will Mitayai Keeso Rowe wrote: Hello! I have a machine here that has a SCSI disk that used to have Linux installed on it. When i check fdisk, it appears that there are two partitions, 1 with 23M that seems to have the boot stuff and kernel, and

Re: Mounting partitions with RO flag

2001-04-10 Thread Robert Watson
On Sun, 8 Apr 2001, Attila Nagy wrote: With the appearing of the jail() in 4.0 I think it would be very good to have the functionality of mounting already mounted (RW) filesystems read only to another directory. Many people agree with you -- this is one reason why the fixing of nullfs

Re: Mounting partitions with RO flag

2001-04-10 Thread Robert Watson
On Sun, 8 Apr 2001, Alex Zepeda wrote: On Sun, Apr 08, 2001 at 09:13:15PM +0200, Attila Nagy wrote: So I am wondering, why the unices block mounting an already mounted partition read only again. Have you considered using ACLs perhaps? Sure it's not in -STABLE, but it's a thought

Re: Mounting partitions with RO flag

2001-04-09 Thread Attila Nagy
Hello, So I am wondering, why the unices block mounting an already mounted partition read only again. Have you considered using ACLs perhaps? Sure it's not in -STABLE, but it's a thought.. It's a good thing, but I need to solve this problem on -STABLE, not on -CURRENT :( I think running

RE: Mounting partitions with RO flag

2001-04-09 Thread Kenneth P. Stox
On 08-Apr-01 Attila Nagy wrote: So I am wondering, why the unices block mounting an already mounted partition read only again. Would it be possible to solve this under FreeBSD? Loopback NFS mount, maybe ? -- E-Mail: Kenneth P. Stox [EMAIL PROTECTED] Date

Mounting partitions with RO flag

2001-04-08 Thread Attila Nagy
Hello, I have a really stupid question, so please forgive me if the answer is trivial for you... With the appearing of the jail() in 4.0 I think it would be very good to have the functionality of mounting already mounted (RW) filesystems read only to another directory. For example

Re: Mounting partitions with RO flag

2001-04-08 Thread .
Attila Nagy writes: I have a really stupid question, so please forgive me if the answer is trivial for you... With the appearing of the jail() in 4.0 I think it would be very good to have the functionality of mounting already mounted (RW) filesystems read only to another directory

Re: Mounting partitions with RO flag

2001-04-08 Thread Attila Nagy
Hello, Would it be possible to solve this under FreeBSD? I am second for it. I hope somebody will enlighten my dark mind, because I am really curious about this :) I am using some partition "magic" and know dark side of it. What the problem is with it besides the ugly hacking and the small

Re: Mounting partitions with RO flag

2001-04-08 Thread .
Attila Nagy writes: Would it be possible to solve this under FreeBSD? I am second for it. I hope somebody will enlighten my dark mind, because I am really curious about this :) I am using some partition "magic" and know dark side of it. What the problem is with it besides the ugly

Re: Mounting partitions with RO flag

2001-04-08 Thread Alex Zepeda
On Sun, Apr 08, 2001 at 09:13:15PM +0200, Attila Nagy wrote: So I am wondering, why the unices block mounting an already mounted partition read only again. Have you considered using ACLs perhaps? Sure it's not in -STABLE, but it's a thought.. - alex To Unsubscribe: send mail to [EMAIL

Re: Mounting a CDROM in freeBSD 4.2

2001-01-17 Thread Daniel C. Sobral
mouss wrote: and you must make sure your kernel is compiled with options CD9660 Err... no. The kld gets autoloaded if the kernel doesn't have cd9660 compiled-in. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] "There

Re: Mounting a CDROM in freeBSD 4.2

2001-01-17 Thread Ian Dowse
In message [EMAIL PROTECTED], "Daniel C. Sobral" writes: and you must make sure your kernel is compiled with options CD9660 Err... no. The kld gets autoloaded if the kernel doesn't have cd9660 compiled-in. The error message that is printed is misleading though, and gives the impression that

Re: Mounting a CDROM in freeBSD 4.2

2001-01-16 Thread Philippe CASIDY
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: Please send the response directly back to me, in addition to sending it to hackers , as the volume of mail to hackers is so great that I could very easily miss the response if it were only sent there. I just

Re: Mounting a CDROM in freeBSD 4.2

2001-01-16 Thread mouss
and you must make sure your kernel is compiled with options CD9660 At 18:08 16/01/01 +0100, Philippe CASIDY wrote: The naming of the cdrom has changed from 3.x to 4.x. I do not remember the old name but the new name is /dev/acd0c for an ATAPI cdrom. So you must have in /etc/fstab something

Re: Mounting a CDROM in freeBSD 4.2

2001-01-16 Thread gerald stoller
I'd like to thank every one who responded, and all those who were willing to respond but saw that they would be repeating information already sent. It turns out that the designation of the CDROM drive changed between versions 3.3 and 4.2 , and the only one I knew was the

Mounting a CDROM in freeBSD 4.2

2001-01-15 Thread gerald stoller
Please send the response directly back to me, in addition to sending it to hackers , as the volume of mail to hackers is so great that I could very easily miss the response if it were only sent there. I just installed freeBSD 4.2 and found that I couldn't mount a CDROM even

Re: Mounting a CDROM in freeBSD 4.2

2001-01-15 Thread Soren Schmidt
It seems gerald stoller wrote: Please send the response directly back to me, in addition to sending it to hackers , as the volume of mail to hackers is so great that I could very easily miss the response if it were only sent there. I just installed freeBSD 4.2 and found

Re: Mounting a CDROM in freeBSD 4.2

2001-01-15 Thread gerald stoller
From: Soren Schmidt [EMAIL PROTECTED] To: [EMAIL PROTECTED] (gerald stoller) CC: [EMAIL PROTECTED] Subject: Re: Mounting a CDROM in freeBSD 4.2 Date: Mon, 15 Jan 2001 19:50:59 +0100 (CET) It seems gerald stoller wrote: Please send the response directly back to me, in addition

Mounting a md as a root filesystem.

2000-11-07 Thread Josef Karthauser
I'm having trouble mounting an MD as a root filesystem from 5.0. Can anyone tell me what I'm doing wrong please? /boot/loader: # load /kernel # load -t md /filesystemfile # boot PROBES,etc. Manual root filesystem specification: fstype:device Mount device using filesystem fstype etc... Yes

Re: Mounting a md as a root filesystem.

2000-11-07 Thread Dag-Erling Smorgrav
Josef Karthauser [EMAIL PROTECTED] writes: # load -t md /filesystemfile Shouldn't that be 'load -t md_root'? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Mounting a md as a root filesystem.

2000-11-07 Thread Andrzej Bialecki
On 7 Nov 2000, Dag-Erling Smorgrav wrote: Josef Karthauser [EMAIL PROTECTED] writes: # load -t md /filesystemfile Shouldn't that be 'load -t md_root'? Actually, it's md_image or mfs_root (see /sys/dev/md/md.c:446). Both of these are mentioned in md(4). Andrzej Bialecki // [EMAIL

Mounting Solaris/x86 slices?

2000-09-19 Thread Andrew Gallatin
Are we able to mount Solaris/x86 disk slices? I'm thinking about trying use FreeBSD as an installation crutch to mirror a Solaris/86 installation to 60-odd PCs (I can have FreeBSD netbooted to a diskless workstation configuration by the time solaris is 1/2 way through reading its secondary

RFC: Patches for mounting fdesc on /dev/fd and general cleanup

2000-04-21 Thread Chris Costello
(Trying -hackers since -current wasn't very interested. Maybe someone might actually see it this time.) I've modified the fdesc file system so that it will be mounted on /dev/fd directly (rather than as a union mount on /dev) and have fixed a lot of items relating to missing data and

mounting filesystem multiple times

2000-03-01 Thread Dmitry S. Rzhavin
Hi! I want to mount one filesystem rw once and ro multiple times (lets say, 500 times). Can I do it? And if yes, will it slow FreeBSD down and will it use additional memory, cpu and other system resources in this case? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: mounting openbsd disks

2000-02-04 Thread Chris D. Faulhaber
On Fri, 4 Feb 2000, Warner Losh wrote: I have a need to mount a disk that was partitioned and labeled on OpenBSD. I'm getting the following errors when I try: # disklabel ad2 disklabel: ioctl DIOCGDINFO: Invalid argument root@earth:~# disklabel ad1 disklabel: ioctl DIOCGDINFO: Invalid

Re: mounting openbsd disks

2000-02-04 Thread Warner Losh
In message [EMAIL PROTECTED] "Chris D. Faulhaber" writes: : root@earth:~# disklabel ad1 : disklabel: ioctl DIOCGDINFO: Invalid argument : root@earth:~# disklabel /dev/ad1s4 disklabel /dev/ad2s2 (which is the OpenBSD partition) fails with the same error. Mounting claims a bad ma

mounting openbsd disks

2000-02-03 Thread Warner Losh
I have a need to mount a disk that was partitioned and labeled on OpenBSD. I'm getting the following errors when I try: # disklabel ad2 disklabel: ioctl DIOCGDINFO: Invalid argument Any chance I can tweak something small and get access to these disks. Here's what fdisk has to say: Information

Re: mounting a partition more than once

1999-10-18 Thread Bill Studenmund
On Mon, 13 Sep 1999, Tony Finch wrote: Well, in the absence of any comments I hacked around a bit and ended up with the following patch (against 3.3-RC), which permits the same block device to be mounted read-only more than once. The motivation for this is to permit multiple chrooted

  1   2   >