trouble mounting USB stick
Posted: 3. Dec 2012, 15:07
This is a continuation of part of the discussion here:
http://www.salixos.org/forum/viewtopic.php?f=16&t=4174
OK, the problem is with the stick. gmountman works fine till I insert it, then behaves as before. I was able to mount the stick with #mount. Here is the requested output after doing so:
This is in Salix i486 probably RC2, updated. As far as I know the stick gives no problems in 64 bits. It also now works as a Live CD.
http://www.salixos.org/forum/viewtopic.php?f=16&t=4174
OK, the problem is with the stick. gmountman works fine till I insert it, then behaves as before. I was able to mount the stick with #mount. Here is the requested output after doing so:
Code: Select all
root[cashew]# fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ef29e
Device Boot Start End Blocks Id System
/dev/sda1 2048 23791615 11894784 83 Linux
/dev/sda2 23792265 28386854 2297295 82 Linux swap
/dev/sda3 28386855 247814143 109713644+ 83 Linux
/dev/sda4 250308763 312461311 31076274+ 5 Extended
/dev/sda5 250308765 299612159 24651697+ 83 Linux
/dev/sda6 301910709 312461311 5275301+ 83 Linux
Disk /dev/sdb: 8005 MB, 8005787648 bytes
51 heads, 37 sectors/track, 8286 cylinders, total 15636304 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0000cb4e
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 15634431 7816192 b W95 FAT32
root[cashew]# mount
/dev/sda1 on / type xfs (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /dev/shm type tmpfs (rw)
gvfs-fuse-daemon on /home/cashew/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=cashew)
/dev/sda5 on /media/7486e789-c9e6-4672-8f12-6b8870e7059328 type ext4 (rw,nosuid,nodev,uhelper=udisks2)
/dev/sdb1 on /media/octogigas type vfat (rw)
root[cashew]#