Results 11 to 12 of 12
Can u elaborate more on how to check solaris kernel for ext3 support and how to recompile kernel with ext3 support?...
- 07-06-2006 #11Just Joined!
- Join Date
- Jun 2006
- Posts
- 6
Mounting Linux partition in Solaris
Can u elaborate more on how to check solaris kernel for ext3 support and how to recompile kernel with ext3 support?
- 11-24-2007 #12Linux Newbie
- Join Date
- Nov 2002
- Posts
- 139
[root@localhost mnt]# cat /etc/fstabOr, mount the Solaris partition in Linux.
Code:LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 LABEL=/home /home ext3 defaults 1 2 /dev/sda3 swap swap defaults 0 0 LABEL=SWAP-sda8 swap swap defaults 0 0 /dev/sda1 /mnt/W2K3 ntfs ro,defaults,umask=0222 0
Code:[root@localhost ~]# fdisk -l Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 5222 41945683+ 7 HPFS/NTFS /dev/sda2 5223 6497 10241437+ c W95 FAT32 (LBA) /dev/sda3 6498 8456 15735667+ bf Solaris /dev/sda4 8457 14593 49295452+ 5 Extended /dev/sda5 8457 8482 208813+ 83 Linux /dev/sda6 8483 11915 27575541 83 Linux /dev/sda7 11916 14465 20482843+ 83 Linux /dev/sda8 14466 14592 1020096 82 Linux swap / Solaris Disk /dev/sdb: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sdb1 1 9729 78148161 7 HPFS/NTFS
I tried below and it did not work
[root@localhost SOL]# mount -oufstype=sunx86 /dev/sda3 /mnt/sol
[root@localhost SOL]# mount -o ro -t ufs /dev/sda3 /mnt/SOL
mount: /dev/sda3 already mounted or /mnt/SOL busy


Reply With Quote
