Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] usb stick files read only
Date: Sat, 14 Jul 2012 01:19:02
Message-Id: 20120714011714.GA8112@syscon7.inet
1 I've a usbstick formated with ext2 file system and must have use it on a different computer because when mount the usb stick I get file ownership:
2 -rw-r--r-- 1 test users 692926 Jan 7 2012 asterisk_1_4_39.tar.gz
3 -rw-r--r-- 1 test users 8502 Jul 21 2011 asterisk-help.txt
4 -rw-r--r-- 1 joseph 1000 22696 Mar 26 18:27 asus_10-0-0-1_shaw_nvrambak.bin
5 -rw-r--r-- 1 joseph 1000 22459 Mar 26 16:16 asus_home_10-10-0-1.nvrambak.bin
6
7 The ownership should be joseph:users but when I try to change (as root) it I get : Read-only file system
8 chown -R joseph:users /media/stick/*
9 chown: changing ownership of `/media/stick/asterisk_1_4_39.tar.gz': Read-only file system
10 chown: changing ownership of `/media/stick/asterisk-help.txt': Read-only file system
11
12 How to deal with it?
13 I the past changing the ownership always worked from root.
14
15 --
16 Joseph

Replies

Subject Author
Re: [gentoo-user] usb stick files read only Nilesh Govindrajan <contact@××××××××.com>
Re: [gentoo-user] usb stick files read only Walter Dnes <waltdnes@××××××××.org>
Re: [gentoo-user] usb stick files read only Alan McKinnon <alan.mckinnon@×××××.com>