JayRWren2

Differences between revisions 1 and 2
Revision 1 as of 2007-11-28 15:47:38
Size: 1122
Editor: c-98-224-216-131
Comment:
Revision 2 as of 2007-11-28 15:48:37
Size: 1112
Editor: c-98-224-216-131
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
'''$cat /sys/block/sdc/device/scsi_disk\:3\:*/allow_ restart
$cat /sys/block/sdc/device/scsi_disk\:3\:*/allow_ restart
Line 15: Line 16:
1''' 1
Line 17: Line 19:
'''
Line 21: Line 23:
'''

My blog: [http://jrwren.wrenfam.com/blog/ LazyDawgSillyEvarlast]

My LP page: [https://edge.launchpad.net/~evarlast] including ppa: [https://edge.launchpad.net/~evarlast/+archive]

My forum page: [http://ubuntuforums.org/member.php?u=218893] I hate non-sense idle chat forums. But for support, forums are great.

A couple of "problems" that I've helped with:

$cat /sys/block/sdc/device/scsi_disk\:3\:*/allow_ restart 0 $ echo 1 | sudo tee /sys/block/sdc/device/scsi_disk\:3\:*/allow_ restart 1 /$ cat /sys/block/sdc/device/scsi_disk\:3\:*/allow_ restart 1

to refresh the uuid's in /dev/disk/by-uuid, run vol_id using sudo, passing the partition as the argument:

sudo vol_id /dev/sdc1

JayRWren2 (last edited 2008-08-06 16:25:00 by localhost)