Re: some problems in mounting usb

2012-09-04 Thread Camaleón
On Tue, 04 Sep 2012 11:50:17 +0800, lina wrote: > there is a usb stick, (...) > My question is that, was the way I used to mount via command wrong? If the USB is formatted with FAT32 you have to set the perms when mounting ("mount -t vfat -o uid=lina,gid=lina,utf8,umask=xxx...") which is done

Re: some problems in mounting usb

2012-09-03 Thread songbird
lina wrote: > Hi, > > there is a usb stick, > > 1] mount via command line > > # mount /dev/sdb1 /mnt/try > > when I tried to mount as: > >:/mnt/try# ls -lrt *.pdf > -rwxr-xr-x 1 root root 1827158 Jun 18 06:29 PIIS0006349512003256.pdf > > it showed me as x x x > > # chmod -x PIIS0006349512003256.pdf

some problems in mounting usb

2012-09-03 Thread lina
Hi, there is a usb stick, 1] mount via command line # mount /dev/sdb1 /mnt/try when I tried to mount as: :/mnt/try# ls -lrt *.pdf -rwxr-xr-x 1 root root 1827158 Jun 18 06:29 PIIS0006349512003256.pdf it showed me as x x x # chmod -x PIIS0006349512003256.pdf # ls -lrt PIIS0006349512003256.pdf