Comment 14 for bug 335767

Revision history for this message
Asmo Koskinen (asmok) wrote :

OK. This is another one usb stick - no pop up icon.

root@ltsp200:~# fdisk -l /dev/sdb

Disk /dev/sdb: 512 MB, 512753664 bytes
56 heads, 32 sectors/track, 558 cylinders
Units = cylinders of 1792 * 512 = 917504 bytes
Disk identifier: 0x425ab3ca

   Device Boot Start End Blocks Id System
/dev/sdb1 * 1 559 500592 6 FAT16
Partition 1 has different physical/logical endings:
     phys=(838, 55, 32) logical=(558, 39, 32)
root@ltsp200:~#

root@ltsp200:~# udevadm test $(udevadm info --query=path --name /dev/sdb) | grep -E 'get_name|symlink'

root@ltsp200:~# udevadm test /dev/block/8:16

Output as attachment file: udevadm_test_dev_sdb.txt

And I can mount this one inside chroot like this way.

root@ltsp200:~# mkdir usb
root@ltsp200:~# mount -t vfat /dev/sdb1 /root/usb
root@ltsp200:~# mount
rootfs on / type rootfs (rw)
none on /sys type sysfs (rw,nosuid,nodev,noexec)
none on /proc type proc (rw,nosuid,nodev,noexec)
udev on /dev type tmpfs (rw,mode=755)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
tmpfs on /cow type tmpfs (rw)
/dev/nbd0 on /rofs type squashfs (ro)
aufs on / type aufs (rw,si=a8f385e1,xino=/cow/.aufs.xino,br:/cow=rw:/rofs=ro)
tmpfs on /cow type tmpfs (rw)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=755)
varrun on /var/run type tmpfs (rw,nosuid,mode=755)
varlock on /var/lock type tmpfs (rw,nosuid,nodev,noexec)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,gid=5,mode=620)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
192.168.1.102:/home/user-ltsp5 on /home/user-ltsp5 type fuse.sshfs (rw,nosuid,nodev,user_id=0,group_id=0,allow_other,max_read=65536)
/dev/sdb1 on /root/usb type vfat (rw,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1)
root@ltsp200:~# ls -al /root/usb
total 4760
drwxr-xr-x 7 root root 16384 1970-01-01 02:00 .
drwx------ 4 root root 120 2009-03-02 21:27 ..
-rwxr-xr-x 1 root root 3501613 2009-02-14 18:38 Messu_20090215.odp
-rwxr-xr-x 1 root root 1305521 2009-02-14 18:41 Messu_20090215.pdf
drwxr-xr-x 4 root root 8192 2009-02-14 18:37 .Trash-1000
drwxr-xr-x 4 root root 8192 2008-06-21 22:45 .Trash-1001
drwxr-xr-x 4 root root 8192 2008-08-13 15:22 .Trash-1002
drwxr-xr-x 4 root root 8192 2008-11-19 16:20 .Trash-1003
drwxr-xr-x 4 root root 8192 2008-06-04 11:32 .Trash-1004
root@ltsp200:~#

Best Regards Asmo Koskinen.