Results 1 to 10 of 19
I tried clicking on them with right button, changing all properties to write and read but nothing
i still cant save stuff to my Hard disk...It also does not unmount. ...
- 11-02-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 52
All Hard disks are not writeable...WHY
I tried clicking on them with right button, changing all properties to write and read but nothing
i still cant save stuff to my Hard disk...It also does not unmount. ANyone have any ideas how to make hard disks writeable?I even tried right clicking and clicking the option to make disk writeable but it tells me that the hard disk has to be mounted...but it already is mounted.
Really have no idea whats going on
- 11-02-2005 #2
What filsystem are the partitions/hard drives you can't write to?
- 11-02-2005 #3Just Joined!
- Join Date
- Nov 2005
- Posts
- 52
I understand my external 200gb that is NTFS i cannot write to...
But my internal HD was reformatted to ext3 when installing knoppix...
And still it says i have no write privileges on it
- 11-02-2005 #4
Can you write to it as root?
What happens when you mount it with(change the device and the mountpoint)Code:mount -o rw users -t ext3 /dev/hd** /mnt/point
- 11-02-2005 #5Just Joined!
- Join Date
- Nov 2005
- Posts
- 52
what do i put instead of /mnt/point??
- 11-02-2005 #6
I don't know the mountpoint for the drive. You can create a mountpoint with
Code:mkdir /mnt/drive
- 11-02-2005 #7Just Joined!
- Join Date
- Nov 2005
- Posts
- 52
Sorry 4 being a newb here but maybe this is what im missing. what is a mount point
- 11-02-2005 #8
A mount point would be where the partition is.
Mount /dev/hda1 /mnt/knoppix
What partition is Knoppix on?How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 11-02-2005 #9
Drives and partitions are made accessable on "mount points" which is just a directory, onto which you mount the drive, so if you use the mountpoint /mnt/drive for the device /dev/hda1, you'll be able to access the device on /mnt/drive.
You can create a mountpoint by just creating a directory, and then mount within this example the mountpoint is /mnt/point and the device is /dev/hda1.Code:mount -o rw users -t ext3 /dev/hda1 /mnt/point
- 11-02-2005 #10Just Joined!
- Join Date
- Nov 2005
- Posts
- 52
I typed
mount -l
and it says that all hard disks are (rw)
But obviously i tried and it doesnt write...
Actually it writes if i save directly from the internet like a file i downloaded but wont drag and drop...
I think im gonna chage to fedora im sick of all these problems. I cant say i wasnt warned tho


Reply With Quote
