› Foros › PC › Software libre
/dev/sda1 on /media/usbdisk type vfat (rw,nosuid,nodev,quiet,shortname=mixed,uid=1000,gid=1000,umask=077,iocharset=utf8)
drwx------ 6 javi javi 16384 2006-11-09 12:13 usbdisk
[17180046.440000] usb 3-2: new full speed USB device using uhci_hcd and address 5
[17180046.608000] usb 3-2: configuration #1 chosen from 1 choice
[17180046.612000] scsi2 : SCSI emulation for USB Mass Storage devices
[17180046.612000] usb-storage: device found at 5
[17180046.612000] usb-storage: waiting for device to settle before scanning
[17180051.612000] usb-storage: device scan complete
[17180051.616000] Vendor: Generic Model: MP3 player Rev: 0100
[17180051.616000] Type: Direct-Access ANSI SCSI revision: 04
[17180051.620000] SCSI device sda: 250880 2048-byte hdwr sectors (514 MB)
[17180051.624000] sda: Write Protect is off
[17180051.624000] sda: Mode Sense: 3e 00 00 00
[17180051.624000] sda: assuming drive cache: write through
[17180051.636000] SCSI device sda: 250880 2048-byte hdwr sectors (514 MB)
[17180051.640000] sda: Write Protect is off
[17180051.640000] sda: Mode Sense: 3e 00 00 00
[17180051.640000] sda: assuming drive cache: write through
[b][17180051.640000] sda: sda1[/b]
[17180051.648000] sd 2:0:0:0: Attached scsi removable disk sda
[17180051.648000] sd 2:0:0:0: Attached scsi generic sg0 type 0
[17180052.336000] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
sudo -s
[Introduce tu contraseña]
umount /media/usbdisk
mkdir -p /media/usbdisk
chown usuario:usuario /media/usbdisk
chmod o+rw /media/usbdisk
mount -t vfat /dev/sda1 /media/usbdisk
umount /media/usbdisk
mount -t vfat -o rw,umask=0000 /dev/sda1 /media/usbdisk