Sponsored Content
Top Forums UNIX for Dummies Questions & Answers UNIX partition can't be recognized by Ubuntu Post 302232214 by buffoonix on Thursday 4th of September 2008 05:51:05 AM
Old 09-04-2008
From my OpenSolaris experiments, which admittedly haven't been too thorough
I recall that on the BigAdmin Website or some OpenSolaris site (was it called Solarium?) there exist Howtos that outline how to install a multi-boot scenario successfully.
I think one major issue was that you needed a special version of Grub
(maybe a patched one) that the OpenSolaris installer ISO ships
because grub must be able to address those BSD/SunOS kind of slices within the DOS partitions.
So that one can state things like
Code:
root (hd0,2,a)

which to my knowledge most grub versions shipped with the Linux distros can't understand.
The recommended procedure was to install Solaris last (after Windows, Linux) and install the grub that comes with Solaris.
Then of course, for any modifications in the grub's menu.lst you would have to boot into your Solaris first (which can be a bit nagging)
I am not sure if there are any Linux kernel drivers for SUN's UFS filesystem support.
But even if, mounting those rw under another OS always is considered suboptimal.
Just search docs.sun.com and the various Solaris forums/sites.
There you should find an abundance on multi-boot.
Maybe this will help for a start?
11.Modifying Solaris Boot Behavior (Tasks) (System Administration Guide: Basic Administration) - Sun Microsystems
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

format fat partition in unix

I got a FAT partition mounted as /mnt, as I believed you only can mount partitions when they are formated, but when I want to copy a file to the /mnt partition I only get errors...should I format it or do I have to change settings? I only can work through the "WebMin" (a GREAT TOOL!) cause I'm... (2 Replies)
Discussion started by: NaRtHeXs
2 Replies

2. UNIX for Dummies Questions & Answers

How to remove a unix boot partition ?

Hi group member, I'm as new as a newbie can get on Unix, so bear with me . I just got a task of installing NT on a box that had some sort of unix on it. Once I reboot, i always get a Grub> screen and I dont' know how to get rid of it. Just relying on the nt install parition don't seem to be able... (1 Reply)
Discussion started by: kwanm63
1 Replies

3. UNIX for Dummies Questions & Answers

Set up unix partition..

I am trying to set up an partition to an existing unix partition. I need to add a partition with XP. Is there a way I can do this without having to start all over? The software I have on my unix box is a very long and tiresome process. Maybe ghost that image somehow? (3 Replies)
Discussion started by: Rado03
3 Replies

4. UNIX for Dummies Questions & Answers

Please help me on unix partition

Can anyone help me on the following question. Thks alot. Suggest a partitioning scheme for a stand-alone unix server with two 40GB discs supporting 100 users. Each partition should be identified with the following information: 1. The partition name (either a mount point or swap).... (4 Replies)
Discussion started by: bluewind79
4 Replies

5. UNIX for Dummies Questions & Answers

Can I run unix in the same partition with windows?

Can I run unix in the same partition with windows xp? Because I have one for now.. Thank you for answers. (2 Replies)
Discussion started by: olddays
2 Replies

6. UNIX for Advanced & Expert Users

resizing partition SCO unix

Everybody help me ....!!!! I've tried to resize my hardisk to the real size alway failed. my hardisk is 40MB samsung 5400rpm, but I've already installed on it my applications on 8GB partition there so much free available space but I can't use it. how to resize it to real 40GB.......?????????? (2 Replies)
Discussion started by: guhzeman
2 Replies

7. UNIX for Advanced & Expert Users

Where to download unix not unix flavours like ubuntu, redhat etc.

I checked unix.org but did not find any link where i can download basic unix flavour. any idea from where i can download unix. thanks in advance. - nilesh (14 Replies)
Discussion started by: ynilesh
14 Replies

8. Windows & DOS: Issues & Discussions

Installing Ubuntu in the same partition as Vista

Hi , I hav a laptop with Vista, i need to install Ubuntu along with vista on it. But the problem is tht i donot hav a hard drive partition. though i have abt 70 gb of free space. the only other partition is "recovery" one, so i cnt play with it how shld i perform the installation ?? (4 Replies)
Discussion started by: akshay61286
4 Replies

9. Ubuntu

deleting ubuntu partition and reassigning unallocated

I realize this is more a gparted concern, but am having a user name problem and not getting in to their forum. My spouse is reaching a critical space issue in XP and needs to recapture the assigned Ubuntu space to windows. I can delete it easy enough with gparted live CD, but am lost with... (1 Reply)
Discussion started by: 77yrold
1 Replies

10. UNIX for Dummies Questions & Answers

How do I link my Ubuntu desktop to a separate partition?

I have a dual boot system on my laptop running Windows 7 professional and Ubuntu 10.10. I would like my windows 7 desktop C:\users\username\Desktop and also my Ubuntu 10.10 desktop /home/username/Desktop to both save their files to the same location somewhere...perhaps /windows (a 40 gb win32... (0 Replies)
Discussion started by: Marcus Aurelius
0 Replies
GERMINATE-PKG-DIFF(1)					  Ubuntu General Commands Manual				     GERMINATE-PKG-DIFF(1)

NAME
germinate-pkg-diff -- compare seeds against currently installed packages SYNOPSIS
germinate-pkg-diff [-l file] [-m {i|r|d}] [-a arch] [seeds] DESCRIPTION
germinate-pkg-diff compares the expansion of a list of seed packages against the set of packages installed on the current system. When con- structing seeds for a software distribution, it can be used to iteratively find packages installed on developers' systems that should be included in the seeds. A list of seeds against which to compare may be supplied as non-option arguments. Seeds from which they inherit will be added automatically. The default is 'desktop'. OPTIONS
-l, --list file Read the list of currently installed packages from file. The default is to read the output of dpkg --get-selections, and any supplied file should be in the same format. -m, --mode {i|r|d} Set the output mode as follows: i Show the dpkg selections needed to install just these seeds. List unseeded but installed files as ``deinstall'', and seeded but uninstalled files as ``install''. r List unseeded but installed files as ``install'', and seeded but uninstalled files as ``deinstall''. d Show the differences between the packages specified by the seeds and the list of installed packages, in a somewhat diff-like for- mat. -S, --seed-source source,... Fetch seeds from the specified sources. The default is http://people.canonical.com/~ubuntu-archive/seeds/. -s, --seed-dist dist Fetch seeds for distribution dist. The default is ubuntu.precise. -d, --dist dist,... Operate on the specified distributions. The default is precise. Listing multiple distributions may be useful, for example, when exam- ining both a released distribution and its security updates. -a, --arch arch Operate on architecture arch. The default is i386. BUGS
--mode r is useless as dpkg --set-selections input. AUTHORS
Lamont Jones <lamont@ubuntu.com> Colin Watson <cjwatson@canonical.com> germinate-pkg-diff is copyright (C) 2004, 2005, 2006, 2007, 2008 Canonical Ltd. See the GNU General Public License version 2 or later for copying conditions. A copy of the GNU General Public License is available in /usr/share/common-licenses/GPL. Ubuntu Jul 18, 2007 Ubuntu
All times are GMT -4. The time now is 03:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy