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


ARCHIVES - OpenSUSE Beta Questions specific to OpenSUSE Linux Beta releases
(Questions that apply to both beta and release versions should be posted in the appropriate SUSE Help forums)

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 19-May-2008, 19:26
adaykin
Guest
 
Posts: n/a
Default

Hey, how would I mount an external HD on 11.0 b3? I went to mnt and media but I couldn't find it there. When I type lsusb here is what I get:

Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0bc2:0502 Seagate RSS LLC
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 046d:c041 Logitech, Inc.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

I want to mount the Seagate drive.
  #2 (permalink)  
Old 19-May-2008, 21:00
Dean
Guest
 
Posts: n/a
Default

As a first step, do fdisk -l (as root) to see what devices are present.
  #3 (permalink)  
Old 19-May-2008, 21:28
adaykin
Guest
 
Posts: n/a
Default

Here is the output:

linux:/home/adaykin # fdisk -l

Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000e5cc8

Device Boot Start End Blocks Id System
/dev/sda1 1 196 1572864 27 Unknown
Partition 1 does not end on cylinder boundary.
/dev/sda2 196 20273 161267712 7 HPFS/NTFS
/dev/sda3 24190 24322 1060864 7 HPFS/NTFS
/dev/sda4 * 20274 24189 31455270 f W95 Ext'd (LBA)
/dev/sda5 20274 20535 2104483+ 82 Linux swap/ Solaris
/dev/sda6 20536 22026 11976426 83 Linux
/dev/sda7 22027 24189 17374266 83 Linux

Partition table entries are not in disk order

Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x29571470

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 30401 244196001 c W95 FAT32 (LBA)
  #4 (permalink)  
Old 20-May-2008, 05:21
Dean
Guest
 
Posts: n/a
Default

Of course, you can mount the device temporarily with something like

mount /dev/sdb1 /mnt/disk (where /mnt/disk directory must exist first).

Second example

mount -t vfat -o uid=joe ,gid=users /dev/sdb1 /home/joe/disk (where joe is user account)

However, I'm guessing you are wondering why the device is not automounting, and being a beta release, I'm not sure I can offer you a solution. Some things to check:

1) Check policykit privileges configuration.

2) You can also do lshal -m from root console, plug in the device, and see what gets reported.

In any case, this may well be fixed by the time it becomes RC.
  #5 (permalink)  
Old 20-May-2008, 13:48
adaykin
Guest
 
Posts: n/a
Default

I tried doing your first example, but it said that I must specify a filesystem type first.
  #6 (permalink)  
Old 20-May-2008, 16:22
Dean
Guest
 
Posts: n/a
Default

mount -t vfat /dev/sdb1 /mnt/disk

Nice how to here. It is for Gentoo, but CLI info still applies.
  #7 (permalink)  
Old 20-May-2008, 18:33
adaykin
Guest
 
Posts: n/a
Default

Ok I tried that, and it said:
"mount: special device /dev/sdb1 does not exist"
How would I find the name of the device? I don't think the output from fdisk -l contained it.
  #8 (permalink)  
Old 20-May-2008, 18:47
Dean
Guest
 
Posts: n/a
Default

It was the name of the device when you last posted 'fdisk -l' output. Plug the device in again, and run command again. Then mount appropriate device. A reminder that you also need to make sure the desired mount point exists first. If you need to you can do 'sudo mkdir /mnt/disk' to create it.
  #9 (permalink)  
Old 20-May-2008, 20:02
adaykin
Guest
 
Posts: n/a
Default

Thanks! Got it working now.
 

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