![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hello !
I'd be thankful if anyone would explain why this is the case : In OpenBSD : Mounting an external OpenBSD ffs partition (eg. /dev/sd0h ) , this line in fstab will do the job : Code:
/dev/sd0h /home/daemonf/ffs ffs ro,noauto 0 0 Code:
/dev/sd0i /home/daemonf/ffs ffs ro,noauto 0 0 In what way is it similar to a msdos disk then ? The other question : When I mount an external ffs as rw , most times it works without problems but I recall a few times when I received warning messages (that I need to check filesystem .. or simply fail to mount one rw ) Why do both instances happen ? Thank you so much !! |
|
|||
|
And to mount a external NetBSD partition in NetBSD I must use /dev/sd0a (and not /sd0i .. OpenBSD's case)
Why is it so ? |
|
||||
|
You're asking a NetBSD operational question in an OpenBSD thread.
![]() On OpenBSD, if there is no OpenBSD disklabel on a drive with an MBR, any recognized MBR partitions are assigned virtual partition letters starting with "i". This has nothing to do with NetBSD, Windows, or any other OS. This has only to do with recognized foreign partition types in an MBR partition table. Those virtual disklabel entries may become physical disklabel entries if an OpenBSD disklabel is written.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Hi Teacher jggimi !
I meant it as OpenBSD thread since it involves it mainly and for comparison too. Thank you for the clear explanation. :-) (How much I miss .. poor me !) |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Preserving existing OpenBSD partition layout during a re-install | J65nko | Guides | 3 | 17th February 2010 02:55 AM |
| Mounting six CentOS iso images on OpenBSD | J65nko | Guides | 6 | 25th November 2009 09:58 PM |
| HOWTO: mounting an USB device as normal non-root user in OpenBSD | J65nko | Guides | 4 | 24th December 2008 12:43 AM |
| disklabel don't see OpenBSD partition | piotrk | OpenBSD General | 4 | 25th September 2008 06:14 PM |
| Mounting a FreeBSD UFS partition | roddierod | Solaris | 1 | 7th August 2008 02:02 PM |