It is currently Wed May 22, 2013 12:14 am

All times are UTC




Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Permission Issue
PostPosted: Sun Aug 31, 2008 6:16 am 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Tue Aug 26, 2008 9:28 am
Posts: 94
Location: Bengaluru, KA, IN
When logged in as 'user', the storage devices become read only! If I launch thunar as 'root' then it gives all rights. The user has membership for floppy,audio,video,cdrom,fuse,plugdev,scanner. But still when I insert a USB storage device or a CD/DVD and access them as user, everything is read only.

Am not able to figure out what exactly should be done to solve this problem. Is this a mere permission issue? How to solve it? Please help.

_________________
ಎಲ್ಲಾದರೂ ಇರು, ಎಂತಾದರೂ ಇರು; ಎಂದೆಂದಿಗು ನೀ ಕನ್ನಡವಾಗಿರು.
=> ರಾಷ್ಟ್ರಕವಿ ಕುವೆಂಪು


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Sun Aug 31, 2008 6:38 am 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Oct 06, 2006 5:12 am
Posts: 2423
Location: India - Silicon City
Mind changing its owner ship to you accnt with chown?

_________________
Happiness is REAL, when SHARED
Christopher mcCandles

Software is like sex: it's better when it's free.
Linus Torvalds


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Sun Aug 31, 2008 7:19 am 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Tue Aug 26, 2008 9:28 am
Posts: 94
Location: Bengaluru, KA, IN
Am new to Linux altogether, so don't know much about executing commands from terminal. Here is what I did:
Code:
chown -hR username /media/discname

No success. The files on the CD are still read only and I see a lock on the CD and each of its containing folders and files.

_________________
ಎಲ್ಲಾದರೂ ಇರು, ಎಂತಾದರೂ ಇರು; ಎಂದೆಂದಿಗು ನೀ ಕನ್ನಡವಾಗಿರು.
=> ರಾಷ್ಟ್ರಕವಿ ಕುವೆಂಪು


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Sun Aug 31, 2008 7:28 am 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Oct 06, 2006 5:12 am
Posts: 2423
Location: India - Silicon City
Even to me, its the same. But still i can read them and copy them. And even use Brasero to write info to a empty disc. So i wonder what else u r looking for? The locks are shown probably coz they are not modifiable since its read only.

And comming to USB, can you create new files onto it? And use chown for where it gets mounted. Not for the device.

Recently i did this way for all my mounted drivers: chown -R zenwalker:users /mnt/*
And it worked.

_________________
Happiness is REAL, when SHARED
Christopher mcCandles

Software is like sex: it's better when it's free.
Linus Torvalds


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Sun Aug 31, 2008 7:28 am 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Oct 06, 2006 5:12 am
Posts: 2423
Location: India - Silicon City
Btw, u seems from India? Bangalore? right? Your status say so. Me 2 8)

_________________
Happiness is REAL, when SHARED
Christopher mcCandles

Software is like sex: it's better when it's free.
Linus Torvalds


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Sun Aug 31, 2008 7:54 am 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Tue Aug 26, 2008 9:28 am
Posts: 94
Location: Bengaluru, KA, IN
I can copy data from CD/DVD/USB device to the user desktop. But I cannot add new files into my pen-drive. It said
Quote:
Failed to copy "source/file" to "target/file".
Failed to open "target/file" for writing (Read-only file system).
Do you want to skip it?

I did not try Brasero to write data into CD/DVD though.

Yeah! Am born, brought-up and living in Bengaluru, India (the then Bangalore). Nice to find a few from the Silicon City around (you are the second, other I found was rayraven).

_________________
ಎಲ್ಲಾದರೂ ಇರು, ಎಂತಾದರೂ ಇರು; ಎಂದೆಂದಿಗು ನೀ ಕನ್ನಡವಾಗಿರು.
=> ರಾಷ್ಟ್ರಕವಿ ಕುವೆಂಪು


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Sun Aug 31, 2008 11:35 am 

CDs and DVDs are read-only mediums. You can't write to them with your file manager. You need specific software (like brasero) to do that and then again, if you write something once and finalize the disc, you can't write to them again.


  
 
 Post subject: Re: Permission Issue
PostPosted: Sun Aug 31, 2008 1:40 pm 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Tue Aug 26, 2008 9:28 am
Posts: 94
Location: Bengaluru, KA, IN
gapan,

The above error I posted was for a pen-drive (USB storage device).

_________________
ಎಲ್ಲಾದರೂ ಇರು, ಎಂತಾದರೂ ಇರು; ಎಂದೆಂದಿಗು ನೀ ಕನ್ನಡವಾಗಿರು.
=> ರಾಷ್ಟ್ರಕವಿ ಕುವೆಂಪು


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Sun Aug 31, 2008 2:22 pm 

Well it didn't seem like it:
Quote:
No success. The files on the CD are still read only and I see a lock on the CD and each of its containing folders and files.


Anyway, what filesystem does your pendrive have? Can you show us what
Code:
mount

Code:
df -h

and
Code:
dmesg

show after you plug it in?


  
 
 Post subject: Re: Permission Issue
PostPosted: Sun Aug 31, 2008 2:29 pm 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Oct 06, 2006 5:12 am
Posts: 2423
Location: India - Silicon City
Gapan,

Even once with Brasero i had a problem. I poped in an empty cd, Zenwalk mounted it on to desktop icon. I didnt open it with Thunar any way. So i launched Brasero and tried to write data into that cd, but it was giving some permission problem. So i umounted it from desktop (right click and umount) then brasero was able to write contents into that cd at same next moment.

_________________
Happiness is REAL, when SHARED
Christopher mcCandles

Software is like sex: it's better when it's free.
Linus Torvalds


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Sun Aug 31, 2008 2:31 pm 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Oct 06, 2006 5:12 am
Posts: 2423
Location: India - Silicon City
pacchiee wrote:
Yeah! Am born, brought-up and living in Bengaluru, India (the then Bangalore). Nice to find a few from the Silicon City around (you are the second, other I found was rayraven).

Even i am born to this age today here only lol. living here since 25 years :p Any ways, didnt know rayraven is from same city too. kool 2 know 2 peeps from same city. May be we all can donate to Zen project beautifully and bring our city name famous in FOSS world :D

_________________
Happiness is REAL, when SHARED
Christopher mcCandles

Software is like sex: it's better when it's free.
Linus Torvalds


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Mon Sep 01, 2008 3:19 am 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Tue Aug 26, 2008 9:28 am
Posts: 94
Location: Bengaluru, KA, IN
gapan, here is what you asked for:
Code:
 mount
/dev/sdb1 on / type xfs (rw,noatime)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
/dev/sdb5 on /home type xfs (rw,noatime)
/dev/sda1 on /fat-c type vfat (rw)
/dev/sda5 on /fat-e type vfat (rw)
/dev/sdc on /media/disk type vfat (rw,nosuid,nodev,uhelper=hal,shortname=winnt,iocharset=utf8,uid=1000)
guess /dev/sdc is my pendrive.
Code:
df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sdb1             8.6G  2.3G  6.4G  27% /
/dev/sdb5              27G   44M   27G   1% /home
/dev/sda1             8.8G  3.6G  5.3G  40% /fat-c
/dev/sda5             9.9G  7.4G  2.6G  75% /fat-e
/dev/sdc              1.9G  870M  1.1G  46% /media/disk
Oh yes! /dev/sdc is the pendrive, its a 2GB storage device actually.
Code:
dmesg
Linux version 2.6.25.4 (root@zenwalk) (gcc version 4.2.3) #1 SMP PREEMPT Fri May 16 14:10:46 CEST 2008
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000000ff00000 (usable)
 BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
255MB LOWMEM available.
Scan SMP from c0000000 for 1024 bytes.
Scan SMP from c009fc00 for 1024 bytes.
Scan SMP from c00f0000 for 65536 bytes.
Entering add_active_range(0, 0, 65280) 0 entries of 256 used
Zone PFN ranges:
  DMA             0 ->     4096
  Normal       4096 ->    65280
  HighMem     65280 ->    65280
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0:        0 ->    65280
On node 0 totalpages: 65280
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 4064 pages, LIFO batch:0
  Normal zone: 478 pages used for memmap
  Normal zone: 60706 pages, LIFO batch:15
  HighMem zone: 0 pages used for memmap
  Movable zone: 0 pages used for memmap
DMI 2.2 present.
ACPI Error (tbxfroot-0218): A valid RSDP was not found [20070126]
Allocating PCI resources starting at 10000000 (gap: 0ff00000:efc00000)
PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64770
Kernel command line: BOOT_IMAGE=Zenwalk ro root=811 resume=/dev/sdb2 splash=silent
bootsplash: silent mode.
Local APIC disabled by BIOS -- you can enable it with "lapic"
mapped APIC to ffffb000 (0120c000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
Preemptible RCU implementation.
PID hash table entries: 1024 (order: 10, 4096 bytes)
Detected 735.027 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 253000k/261120k available (2525k kernel code, 7732k reserved, 746k data, 252k init, 0k highmem)
virtual kernel memory layout:
    fixmap  : 0xfff80000 - 0xfffff000   ( 508 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xd0800000 - 0xff7fe000   ( 751 MB)
    lowmem  : 0xc0000000 - 0xcff00000   ( 255 MB)
      .init : 0xc0438000 - 0xc0477000   ( 252 kB)
      .data : 0xc0377596 - 0xc0431f08   ( 746 kB)
      .text : 0xc0100000 - 0xc0377596   (2525 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
CPA: page pool initialized 1 of 1 pages preallocated
SLUB: Genslabs=12, HWalign=32, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
Calibrating delay using timer specific routine.. 1470.98 BogoMIPS (lpj=735491)
Mount-cache hash table entries: 512
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU serial number disabled.
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 14k freed
ACPI: Core revision 20070126
ACPI Exception (tbxface-0629): AE_NO_ACPI_TABLES, While loading namespace from ACPI tables [20070126]
ACPI: Unable to load the System Description Tables
CPU0: Intel Pentium III (Coppermine) stepping 06
SMP motherboard not detected.
Local APIC not detected. Using dummy APIC emulation.
Brought up 1 CPUs
net_namespace: 448 bytes
xor: automatically using best checksumming function: pIII_sse
   pIII_sse  :  1404.000 MB/sec
xor: using function: pIII_sse (1404.000 MB/sec)
NET: Registered protocol family 16
No dock devices found.
PCI: PCI BIOS revision 2.10 entry at 0xfb340, last bus=1
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI: disabled
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
pci 0000:00:1f.0: quirk: region 4000-407f claimed by ICH4 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 4080-40bf claimed by ICH4 GPIO
PCI: Transparent bridge - 0000:00:1e.0
PCI: Using IRQ router PIIX/ICH [8086/2410] at 0000:00:1f.0
PCI: setting IRQ 10 as level-triggered
PCI: Found IRQ 10 for device 0000:00:1f.3
PCI: Sharing IRQ 10 with 0000:00:1f.5
PCI: Bridge: 0000:00:1e.0
  IO window: c000-cfff
  MEM window: 0xd4000000-0xd5ffffff
  PREFETCH window: disabled.
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd
Freeing initrd memory: 1619k freed
SGI XFS with no debug enabled
SGI XFS Quota Management subsystem
async_tx: api initialized (sync-only)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler cfq registered (default)
pci 0000:00:01.0: Boot video device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
intel_rng: FWH not detected
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
brd: module loaded
PPP generic driver version 2.4.2
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
ata_piix 0000:00:1f.1: version 2.12
PCI: Setting latency timer of device 0000:00:1f.1 to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: PATA max UDMA/66 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
ata2: PATA max UDMA/66 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
ata1.00: native sectors (39102335) is smaller than sectors (39102336)
ata1.00: ATA-5: ST320413A, 3.39, max UDMA/100
ata1.00: 39102336 sectors, multi 16: LBA
ata1.01: ATA-7: SAMSUNG SP0411N, TW100-11, max UDMA/100
ata1.01: 78242976 sectors, multi 16: LBA48
ata1.00: configured for UDMA/66
ata1.01: configured for UDMA/66
ata2.00: ATAPI: SAMSUNG CD-R/RW SW-252S, R952, max UDMA/33
ata2.00: configured for UDMA/33
scsi 0:0:0:0: Direct-Access     ATA      ST320413A        3.39 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 39102336 512-byte hardware sectors (20020 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 39102336 512-byte hardware sectors (20020 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 < sda5 >
sd 0:0:0:0: [sda] Attached SCSI disk
scsi 0:0:1:0: Direct-Access     ATA      SAMSUNG SP0411N  TW10 PQ: 0 ANSI: 5
sd 0:0:1:0: [sdb] 78242976 512-byte hardware sectors (40060 MB)
sd 0:0:1:0: [sdb] Write Protect is off
sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:1:0: [sdb] 78242976 512-byte hardware sectors (40060 MB)
sd 0:0:1:0: [sdb] Write Protect is off
sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdb: sdb1 sdb2 sdb3 < sdb5 >
sd 0:0:1:0: [sdb] Attached SCSI disk
scsi 1:0:0:0: CD-ROM            SAMSUNG  CD-R/RW SW-252S  R952 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 52x/52x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
usbcore: registered new interface driver libusual
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input0
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
md: raid10 personality registered for level 10
raid6: int32x1    234 MB/s
raid6: int32x2    242 MB/s
raid6: int32x4    218 MB/s
raid6: int32x8    203 MB/s
raid6: mmxx1      675 MB/s
raid6: mmxx2      851 MB/s
raid6: sse1x1     601 MB/s
raid6: sse1x2     808 MB/s
raid6: using algorithm sse1x2 (808 MB/s)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
md: multipath personality registered for level -4
device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
device-mapper: multipath: version 1.0.5 loaded
device-mapper: multipath round-robin: version 1.0.0 loaded
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI No-Shortcut mode
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Couldn't find valid RAM disk image starting at 0.
UDF-fs: No VRS found
XFS mounting filesystem sdb1
Ending clean XFS mount for filesystem: sdb1
VFS: Mounted root (xfs filesystem) readonly.
Freeing unused kernel memory: 252k freed
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:1:0: Attached scsi generic sg1 type 0
sr 1:0:0:0: Attached scsi generic sg2 type 5
Linux agpgart interface v0.103
agpgart: Detected an Intel i810 Chipset.
agpgart: AGP aperture is 64M @ 0xd0000000
USB Universal Host Controller Interface driver v3.0
PCI: setting IRQ 12 as level-triggered
PCI: Found IRQ 12 for device 0000:00:1f.2
PCI: Setting latency timer of device 0000:00:1f.2 to 64
uhci_hcd 0000:00:1f.2: UHCI Host Controller
uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:1f.2: irq 12, io base 0x0000d000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
PCI: Found IRQ 10 for device 0000:00:1f.3
PCI: Sharing IRQ 10 with 0000:00:1f.5
i810_smbus 0000:00:01.0: i810/i815 i2c device found.
usb 1-1: new full speed USB device using uhci_hcd and address 2
Silan SC92031 PCI Fast Ethernet Adapter driver 2.0c
usb 1-1: configuration #1 chosen from 1 choice
PCI: Found IRQ 10 for device 0000:00:1f.5
PCI: Sharing IRQ 10 with 0000:00:1f.3
PCI: Setting latency timer of device 0000:00:1f.5 to 64
intel8x0_measure_ac97_clock: measured 50973 usecs
intel8x0: clocking to 48000
3c505.c: warning, using default DMA channel,
3c505.c: module autoprobe not recommended, give io=xx.
3c505.c: Failed to register card at 0x0.
fuse init (API version 7.9)
thermal: Unknown symbol acpi_processor_set_thermal_limit
usbcore: registered new interface driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbserial_generic 1-1:1.0: generic converter detected
usb 1-1: generic converter now attached to ttyUSB0
usbserial_generic 1-1:1.1: generic converter detected
usb 1-1: generic converter now attached to ttyUSB1
usbserial_generic 1-1:1.2: generic converter detected
usb 1-1: generic converter now attached to ttyUSB2
usbcore: registered new interface driver usbserial_generic
drivers/usb/serial/usb-serial.c: USB Serial Driver core
XFS mounting filesystem sdb5
Ending clean XFS mount for filesystem: sdb5
Adding 2000084k swap on /dev/sdb2.  Priority:-1 extents:1 across:2000084k
eth0: link down
ip_tables: (C) 2000-2006 Netfilter Core Team
eth0: link up, 100Mbps, full-duplex
nf_conntrack version 0.5.0 (4096 buckets, 16384 max)
usb 1-1: USB disconnect, address 2
generic ttyUSB0: generic converter now disconnected from ttyUSB0
usbserial_generic 1-1:1.0: device disconnected
generic ttyUSB1: generic converter now disconnected from ttyUSB1
usbserial_generic 1-1:1.1: device disconnected
generic ttyUSB2: generic converter now disconnected from ttyUSB2
usbserial_generic 1-1:1.2: device disconnected
usb 1-1: new full speed USB device using uhci_hcd and address 3
usb 1-1: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi2 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
scsi 2:0:0:0: Direct-Access     Kingston DataTraveler2.0  1.00 PQ: 0 ANSI: 2
sd 2:0:0:0: [sdc] 3903359 512-byte hardware sectors (1999 MB)
sd 2:0:0:0: [sdc] Write Protect is off
sd 2:0:0:0: [sdc] Mode Sense: 0b 00 00 08
sd 2:0:0:0: [sdc] Assuming drive cache: write through
sd 2:0:0:0: [sdc] 3903359 512-byte hardware sectors (1999 MB)
sd 2:0:0:0: [sdc] Write Protect is off
sd 2:0:0:0: [sdc] Mode Sense: 0b 00 00 08
sd 2:0:0:0: [sdc] Assuming drive cache: write through
 sdc: unknown partition table
sd 2:0:0:0: [sdc] Attached SCSI removable disk
sd 2:0:0:0: Attached scsi generic sg3 type 0
usb-storage: device scan complete
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 0)
    File system has been set read-only
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 0)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 0)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 122280)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 0)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 0)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 0)
FAT: Filesystem panic (dev sdc)
    fat_get_cluster: invalid cluster chain (i_pos 0)


Zenwalk addict, yes, we shall try to do out best in contributing to Zenwalk. Am thinking of translating Zenwalk to our language, Kannada. There are many more whom I know here from in and around our place but they haven't mentioned their location. Hope to pick more of them in the future.

_________________
ಎಲ್ಲಾದರೂ ಇರು, ಎಂತಾದರೂ ಇರು; ಎಂದೆಂದಿಗು ನೀ ಕನ್ನಡವಾಗಿರು.
=> ರಾಷ್ಟ್ರಕವಿ ಕುವೆಂಪು


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Mon Sep 01, 2008 3:56 am 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Oct 06, 2006 5:12 am
Posts: 2423
Location: India - Silicon City
Great. But is really worth translating to our langaugage? How many of them do really use that option or atleast prefer to see all UI's and other stuffs in the local language? If u ask me, i am more comfy with english itself, that doesnt mean that i dislike my mom tounge, but comfy with english itself :D

So first we gotta see if its really useful, then i dont have any issue in translating this great beast to our local language ;)

_________________
Happiness is REAL, when SHARED
Christopher mcCandles

Software is like sex: it's better when it's free.
Linus Torvalds


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Mon Sep 01, 2008 3:58 am 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Oct 06, 2006 5:12 am
Posts: 2423
Location: India - Silicon City
Quote:
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
FAT: Filesystem panic (dev sdc)
fat_get_cluster: invalid cluster chain (i_pos 0)


I think this is what which is making Zen to mount USB stick in read only format. Is ur USB is FAT32 or older? Why not convert it to NTFS (if u really want to), lately even i had got a usb stick which is off 4GB. It was on NTFS FS, so Zen did mount it write and read perms.

_________________
Happiness is REAL, when SHARED
Christopher mcCandles

Software is like sex: it's better when it's free.
Linus Torvalds


 Profile Send private message  
 
 Post subject: Re: Permission Issue
PostPosted: Mon Sep 01, 2008 4:53 am 

Yes, these invalid cluster chains are probably the reason. Maybe they can be sorted with a reformat, or maybe your pendrive is slowly dying... ???


  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next

All times are UTC


 Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: