LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy
User Name
Password
Puppy This forum is for the discussion of Puppy Linux.

Notices


Reply
  Search this Thread
Old 02-03-2016, 02:41 AM   #1
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Rep: Reputation: 169Reputation: 169
Can't copy or move files to external drive


I can no longer copy or move files to sdb3.

It's an external USB drive.

What's up with that ?

Quote:
root# cp *.txt /mnt/sdb3/Linux_Files
cp: cannot create regular file ‘/mnt/sdb3/Linux_Files/CPU_TEMPS.txt’: Read-only file system
 
Old 02-03-2016, 02:45 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,830

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
how is it mounted?
 
Old 02-03-2016, 03:09 AM   #3
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Not sure I understand.

Pmount is set to mount all it's partitions on each bootup.
 
Old 02-03-2016, 03:11 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,830

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
just execute a mount command and you will see the result
 
Old 02-03-2016, 03:12 AM   #5
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
It keeps telling me it's read only.

How can an external drive be read only?

It has no O.S. on it.

I even deleted all partitions and created new ones.

Quote:
root# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,relatime,data=ordered)
devtmpfs on /dev type devtmpfs (rw,relatime,size=2024784k,nr_inodes=216577,mode=755)
none on /proc type proc (rw,relatime)
none on /dev/pts type devpts (rw,relatime,gid=2,mode=620,ptmxmode=000)
none on /sys type sysfs (rw,relatime)
shmfs on /dev/shm type tmpfs (rw,relatime,size=1006580k)
tmpfs on /tmp type tmpfs (rw,relatime,size=1006580k)
/dev/sda1 on /mnt/sda1 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,blksize=4096)
/dev/sda2 on /mnt/sda2 type ext3 (rw,relatime,data=ordered)
/dev/sdb1 on /mnt/sdb1 type ntfs (ro,relatime,uid=0,gid=0,fmask=0177,dmask=077,nls=iso8859-1,errors=continue,mft_zone_multiplier=1)
/dev/sdb5 on /mnt/sdb5 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,blksize=4096)
 
Old 02-03-2016, 03:21 AM   #6
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Am also getting this message.

The ntfs-3g driver was unable to mount the NTFS partition and returned this error message:
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the non-empty mount option

So, the inbuilt kernel NTFS driver has been used to mount the partition read-only
 
Old 02-03-2016, 03:34 AM   #7
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,830

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
the drive is not read only, just one filesystem
the reason: mount point is not empty. Umount that drive and clean up the directory /mnt/sdb1 and retry
 
Old 02-03-2016, 03:45 AM   #8
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Directory is empty.

I am running chkdsk g: /r right now. (Repair)

It's gonna take a long time.

Then I have to do it for one other partition.
 
Old 02-03-2016, 08:21 AM   #9
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
The partition is still read-only. ????
 
Old 02-03-2016, 08:22 AM   #10
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,830

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
What did you make to change it? go to /var/log and check for related messages.
 
Old 02-03-2016, 08:33 AM   #11
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
I do not know what happened.

I did have to abort a Linux installation.
Attached Files
File Type: pdf messages.pdf (75.8 KB, 41 views)
 
Old 02-27-2016, 10:57 AM   #12
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by pan64 View Post
just execute a mount command and you will see the result

same problem here. I just (had to) start using fatdog64 (702) on my laptop (right now as I type this) on board HDD's two of them. One is user home partition another I use just to save data on. I cannot write to either hard drive. Downloading to it I get a read only message. it is auto mount. I can see the icons on my desktop, only it mounts read only.

So, I do not have a clue what you mean by

Quote:
just execute a mount command and you will see the result
just type mount in a terminal? Ok...

Code:
# mount
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=1845544k,nr_inodes=461386,mode=755)
tmpfs on /aufs/pup_init type tmpfs (ro,relatime)
/kernel-modules.sfs (deleted) on /aufs/kernel-modules type squashfs (ro,relatime)
/dev/loop1 on /aufs/pup_ro type squashfs (ro,relatime)
tmpfs on /aufs/pup_rw type tmpfs (rw,relatime)
aufs on / type aufs (rw,relatime,si=6a7f1e11aa640ecb)
devpts on /dev/pts type devpts (rw,relatime,gid=3,mode=620,ptmxmode=000)
tmpfs on /dev/shm type tmpfs (rw,relatime,mode=777)
tmpfs on /tmp type tmpfs (rw,relatime)
cgroup on /sys/fs/cgroup type cgroup (rw,relatime,cpuset,cpu,cpuacct,memory,devices,freezer,net_cls,blkio)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda2 on /mnt/sda2 type ext4 (rw,relatime,data=ordered)
/dev/sdb1 on /mnt/sdb1 type ext4 (rw,relatime,data=ordered)
/mnt/sdb1/Fatdog64-702.iso on /mnt/+mnt+sdb1+Fatdog64-702+iso type iso9660 (ro,relatime)
/dev/sda3 on /mnt/sda3 type ext4 (rw,relatime,data=ordered)
/dev/sdc on /mnt/sdc type iso9660 (ro,relatime,utf8)
/dev/sdd3 on /mnt/sdd3 type vfat (rw,relatime,fmask=0007,dmask=0007,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,quiet,utf8,errors=remount-ro)
/dev/sdd1 on /mnt/sdd1 type vfat (rw,relatime,fmask=0007,dmask=0007,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,quiet,utf8,errors=remount-ro)
ok so it seems one will need to open a terminal each time then type 'mount' before using anything outside the os before they can write to it????????????

Last edited by BW-userx; 02-27-2016 at 11:02 AM.
 
Old 02-27-2016, 11:09 AM   #13
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
It turned out to be a problem with Tahr Puppy.

I now use Slacko which does not have that problem.

I also had a USB 3.0 card go bad.

When I plugged the hard drives into 2.0 ports, they worked fine.
 
Old 02-27-2016, 11:35 AM   #14
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,830

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
that kind of errors can be checked in /var/log
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] I Installed an external Hard drive using Gparted. I cannot move files to the external Liz99 Linux - Newbie 15 04-20-2015 05:40 PM
how to copy files from red hat linux to external hard drive Dystu Linux - Newbie 6 01-04-2015 03:10 AM
Creating a script to move or copy files into multiple directories below the files matthes138 Linux - Newbie 5 08-25-2009 04:57 PM
Unable to Copy Files To External Hard Drive rvijay Linux - General 17 07-18-2009 10:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy

All times are GMT -5. The time now is 04:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration