You are not logged in.

#1 2010-06-14 19:36:27

csat
Member
From: Rio de Janeiro, Brazil
Registered: 2008-08-06
Posts: 93

[SOLVED] 128GB Pendrive - How to mount?

Hello

I trying to mount a 128 GB pendrive.  I found a package from AUR and install it.

http://aur.archlinux.org/packages.php?ID=36083

The problem is that I can not identify which device I should look for.

sudo blkid doesn't show anything too.

sudo lusb shows me that my pendrive is represented by the ID 1221:3234.  It was confirmed by removin/inserting the pendrive.

Bus 004 Device 002: ID 046d:c408 Logitech, Inc. Marble Mouse (4-button)
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 1221:3234  
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

The QuickInstallGuide from

http://code.google.com/p/exfat/wiki/QuckStartGuide

Tells me that I should use the following line to mount the device:

sudo mount -t exfat-fuse /dev/sdXn /mnt/exfat

My dificulty is how to find out where is /dev/sdXn or how can I identify it from my computer.

Any ideas?

Thanks.

Last edited by csat (2010-06-14 21:35:41)


CSAT
Arch User

Offline

#2 2010-06-14 19:40:05

Caveman85de
Member
Registered: 2010-05-25
Posts: 26

Re: [SOLVED] 128GB Pendrive - How to mount?

Did you look in /var/log/everything ?

Offline

#3 2010-06-14 19:45:26

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: [SOLVED] 128GB Pendrive - How to mount?

or dmesg |tail

Offline

#4 2010-06-14 19:58:53

csat
Member
From: Rio de Janeiro, Brazil
Registered: 2008-08-06
Posts: 93

Re: [SOLVED] 128GB Pendrive - How to mount?

Caveman85de wrote:

Did you look in /var/log/everything ?

This log shows me:

Jun 14 16:38:42 archbang -- MARK --
Jun 14 16:42:19 archbang kernel: usb 1-3: new high speed USB device using ehci_hcd and address 4
Jun 14 16:42:19 archbang kernel: scsi9 : usb-storage 1-3:1.0
Jun 14 16:42:24 archbang kernel: scsi 9:0:0:0: Direct-Access     Udisk    Udisk 2.0        2.10 PQ: 0 ANSI: 2
Jun 14 16:42:24 archbang kernel: sd 9:0:0:0: Attached scsi generic sg4 type 0
Jun 14 16:42:25 archbang kernel: sd 9:0:0:0: [sdd] 268435456 512-byte logical blocks: (137 GB/128 GiB)
Jun 14 16:42:25 archbang kernel: sd 9:0:0:0: [sdd] Write Protect is off
Jun 14 16:42:25 archbang kernel: sd 9:0:0:0: [sdd] Mode Sense: 0b 00 00 08
Jun 14 16:42:25 archbang kernel: sd 9:0:0:0: [sdd] Assuming drive cache: write through
Jun 14 16:42:25 archbang kernel: sd 9:0:0:0: [sdd] Assuming drive cache: write through
Jun 14 16:42:25 archbang kernel: sdd: unknown partition table
Jun 14 16:42:25 archbang kernel: sd 9:0:0:0: [sdd] Assuming drive cache: write through
Jun 14 16:42:25 archbang kernel: sd 9:0:0:0: [sdd] Attached SCSI removable disk

So I guess the device should be "sdd" but it is not recognizing its formatted partition.  Windows 7 recognizes it as "exFAT' and have formatted it.

All disks (3 HD) are shown as

sudo blkid
/dev/sda1: UUID="46377ce0-59e8-46dd-ac12-3747ef8987b9" TYPE="swap" 
/dev/sda5: UUID="e0aecee7-a24f-4d33-9c95-7d9e92740fc6" TYPE="ext4" 
/dev/sda6: UUID="f887d0f2-c6e4-44da-a2b5-29935327ccc9" TYPE="ext4" 
/dev/sdc1: UUID="1EEECECCEECE9B81" TYPE="ntfs" 
/dev/sdc2: UUID="0C1AC9351AC91C98" TYPE="ntfs" 
/dev/sdc4: UUID="5C53A11130030CFD" TYPE="ntfs" 
/dev/sdc5: UUID="34910C7336437F1C" TYPE="ntfs" 
/dev/sdb1: UUID="98B094BAB094A074" TYPE="ntfs"

So I guess I could try
sudo fdisk /dev/sdd and create a partition without put other HD partitions at risk.  Am i right?

Thanks,


CSAT
Arch User

Offline

#5 2010-06-14 21:37:50

csat
Member
From: Rio de Janeiro, Brazil
Registered: 2008-08-06
Posts: 93

Re: [SOLVED] 128GB Pendrive - How to mount?

Solved.

sudo mount -t exfat-fuse /dev/sdd1 /pen

"/pen" was created before as sudo mkdir /pen

Thanks

Last edited by csat (2010-06-14 21:47:55)


CSAT
Arch User

Offline

Board footer

Powered by FluxBB