This is a discussion on rw, ro? within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hey, I got following: reg@linux:~> mount /dev/hda6 on / type reiserfs (rw,acl,user_xattr,commit=600) proc on /...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey,
I got following: reg@linux:~> mount /dev/hda6 on / type reiserfs (rw,acl,user_xattr,commit=600) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) tmpfs on /dev/shm type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) usbfs on /proc/bus/usb type usbfs (rw) /dev/hda2 on /windows/C type vfat (rw,noexec,nosuid,nodev,umask=000) /dev/sda1 on /media/usbdisk type subfs (rw,nosuid,nodev,sync,fs=floppyfss,procuid) reg@linux:~> su Password: linux:/home/reg # cd /windows/C/Wallpapers linux:/windows/C/Wallpapers # cp '/home/reg/Desktop/17.bmp' 17.bmp cp: File „17.bmp“ cannot be created: The Filesystem is only readable. linux:/windows/C/Wallpapers # can anyone help me? why does mount show it is rw and if I try to copy a file the process fails? I really can't get it, yesterday it worked... :( [/etc/fstab] /dev/hda6 / reiserfs acl,user_xattr 1 1 /dev/hda2 /windows/C vfat users,owner,rw,umask=000 0 0 /dev/hda5 swap swap pri=42 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 proc /proc proc defaults 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 sysfs /sys sysfs noauto 0 0 /dev/cdrecorder /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocha rset=utf8 0 0 [//etc/fstab] Thank you! -- chEErs roN I'm root, I'm allowed to do this! ;) keep on rockin' |
|
|||
|
roN wrote:
> Hey, > > I got following: > reg@linux:~> mount > /dev/hda6 on / type reiserfs (rw,acl,user_xattr,commit=600) > proc on /proc type proc (rw) > sysfs on /sys type sysfs (rw) > tmpfs on /dev/shm type tmpfs (rw) > devpts on /dev/pts type devpts (rw,mode=0620,gid=5) > usbfs on /proc/bus/usb type usbfs (rw) > /dev/hda2 on /windows/C type vfat (rw,noexec,nosuid,nodev,umask=000) > /dev/sda1 on /media/usbdisk type subfs > (rw,nosuid,nodev,sync,fs=floppyfss,procuid) > reg@linux:~> su > Password: > linux:/home/reg # cd /windows/C/Wallpapers > linux:/windows/C/Wallpapers # cp '/home/reg/Desktop/17.bmp' 17.bmp > cp: File „17.bmp“ cannot be created: The Filesystem is only readable. > linux:/windows/C/Wallpapers # > > can anyone help me? why does mount show it is rw and if I try to copy a > file the process fails? I really can't get it, yesterday it worked... :( > [/etc/fstab] > /dev/hda6 / reiserfs acl,user_xattr > 1 1 > /dev/hda2 /windows/C vfat > users,owner,rw,umask=000 0 0 > /dev/hda5 swap swap pri=42 > 0 0 > devpts /dev/pts devpts mode=0620,gid=5 > 0 0 > proc /proc proc defaults > 0 0 > usbfs /proc/bus/usb usbfs noauto > 0 0 > sysfs /sys sysfs noauto > 0 0 > /dev/cdrecorder /media/cdrecorder subfs > noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocha rset=utf8 0 0 > [//etc/fstab] > > Thank you! shit, wrong group, excuse me! -- chEErs roN I'm root, I'm allowed to do this! ;) keep on rockin' |