openSUSE Forums > Archives > SF Archives > ARCHIVES - Software » Partitions In Suse 10.3

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Software
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Software Questions about use, installation, or configuration of software running on SUSE Linux

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-Jun-2008, 09:40
Arif
Guest
 
Posts: n/a
Default

I install 10.3 just now.
In installation,i make partitions in expert mode.
1 primary with swap.and 2 logical.
After installation when i tried to see my HD partitions. i just can see the root partition.
Not the logical ones.
root partition i mount as / and swap as /swap.but the logical mount i keep blank.

Any ideas.
  #2 (permalink)  
Old 04-Jun-2008, 13:17
swerdna
Guest
 
Posts: n/a
Default

Quote:
I install 10.3 just now.
In installation,i make partitions in expert mode.
1 primary with swap.and 2 logical.
After installation when i tried to see my HD partitions. i just can see the root partition.
Not the logical ones.
root partition i mount as / and swap as /swap.but the logical mount i keep blank.

Any ideas.
[/b]
Hi
Let's look at what you've got as the computer sees it. Open a console and enter this command:
Code:
sudo /sbin/fdisk -l
That's letter l not numeral 1
Use the copy/paste facility to post the results in a reply here

Swerdna
  #3 (permalink)  
Old 05-Jun-2008, 07:06
Arif
Guest
 
Posts: n/a
Default

Quote:
mian@linux:~> sudo /sbin/fdisk -l

Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00085606

Device Boot Start End Blocks Id System
/dev/sda1 * 1 1306 10490413+ 83 Linux
/dev/sda2 1307 7296 48114675 f W95 Ext'd (LBA)
/dev/sda5 1307 5001 29680056 83 Linux
/dev/sda6 5002 7191 17591143+ 83 Linux
/dev/sda7 7196 7296 811251 82 Linux swap / Solaris

Disk /dev/sdb: 1031 MB, 1031798784 bytes
16 heads, 32 sectors/track, 3936 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 3936 1007600 b W95 FAT32 [/b]
  #4 (permalink)  
Old 05-Jun-2008, 07:42
swerdna
Guest
 
Posts: n/a
Default

That shows youthat they're there and they look OK.
sda has a small Linux partition and a fat partition as primaries, followed by 3 logical partitions, the first two being Linux and the last is the swap. You can access all except the swap partition (which can't be mounted).

You can see your partitions and mount (for access) the ones that are not yet mounted in the Yast partitioner. GoTo Yast --> system --> partitioner and have a look.

Swerdna
  #5 (permalink)  
Old 05-Jun-2008, 08:52
Arif
Guest
 
Posts: n/a
Default

Yeh u r right,i can see my partitions there.
But when i open My computer on desktop,its just showing filesystem not the other partitions.
I tried to put this in address to access but giving me error that this partition not exist.
/media/sda5 OR sda6.
So it mean i cant use them.
  #6 (permalink)  
Old 05-Jun-2008, 14:27
swerdna
Guest
 
Posts: n/a
Default

Quote:
Yeh u r right,i can see my partitions there.
But when i open My computer on desktop,its just showing filesystem not the other partitions.
I tried to put this in address to access but giving me error that this partition not exist.
/media/sda5 OR sda6.
So it mean i cant use them.
[/b]
If you want sda5 and sda6 to appear in My Computer, you have to mount them. The normal way to mount ext3 partitions using a GUI is in Yast. Have you done that for sda5 and sda6?

You can check which partitions are mounted by entering this command in a console:
Code:
df -Th
If sda5 and/or sda6 aren't mounted then mount them using Yast --> system --> partitioner. For sda5 do this:
  • highlight the line for sda5
  • click the "Edit" button
  • put this in the slot for mount point: /mnt/sda5
  • click the button "fstab options"
  • enter a name in "Volume Label"
  • enter OK, OK, Apply
Then do similar for sda6

They will be immediately available at the addresses /mnt/sda5 and /mnt/sda6 in the filesystem
After reboot they should be available in My Computer and also at the addresses media:/sda5 and media:/sda6
They will never be available at the addresses /media/sda5 and /media/sda6

Swerdna
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2