Comment 18 for bug 335767

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

One more thing. I copied two files from 512 MB stick to the 8 GB stick on the another computer, not in server. Now thin client see that 8 GB stick as /dev/sdb1 - it was /dev/sdc1 last time?

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

Disk /dev/sdb: 8213 MB, 8213305856 bytes
255 heads, 63 sectors/track, 998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00074fa0

   Device Boot Start End Blocks Id System
/dev/sdb1 1 998 8016403+ b W95 FAT32
root@ltsp200:~#

I can mount that in chroot anyway.

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:~#

root@ltsp200:~# ls -al /root/usb
total 4700
drwxr-xr-x 2 root root 4096 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
root@ltsp200:~#

Best Regards Asmo Koskinen.