Results 1 to 6 of 6

Thread: All Hard Drives are Read Only

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Posts
    2

    All Hard Drives are Read Only

    I am completely new to Linux and am running KNOPPIX off the live CD to give it a trial run. So far everything has been running smooth, however there is a significant problem that I'm not sure if it's something I'm doing, KNOPPIX is doing or a hardware incompatability. All of my hard disks are Read Only even though only the Windows partition is actually NTFS. All are IDE.

    When I attempt to save anything, here is the error message I recieve:
    "The document could not be saved, as it was not possible to write to file:///media/sda5/Linux%20Printer%20Driver.txt.
    Check that you have write access to this file or that enough disk space is available."

    I have run the following diagnostic commands (unfortunately I can't make much of them myself as I'm not familiar enough with Linux):

    knoppix@Knoppix:~$ cat /etc/fstab
    /proc /proc proc rw,nosuid,nodev,noexec 0 0
    /sys /sys sysfs rw,nosuid,nodev,noexec 0 0
    /dev/shm /dev/shm tmpfs rw,nosuid,nodev,noexec 0 0
    /dev/pts /dev/pts devpts mode=0622 0 0
    /dev/fd0 /media/fd0 auto user,noauto,exec,umask=000 0 0
    /dev/cdrom /media/cdrom auto user,noauto,exec,ro 0 0
    /dev/hdc /media/hdc auto users,noauto,exec,ro 0 0
    # Added by KNOPPIX
    /dev/hda1 /media/hda1 ntfs noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0
    # Added by KNOPPIX
    /dev/hda5 /media/hda5 vfat noauto,users,exec,umask=000,shortname=winnt,uid=kn oppix,gid=knoppix 0 0
    # Added by KNOPPIX
    /dev/hdb1 /media/hdb1 vfat noauto,users,exec,umask=000,shortname=winnt,uid=kn oppix,gid=knoppix 0 0
    # Added by KNOPPIX
    /dev/hdd1 /media/hdd1 vfat noauto,users,exec,umask=000,shortname=winnt,uid=kn oppix,gid=knoppix 0 0
    # Added by KNOPPIX
    /dev/sda5 /media/sda5 vfat noauto,users,exec,umask=000,shortname=winnt,uid=kn oppix,gid=knoppix 0 0
    # Added by KNOPPIX
    /dev/sda6 /media/sda6 vfat noauto,users,exec,umask=000,shortname=winnt,uid=kn oppix,gid=knoppix 0 0


    knoppix@Knoppix:~$ cat /etc/mtab
    /dev/root / ext2 rw 0 0
    /ramdisk /ramdisk tmpfs rw,size=827780k,mode=755 0 0
    /UNIONFS /UNIONFS aufs rw,br:/ramdisk:/KNOPPIX 0 0
    /dev/hdc /cdrom iso9660 ro 0 0
    /dev/cloop /KNOPPIX iso9660 ro 0 0
    /proc/bus/usb /proc/bus/usb usbfs rw,devmode=0666 0 0
    /dev/pts /dev/pts devpts rw 0 0
    /dev/sda6 /media/sda6 vfat ro,nosuid,nodev,umask=000,shortname=winnt,uid=1000 ,gid=1000 0 0
    /dev/sda5 /media/sda5 vfat ro,nosuid,nodev,umask=000,shortname=winnt,uid=1000 ,gid=1000 0 0


    knoppix@Knoppix:~$ cat /proc/mounts
    rootfs / rootfs rw 0 0
    /dev/root.old / ext2 rw 0 0
    /proc /proc proc rw 0 0
    /sys /sys sysfs rw 0 0
    /dev/hdc /cdrom iso9660 ro 0 0
    /dev/cloop /KNOPPIX iso9660 ro 0 0
    /ramdisk /ramdisk tmpfs rw 0 0
    /UNIONFS /UNIONFS aufs rw,xino=/ramdisk/.aufs.xino,br:/ramdisk=rw:/KNOPPIX=ro 0 0
    /proc/bus/usb /proc/bus/usb usbfs rw 0 0
    /dev/root.old /dev/.static/dev ext2 rw 0 0
    tmpfs /dev tmpfs rw 0 0
    /dev/pts /dev/pts devpts rw 0 0
    /dev/sda6 /media/sda6 vfat ro,nosuid,nodev,uid=1000,gid=1000,fmask=0000,dmask =0000,codepage=cp437,iocharset=iso8859-1,shortname=winnt 0 0
    /dev/sda5 /media/sda5 vfat ro,nosuid,nodev,uid=1000,gid=1000,fmask=0000,dmask =0000,codepage=cp437,iocharset=iso8859-1,shortname=winnt 0 0

    Thanks in advance for your help.

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: All Hard Drives are Read Only

    Quote Originally Posted by Netzilla
    All of my hard disks are Read Only even though only the Windows partition is actually NTFS.
    Yup. And with NTFS they should stay that way. See answer #6.

  3. #3
    Junior Member
    Join Date
    Jan 2007
    Posts
    2

    Re: All Hard Drives are Read Only

    Quote Originally Posted by Harry Kuhman
    Quote Originally Posted by Netzilla
    All of my hard disks are Read Only even though only the Windows partition is actually NTFS.
    Yup. And with NTFS they should stay that way. See answer #6.
    Only the Windows partition is NTFS. The other 5 are FAT32.

  4. #4
    Senior Member registered user
    Join Date
    Jul 2006
    Posts
    122
    Everything in Linux mounts Readonly by default. This is a saftey measure and is completely normal.

    To change a drives Read/Write status.... right click on the drives icon on the KDE Desktop and choose "Change Read/Write Mode"

    Be warned as Mr Kuhman stated above and in his Wiki that writing to NTFS is probably not a good idea. Although as I understand it with Knoppix5.1+ it has gotten better.


    Take Care,
    -Justin
    One Mynds Eye

  5. #5
    Junior Member
    Join Date
    Jan 2007
    Posts
    1
    I have been having a similar issue. What i am trying to do is copy files from my HDD to a USB flash drive. even if i change the permissions on the flash drive to 777 when i attempt to copy/paste or drag/drop from my HDD to the flash drive i recieve an error similar to " You cannot copy files to a directory that you do not have write permissions to" ( or something to that effect).

    What is the linux command to mount a drive with write permissions?

    Thanks in advance,
    D

  6. #6
    Junior Member
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    1
    Hi,

    I am using knoppix v4.02, and was having this same problem.

    I found that the right click gave a drop-down list... select "properties". A window appears... under the 'permissiions' tab, select "read & write" for the appropriate user(s), then select the 'device' tab and remove the tick from the "read only" checkbox.

    Not as simple as onemyndseye first suggested. What version are you running onemyndseye?

    It took me hours to find the thing under the 'device' tab, and very frustrating hours they were!

    MM

Similar Threads

  1. Knoppix and Hard Drives
    By Irtwood in forum General Support
    Replies: 4
    Last Post: 03-07-2006, 05:29 PM
  2. all drives set as read only
    By rvbcaboose in forum MS Windows & New to Linux
    Replies: 9
    Last Post: 01-18-2006, 01:43 AM
  3. i need some help on hard drives :(
    By passion_wheel1974 in forum Hardware & Booting
    Replies: 0
    Last Post: 04-18-2005, 11:06 PM
  4. Cannot see hard drives, please help
    By phsieh in forum General Support
    Replies: 2
    Last Post: 12-14-2004, 06:23 PM
  5. Finding Hard drives
    By lgreen in forum General Support
    Replies: 2
    Last Post: 10-07-2003, 06:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell Poweredge R640 Server | 2x Silver 4114 20 Cores | 64GB | 8x HDD Trays picture

Dell Poweredge R640 Server | 2x Silver 4114 20 Cores | 64GB | 8x HDD Trays

$1614.99



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$89.99



Dell R630 Server 2x E5-2620 V4 2.1GHz =16 Cores 128GB DDR4 1x 960GB 2x 1G 2x 10G picture

Dell R630 Server 2x E5-2620 V4 2.1GHz =16 Cores 128GB DDR4 1x 960GB 2x 1G 2x 10G

$210.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R230 Single Intel Xeon E3-1220 v5 @3.00GHz 16GB RAM No HDD H330 picture

Dell PowerEdge R230 Single Intel Xeon E3-1220 v5 @3.00GHz 16GB RAM No HDD H330

$102.50



Dell PowerEdge R710 2.5

Dell PowerEdge R710 2.5" 2U Server 2x X5670 2.93GHZ 12-Core 128gb 2x 1TB SAS

$214.99



Dell PowerEdge R620 Server - 256GB RAM, 2x8cCPU, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R620 Server - 256GB RAM, 2x8cCPU, 128Gb SSD/3x900Gb SAS, Proxmox

$320.00



CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs picture

CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs

$246.67



DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 64GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 64GB H730 4xRJ45

$314.00