Re: Memory card has no UUID. How to give it one?

2010-01-04 Thread jidanni
OK I was able to set a FAT UUID... $ lshal|sort|uniq -u #shows block.device = '/dev/sda1' (string) block.device = '/dev/sdb1' (string) volume.uuid = '' (string) volume.uuid = '2004-1223' (string) In /etc/mtools.conf using drive a: file=/dev/sda1 drive b: file=/dev/sdb1 # minfo a:

Re: Memory card has no UUID. How to give it one?

2009-12-20 Thread Camaleón
On Sun, 20 Dec 2009 12:59:51 +0800, jidanni wrote: I used dosfslabel to give this a label, # blkid /dev/sda1: SEC_TYPE=msdos LABEL=greengiga TYPE=vfat OK, now how can I also give it a UUID? Mmmm... what is the output of ls -l /dev/disk/by-uuid/*? I am not sure that vfat and ntfs volumes can

Re: Memory card has no UUID. How to give it one?

2009-12-20 Thread Paul Cartwright
On Sun December 20 2009, Camaleón wrote: I am not sure that vfat and ntfs volumes can handle so easily uuid. Maybe someone can confirm this point :-? an entry in my /etc/fstab: /dev/disk/by-uuid/686C-7E81 /media/usb_DAWGS vfat users,atime,rw,nodev,noexec,nosuid,noauto 0 0 yes, it works. at

Re: Memory card has no UUID. How to give it one?

2009-12-20 Thread Camaleón
On Sun, 20 Dec 2009 09:16:24 -0500, Paul Cartwright wrote: On Sun December 20 2009, Camaleón wrote: I am not sure that vfat and ntfs volumes can handle so easily uuid. Maybe someone can confirm this point :-? an entry in my /etc/fstab: /dev/disk/by-uuid/686C-7E81 /media/usb_DAWGS vfat

Re: Memory card has no UUID. How to give it one?

2009-12-20 Thread Paul Cartwright
On Sun December 20 2009, Camaleón wrote: I guess uuid is set at the time of formatting, automatically, so I think it depends on the capabilities of the tool which was used to format the unit. this part is I think part of the device, I didn't select it or change it: /dev/disk/by-uuid/686C-7E81

Memory card has no UUID. How to give it one?

2009-12-19 Thread jidanni
I used dosfslabel to give this a label, # blkid /dev/sda1: SEC_TYPE=msdos LABEL=greengiga TYPE=vfat OK, now how can I also give it a UUID? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org