Article 5P5C4 Mounting HDD R/W

Mounting HDD R/W

by
pr0xibus
from LinuxQuestions.org on (#5P5C4)
Morning.

Slackware-Current

Never really had this problem before, usually I would edit /etc/fstab add the HDD and Mount point and away it goes but at the moment, the HDD is Read-Only,

Code:/dev/slackware_vg/lv_swap swap swap defaults 0 0
/dev/slackware_vg/lv_root / ext4 defaults 1 1
/dev/slackware_vg/lv_home /home ext4 defaults 1 2
/dev/sdb1 /boot/efi vfat defaults 1 0
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro,comment=x-gvfs-show 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs nosuid,nodev,noexec 0 0
/dev/sda1 /media/Backup ntfs defaults,users 0 0Code:bash-5.1$ ls -l /media/
total 64
drwxrwxrwx 1 root root 4096 Sep 3 14:45 BackupCode:bash-5.1$ pwd
/media/Backup
bash-5.1$ touch test
touch: cannot touch 'test': Read-only file system
bash-5.1$Any idea what I am missing for r/w?

Cheerslatest?d=yIl2AUoC8zA latest?i=dYV-rSsmEPI:RgrmT8NgzSc:F7zBnMy latest?i=dYV-rSsmEPI:RgrmT8NgzSc:V_sGLiP latest?d=qj6IDK7rITs latest?i=dYV-rSsmEPI:RgrmT8NgzSc:gIN9vFwdYV-rSsmEPI
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments