![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Discuss UNIX and Linux user interfaces like GNOME, KDE, CDE, and Open Office here. All UNIX and Linux Newbies Welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ubuntu for SPARC: Linux freezes (ALOT!) | huffandy | Ubuntu | 0 | 09-04-2008 04:57 PM |
| Difference between sun sparc 32-bit and sun sparc 64-bit | pmrajesh21 | SUN Solaris | 1 | 07-09-2008 09:21 AM |
| How can I mount a ufs filesystem on a solaris 10 sparc onto a Linux server | ilan | SUN Solaris | 3 | 06-04-2008 02:29 PM |
| Sun Sparc defectors tap Transitive for Linux migrations - Search Enterprise Linux | iBot | UNIX and Linux RSS News | 0 | 08-16-2007 06:10 PM |
| C compiler to build Sparc/Solaris binaries on Linux | lyonsd | High Level Programming | 2 | 12-08-2006 04:56 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Use Sparc HD in Linux PC?
My Sparc 10 is not working and I would like to get some data file from it. Can I use Sparc HD as an external HD to a linux PC? If I do, dies linux PC will recognize this HD and not ask to format it?
Thanks a lot. ![]() |
|
||||
|
As long as you have the right kind of controller (SCSI? IDE?) and cables to plug it in, go ahead and try. No PC that I know of just formats a hard drive because you connected it... you have to tell it to do so.
Linux should recognise the Sun label on the disk and allow you to mount and read them as long as your kernel has the required modules and utilities to support mounting UFS filesystems (I'm guessing that's what you used on your SPARC). |
|
|||||
|
You might have "fun" with the data having been stored in big endian and little endian format (Sparc vs. Intel), so if once you have mounted the disk the file names and or file contents look scrambled then that could be why.
See: Endianness - Wikipedia, the free encyclopedia and Dr. Bill's Notes on "Little Endian" vs. "Big Endian". The problem can be resolved with some C code though. |
|
||||
|
Quote:
Linux expects hard disks to have a MBR and is only able to mount low endian UFS in slices layed out in a Solaris primary partition. SPARC (as already stated) use big endian UFS and don't use the extra layer of primary partitions. |
| Bits Awarded / Charged to jlliagre for this Post | |||
| Date | User | Comment | Amount |
| 06-27-2009 | Anonymous | Good | 10,000 |
|
||||
|
Strange to ressurrect such an old thread that the OP seems to have disappeared from anyway...
Linux does not expect an MBR. In fact, by default, when you initialise disks for use by Veritas Volume Manager, it uses Sun disk labels (which surprised me), e.g. Code:
Disk /dev/sdb8 (Sun disk label): 30 heads, 128 sectors, 55508 cylinders
Units = cylinders of 3840 * 512 bytes
Device Flag Start End Blocks Id System
/dev/sdb8p3 u 0 55508 106575360 5 Whole disk
/dev/sdb8p8 u 0 55508 106575360 f Unknown
|
|
||||
|
I stand corrected. Thanks for the information.
|
| Sponsored Links | ||
|
|